diff --git a/ChangeLog.md b/ChangeLog.md index 7c480adaa2bf..e16ce328acdc 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,99 @@ +## 3.8.0 - April 2020 +#### Az.Accounts +* Updated Azure PowerShell survey URL in 'Resolve-AzError' [#11507] + +#### Az.ApiManagement +* Added breaking change notice for Azure File cmdlets output change in a future release +* 'Set-AzApiManagementGroup' Updated documentation to specify the GroupId parameter + +#### Az.Cdn +* Fixed ChinaCDN related pricing SKU display + +#### Az.CognitiveServices +* Supported Identity, Encryption, UserOwnedStorage + +#### Az.Compute +* Added 'Set-AzVmssOrchestrationServiceState' cmdlet. +* 'Get-AzVmss' with -InstanceView shows OrchestrationService states. + +#### Az.IotHub +* Manage IoT device twin configuration, New cmdlets are: + - 'Get-AzIotHubDeviceTwin' + - 'Update-AzIotHubDeviceTwin' +* Added cmdlet to invoke direct method on a device in an Iot Hub. +* Manage IoT device module twin configuration, New cmdlets are: + - 'Get-AzIotHubModuleTwin' + - 'Update-AzIotHubModuleTwin' +* Manage IoT automatic device management configuration at scale. New cmdlets are: + - 'Add-AzIotHubConfiguration' + - 'Get-AzIotHubConfiguration' + - 'Remove-AzIotHubConfiguration' + - 'Set-AzIotHubConfiguration' +* Added cmdlet to invoke an edge module method in an Iot Hub. + +#### Az.KeyVault +* Added a new cmdlet 'Update-AzKeyVault' that can enable soft delete and purge protection on a vault +* Added support to Microsoft.PowerShell.SecretManagement [#11178] +* Fixed error in the examples of 'Remove-AzKeyVaultManagedStorageSasDefinition' [#11479] +* Added support to private endpoint + +#### Az.Maintenance +* Publishing release version of Maintenance cmdlets for GA + +#### Az.Monitor +* Added cmdlets for private link scope + - 'Get-AzInsightsPrivateLinkScope' + - 'Remove-AzInsightsPrivateLinkScope' + - 'New-AzInsightsPrivateLinkScope' + - 'Update-AzInsightsPrivateLinkScope' + - 'Get-AzInsightsPrivateLinkScopedResource' + - 'New-AzInsightsPrivateLinkScopedResource' + - 'Remove-AzInsightsPrivateLinkScopedResource' + +#### Az.Network +* Updated cmdlets to enable connection on private IP for Virtual Network Gateway. + - 'New-AzVirtualNetworkGateway' + - 'Set-AzVirtualNetworkGateway' + - 'New-AzVirtualNetworkGatewayConnection' + - 'Set-AzVirtualNetworkGatewayConnection' +* Updated cmdlets to enable FQDN based LocalNetworkGateways and VpnSites + - 'New-AzLocalNetworkGateway' + - 'New-AzVpnSiteLink' +* Added support for IPv6 address family in ExpressRouteCircuitConnectionConfig (Global Reach) + - Added 'Set-AzExpressRouteCircuitConnectionConfig' + - allows setting of all the existing properties including the IPv6CircuitConnectionProperties + - Updated 'Add-AzExpressRouteCircuitConnectionConfig' + - Added another optional parameter AddressPrefixType to specify the address family of address prefix +* Updated cmdlets to enable setting of DPD Timeout on Virtual Network Gateway Connections. + - New-AzVirtualNetworkGatewayConnection + - Set-AzVirtualNetworkGatewayConnection + +#### Az.PolicyInsights +* Added 'Start-AzPolicyComplianceScan' cmdlet for triggering policy compliance scans +* Added policy definition, set definition, and assignment versions to 'Get-AzPolicyState' output + +#### Az.ServiceFabric +* Improved code formatting and usability of 'New-AzServiceFabricCluster' examples + +#### Az.Sql +* Added cmdlets 'Get-AzSqlInstanceOperation' and 'Stop-AzSqlInstanceOperation' +* Supported auditing to a storage account in VNet. + +#### Az.Storage +* Added breaking change notice for Azure File cmdlets output change in a future release +* Supported new SkuName StandardGZRS, StandardRAGZRS when create/update Storage account + - 'New-AzStorageAccount' + - 'Set-AzStorageAccount' +* Supported DataLake Gen2 + - 'New-AzDataLakeGen2Item' + - 'Get-AzDataLakeGen2Item' + - 'Get-AzDataLakeGen2ChildItem' + - 'Move-AzDataLakeGen2Item' + - 'Set-AzDataLakeGen2ItemAclObject' + - 'Update-AzDataLakeGen2Item' + - 'Get-AzDataLakeGen2ItemContent' + - 'Remove-AzDataLakeGen2Item' + ## 0.10.0-preview - April 2020 ### General * Az modules is now available in preview on Azure Stack Hub. This allows for cross-platform compatibility with Linux and macOs. Azure Stack Hub now supports PowerShell core with the Az modules, more information [here](https://aka.ms/az4AzureStack) diff --git a/src/Accounts/Accounts/Az.Accounts.psd1 b/src/Accounts/Accounts/Az.Accounts.psd1 index 3b616a790824..ff269422326e 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: 3/26/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.7.4' +ModuleVersion = '1.7.5' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -142,7 +142,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Fixed ''Get-AzTenant''/''Get-AzDefault''/''Set-AzDefault'' throw NullReferenceException when not login [#10292]' + ReleaseNotes = '* Updated Azure PowerShell survey URL in ''Resolve-AzError'' [#11507]' # Prerelease string of this module # Prerelease = '' diff --git a/src/Accounts/Accounts/ChangeLog.md b/src/Accounts/Accounts/ChangeLog.md index ec51c9c65751..04e05b49fe1c 100644 --- a/src/Accounts/Accounts/ChangeLog.md +++ b/src/Accounts/Accounts/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.7.5 * Updated Azure PowerShell survey URL in `Resolve-AzError` [#11507] ## Version 1.7.4 diff --git a/src/Accounts/Accounts/Properties/AssemblyInfo.cs b/src/Accounts/Accounts/Properties/AssemblyInfo.cs index 8626e163559c..46b032084158 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("1.7.4")] -[assembly: AssemblyFileVersion("1.7.4")] +[assembly: AssemblyVersion("1.7.5")] +[assembly: AssemblyFileVersion("1.7.5")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")] #endif diff --git a/src/Advisor/Advisor/Az.Advisor.psd1 b/src/Advisor/Advisor/Az.Advisor.psd1 index 7827d9016d85..4dfb78aaf854 100644 --- a/src/Advisor/Advisor/Az.Advisor.psd1 +++ b/src/Advisor/Advisor/Az.Advisor.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Advisor.dll' diff --git a/src/Aks/Aks/Az.Aks.psd1 b/src/Aks/Aks/Az.Aks.psd1 index a4d8ef09ea6c..ed32a5d5e655 100644 --- a/src/Aks/Aks/Az.Aks.psd1 +++ b/src/Aks/Aks/Az.Aks.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'YamlDotNet.dll', 'AutoMapper.dll' diff --git a/src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1 b/src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1 index a647ca28e520..ecbcfa391017 100644 --- a/src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1 +++ b/src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.AlertsManagement.dll' diff --git a/src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1 b/src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1 index 148427cdff97..c1dd14cfa037 100644 --- a/src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1 +++ b/src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Analysis.dll' diff --git a/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 b/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 index 9a32353b06be..5141d4f79b7d 100644 --- a/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 +++ b/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/3/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.4.0' +ModuleVersion = '1.4.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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.ApiManagement.dll', @@ -188,10 +188,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added support for retrieving and configuring Custom Domain on the DeveloperPortal Endpoint [#11007] -* ''Export-AzApiManagementApi'' Added support for downloading Api Definition in Json format [#9987] -* ''Import-AzApiManagementApi'' Added support for importing OpenApi 3.0 definition from Json document -* ''New-AzApiManagementIdentityProvider'' and ''Set-AzApiManagementIdentityProvider'' Added support for configuring ''Signin Tenant'' for AAD B2C Provider [#9784]' + ReleaseNotes = '* Added breaking change notice for Azure File cmdlets output change in a future release +* ''Set-AzApiManagementGroup'' Updated documentation to specify the GroupId parameter' # Prerelease string of this module # Prerelease = '' diff --git a/src/ApiManagement/ApiManagement/ChangeLog.md b/src/ApiManagement/ApiManagement/ChangeLog.md index 6ab7bf2e333b..6cddb46b4614 100644 --- a/src/ApiManagement/ApiManagement/ChangeLog.md +++ b/src/ApiManagement/ApiManagement/ChangeLog.md @@ -18,7 +18,9 @@ - Additional information about change #1 --> ## Upcoming Release -* Add breaking change notice for Azure File cmdlets output change in a future release + +## Version 1.4.1 +* Added breaking change notice for Azure File cmdlets output change in a future release * `Set-AzApiManagementGroup` Updated documentation to specify the GroupId parameter ## Version 1.4.0 diff --git a/src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs b/src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs index d46cac72009c..b01ea7792c10 100644 --- a/src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs +++ b/src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs @@ -41,5 +41,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.4.0")] -[assembly: AssemblyFileVersion("1.4.0")] +[assembly: AssemblyVersion("1.4.1")] +[assembly: AssemblyFileVersion("1.4.1")] diff --git a/src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1 b/src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1 index c038ed05fd83..1b2449da2f2a 100644 --- a/src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1 +++ b/src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ApplicationInsights.dll' diff --git a/src/Attestation/Attestation/Az.Attestation.psd1 b/src/Attestation/Attestation/Az.Attestation.psd1 index 83ca4807be71..34eda33e4a89 100644 --- a/src/Attestation/Attestation/Az.Attestation.psd1 +++ b/src/Attestation/Attestation/Az.Attestation.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/26/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.1.6' +ModuleVersion = '0.1.7' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Attestation.dll', @@ -116,9 +116,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Improved error messages for server response codes 400 and 401 -* Improved example code included in documentation files -* Added three additional required assemblies to Az.Attestation.psd1' + ReleaseNotes = '* Added text based policy support to policy cmdlets' # Prerelease string of this module # Prerelease = '' diff --git a/src/Attestation/Attestation/ChangeLog.md b/src/Attestation/Attestation/ChangeLog.md index 081eff30acb5..0e5471033e0a 100644 --- a/src/Attestation/Attestation/ChangeLog.md +++ b/src/Attestation/Attestation/ChangeLog.md @@ -20,6 +20,8 @@ ## Upcoming Release + +## Version 0.1.7 * Added text based policy support to policy cmdlets ## Version 0.1.6 diff --git a/src/Attestation/Attestation/Properties/AssemblyInfo.cs b/src/Attestation/Attestation/Properties/AssemblyInfo.cs index 3cb170f98867..131143aa125f 100644 --- a/src/Attestation/Attestation/Properties/AssemblyInfo.cs +++ b/src/Attestation/Attestation/Properties/AssemblyInfo.cs @@ -29,8 +29,8 @@ [assembly: CLSCompliant(false)] [assembly: Guid("2994548F-69B9-4DC2-8D19-52CC0C0C85BC")] -[assembly: AssemblyVersion("0.1.6")] -[assembly: AssemblyFileVersion("0.1.6")] +[assembly: AssemblyVersion("0.1.7")] +[assembly: AssemblyFileVersion("0.1.7")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Attestation.Test")] #endif diff --git a/src/Automation/Automation/Az.Automation.psd1 b/src/Automation/Automation/Az.Automation.psd1 index 09a7423947de..911309e212bf 100644 --- a/src/Automation/Automation/Az.Automation.psd1 +++ b/src/Automation/Automation/Az.Automation.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Automation.dll' diff --git a/src/Batch/Batch/Az.Batch.psd1 b/src/Batch/Batch/Az.Batch.psd1 index d2a44e14f034..5da9e22b9f6a 100644 --- a/src/Batch/Batch/Az.Batch.psd1 +++ b/src/Batch/Batch/Az.Batch.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Batch.dll', 'Microsoft.Azure.Management.Batch.dll', diff --git a/src/Billing/Billing/Az.Billing.psd1 b/src/Billing/Billing/Az.Billing.psd1 index 839fb02a6460..d579621ea7c1 100644 --- a/src/Billing/Billing/Az.Billing.psd1 +++ b/src/Billing/Billing/Az.Billing.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Billing.dll', diff --git a/src/Blueprint/Blueprint/Az.Blueprint.psd1 b/src/Blueprint/Blueprint/Az.Blueprint.psd1 index 3a98a84935e1..c5ea339f0582 100644 --- a/src/Blueprint/Blueprint/Az.Blueprint.psd1 +++ b/src/Blueprint/Blueprint/Az.Blueprint.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Blueprint.dll' diff --git a/src/Cdn/Cdn/Az.Cdn.psd1 b/src/Cdn/Cdn/Az.Cdn.psd1 index 1b18459ccd53..2874a69b0a3b 100644 --- a/src/Cdn/Cdn/Az.Cdn.psd1 +++ b/src/Cdn/Cdn/Az.Cdn.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 1/2/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.4.2' +ModuleVersion = '1.4.3' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Cdn.dll' @@ -124,7 +124,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Display error response deatil in New-AzCdnEndpoint cmdlet' + ReleaseNotes = '* Fixed ChinaCDN related pricing SKU display' # Prerelease string of this module # Prerelease = '' diff --git a/src/Cdn/Cdn/ChangeLog.md b/src/Cdn/Cdn/ChangeLog.md index e493f5057239..af53451af68a 100644 --- a/src/Cdn/Cdn/ChangeLog.md +++ b/src/Cdn/Cdn/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Upcoming Release + +## Version 1.4.3 * Fixed ChinaCDN related pricing SKU display ## Version 1.4.2 diff --git a/src/Cdn/Cdn/Properties/AssemblyInfo.cs b/src/Cdn/Cdn/Properties/AssemblyInfo.cs index 3cc3073f6825..3ab1ca5b3582 100644 --- a/src/Cdn/Cdn/Properties/AssemblyInfo.cs +++ b/src/Cdn/Cdn/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("d90791a2-8102-47fc-8150-de25ae796eb1")] -[assembly: AssemblyVersion("1.4.2")] -[assembly: AssemblyFileVersion("1.4.2")] +[assembly: AssemblyVersion("1.4.3")] +[assembly: AssemblyFileVersion("1.4.3")] diff --git a/src/CognitiveServices/CognitiveServices/Az.CognitiveServices.psd1 b/src/CognitiveServices/CognitiveServices/Az.CognitiveServices.psd1 index 85a2f8804788..c5f053a3fef2 100644 --- a/src/CognitiveServices/CognitiveServices/Az.CognitiveServices.psd1 +++ b/src/CognitiveServices/CognitiveServices/Az.CognitiveServices.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2/11/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.2.3' +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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.CognitiveServices.dll' @@ -121,8 +121,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Updated SDK to 7.0 -* Improved error message when server responses empty body' + ReleaseNotes = '* Supported Identity, Encryption, UserOwnedStorage ' # Prerelease string of this module # Prerelease = '' diff --git a/src/CognitiveServices/CognitiveServices/ChangeLog.md b/src/CognitiveServices/CognitiveServices/ChangeLog.md index 3d2eb1ef0120..10551033d6c2 100644 --- a/src/CognitiveServices/CognitiveServices/ChangeLog.md +++ b/src/CognitiveServices/CognitiveServices/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.3.0 * Supported Identity, Encryption, UserOwnedStorage ## Version 1.2.3 diff --git a/src/CognitiveServices/CognitiveServices/Properties/AssemblyInfo.cs b/src/CognitiveServices/CognitiveServices/Properties/AssemblyInfo.cs index 47795d1cb8a6..301e80f07e03 100644 --- a/src/CognitiveServices/CognitiveServices/Properties/AssemblyInfo.cs +++ b/src/CognitiveServices/CognitiveServices/Properties/AssemblyInfo.cs @@ -46,5 +46,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.2.3")] -[assembly: AssemblyFileVersion("1.2.3")] +[assembly: AssemblyVersion("1.3.0")] +[assembly: AssemblyFileVersion("1.3.0")] diff --git a/src/Compute/Compute/Az.Compute.psd1 b/src/Compute/Compute/Az.Compute.psd1 index 969e3a62767c..1a5331201147 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: 3/26/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '3.6.0' +ModuleVersion = '3.7.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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.Compute.dll', @@ -167,7 +167,7 @@ CmdletsToExport = 'Remove-AzAvailabilitySet', 'Get-AzAvailabilitySet', 'Get-AzHostGroup', 'Remove-AzHostGroup', 'New-AzHost', 'Get-AzHost', 'Remove-AzHost', 'New-AzDiskEncryptionSetConfig', 'New-AzDiskEncryptionSet', 'Get-AzDiskEncryptionSet', - 'Remove-AzDiskEncryptionSet', 'Update-AzDiskEncryptionSet', + 'Remove-AzDiskEncryptionSet', 'Update-AzDiskEncryptionSet', 'Set-AzVmssOrchestrationServiceState' # Variables to export from this module @@ -204,18 +204,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added the following parameters to ''New-AzDiskConfig'' cmdlet: - - DiskIOPSReadOnly, DiskMBpsReadOnly, MaxSharesCount, GalleryImageReference -* Allowed Encryption property to Target parameter of ''New-AzGalleryImageVersion'' cmdlet. -* Fixed tempDisk issue for ''Set-AzVmss'' -Reimage and ''Invoke-AzVMReimage'' cmdlets. [#11354] -* Added support to below cmdlets for new SAP Extension - - ''Set-AzVMAEMExtension'' - - ''Get-AzVMAEMExtension'' - - ''Remove-AzVMAEMExtension'' - - ''Update-AzVMAEMExtension'' -* Fixed errors in examples of help document -* Showed the exact string value for VM PowerState in the table format. -* ''New-AzVmssConfig'': fixed serialization of AutomaticRepairs property when SinglePlacementGroup is disabled. [#11257]' + ReleaseNotes = '* Added ''Set-AzVmssOrchestrationServiceState'' cmdlet. +* ''Get-AzVmss'' with -InstanceView shows OrchestrationService states.' # Prerelease string of this module # Prerelease = '' diff --git a/src/Compute/Compute/ChangeLog.md b/src/Compute/Compute/ChangeLog.md index 49029594b5f7..c3ecdc1829f8 100644 --- a/src/Compute/Compute/ChangeLog.md +++ b/src/Compute/Compute/ChangeLog.md @@ -19,6 +19,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 3.7.0 * Added `Set-AzVmssOrchestrationServiceState` cmdlet. * `Get-AzVmss` with -InstanceView shows OrchestrationService states. diff --git a/src/Compute/Compute/Properties/AssemblyInfo.cs b/src/Compute/Compute/Properties/AssemblyInfo.cs index a51fb78b6cef..2da33b07d759 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("3.6.0")] -[assembly: AssemblyFileVersion("3.6.0")] +[assembly: AssemblyVersion("3.7.0")] +[assembly: AssemblyFileVersion("3.7.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Compute.Test")] #endif diff --git a/src/ContainerInstance/ContainerInstance/Az.ContainerInstance.psd1 b/src/ContainerInstance/ContainerInstance/Az.ContainerInstance.psd1 index 2c52845f8df5..1b72063113bc 100644 --- a/src/ContainerInstance/ContainerInstance/Az.ContainerInstance.psd1 +++ b/src/ContainerInstance/ContainerInstance/Az.ContainerInstance.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'AutoMapper.dll', diff --git a/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1 b/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1 index b9c708813e3a..4d1dce2cf1eb 100644 --- a/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1 +++ b/src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ContainerRegistry.dll' diff --git a/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1 b/src/CosmosDB/CosmosDB/Az.CosmosDB.psd1 index b3116b19f5f6..adb755f7aeb1 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: 3/26/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '0.1.3' +ModuleVersion = '0.1.4' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.CosmosDB.dll' @@ -129,11 +129,15 @@ CmdletsToExport = 'Get-AzCosmosDBSqlContainer', 'Remove-AzCosmosDBMongoDBDatabase', 'Set-AzCosmosDBMongoDBCollection', 'Set-AzCosmosDBMongoDBDatabase', 'New-AzCosmosDBMongoDBIndex', - "Update-AzCosmosDBSqlContainerThroughput", "Update-AzCosmosDBSqlDatabaseThroughput", - "Update-AzCosmosDBMongoDBCollectionThroughput", "Update-AzCosmosDBMongoDBDatabaseThroughput", - "Update-AzCosmosDBGremlinGraphThroughput", "Update-AzCosmosDBGremlinDatabaseThroughput", - "Update-AzCosmosDBCassandraTableThroughput", "Update-AzCosmosDBCassandraKeyspaceThroughput", - "Update-AzCosmosDBTableThroughput" + 'Update-AzCosmosDBSqlContainerThroughput', + 'Update-AzCosmosDBSqlDatabaseThroughput', + 'Update-AzCosmosDBMongoDBCollectionThroughput', + 'Update-AzCosmosDBMongoDBDatabaseThroughput', + 'Update-AzCosmosDBGremlinGraphThroughput', + 'Update-AzCosmosDBGremlinDatabaseThroughput', + 'Update-AzCosmosDBCassandraTableThroughput', + 'Update-AzCosmosDBCassandraKeyspaceThroughput', + 'Update-AzCosmosDBTableThroughput' # Variables to export from this module # VariablesToExport = @() @@ -168,8 +172,16 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Allowing Account Creation for API Types: Gremlin, Cassandra and Table. -* Bug Fixes' + ReleaseNotes = '* Changes in New-AzCosmosDBAccount and Update-AzCosmosDBAccount + - Allows empty string as a value for IpRangeFilter + - Renamed ApiKind value GlobalDocumentDB to Sql. + - Added parameter DisableKeyBasedMetadataWriteAccess, PublicNetworkAccess +* Introduces cmdlets to update throughput for Sql Database and Container, Cassandra Keyspace and Table, MongoDB Database and Collection, Gremlin Database and Graph and Table. + - Update-AzCosmosDBSqlContainerThroughput, Update-AzCosmosDBSqlDatabaseThroughput, + Update-AzCosmosDBMongoDBCollectionThroughput, Update-AzCosmosDBMongoDBDatabaseThroughput, + Update-AzCosmosDBGremlinGraphThroughput, Update-AzCosmosDBGremlinDatabaseThroughput, + Update-AzCosmosDBCassandraTableThroughput, Update-AzCosmosDBCassandraKeyspaceThroughput, + Update-AzCosmosDBTableThroughput' # Prerelease string of this module # Prerelease = '' diff --git a/src/CosmosDB/CosmosDB/ChangeLog.md b/src/CosmosDB/CosmosDB/ChangeLog.md index 5d61f9095b54..5bbac43247f1 100644 --- a/src/CosmosDB/CosmosDB/ChangeLog.md +++ b/src/CosmosDB/CosmosDB/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Upcoming Release + +## Version 0.1.4 * Changes in New-AzCosmosDBAccount and Update-AzCosmosDBAccount - Allows empty string as a value for IpRangeFilter - Renamed ApiKind value GlobalDocumentDB to Sql. diff --git a/src/CosmosDB/CosmosDB/Properties/AssemblyInfo.cs b/src/CosmosDB/CosmosDB/Properties/AssemblyInfo.cs index 84ebcb8ebd05..7420f78cf3cf 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("0.1.3")] -[assembly: AssemblyFileVersion("0.1.3")] +[assembly: AssemblyVersion("0.1.4")] +[assembly: AssemblyFileVersion("0.1.4")] diff --git a/src/DataBox/DataBox/Az.DataBox.psd1 b/src/DataBox/DataBox/Az.DataBox.psd1 index 2d2ab12c01bf..acbdc92e690e 100644 --- a/src/DataBox/DataBox/Az.DataBox.psd1 +++ b/src/DataBox/DataBox/Az.DataBox.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataBox.dll' diff --git a/src/DataBoxEdge/DataBoxEdge/Az.DataBoxEdge.psd1 b/src/DataBoxEdge/DataBoxEdge/Az.DataBoxEdge.psd1 index a1b2a2031225..e051512de80d 100644 --- a/src/DataBoxEdge/DataBoxEdge/Az.DataBoxEdge.psd1 +++ b/src/DataBoxEdge/DataBoxEdge/Az.DataBoxEdge.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataBoxEdge.dll' diff --git a/src/DataFactory/DataFactoryV2/Az.DataFactory.psd1 b/src/DataFactory/DataFactoryV2/Az.DataFactory.psd1 index c5b7fca63b8d..393c12a6fd2f 100644 --- a/src/DataFactory/DataFactoryV2/Az.DataFactory.psd1 +++ b/src/DataFactory/DataFactoryV2/Az.DataFactory.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataFactory.dll', diff --git a/src/DataLakeAnalytics/DataLakeAnalytics/Az.DataLakeAnalytics.psd1 b/src/DataLakeAnalytics/DataLakeAnalytics/Az.DataLakeAnalytics.psd1 index 08eb76e61191..b886c4381332 100644 --- a/src/DataLakeAnalytics/DataLakeAnalytics/Az.DataLakeAnalytics.psd1 +++ b/src/DataLakeAnalytics/DataLakeAnalytics/Az.DataLakeAnalytics.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataLake.Analytics.dll' diff --git a/src/DataLakeStore/DataLakeStore/Az.DataLakeStore.psd1 b/src/DataLakeStore/DataLakeStore/Az.DataLakeStore.psd1 index 42c0d2545bb5..d654e13de36e 100644 --- a/src/DataLakeStore/DataLakeStore/Az.DataLakeStore.psd1 +++ b/src/DataLakeStore/DataLakeStore/Az.DataLakeStore.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataLake.Store.dll', diff --git a/src/DataMigration/DataMigration/Az.DataMigration.psd1 b/src/DataMigration/DataMigration/Az.DataMigration.psd1 index 47ca6980062a..384cea29f5ef 100644 --- a/src/DataMigration/DataMigration/Az.DataMigration.psd1 +++ b/src/DataMigration/DataMigration/Az.DataMigration.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataMigration.dll' diff --git a/src/DataShare/DataShare/Az.DataShare.psd1 b/src/DataShare/DataShare/Az.DataShare.psd1 index 0a2ad0de9e53..84b65d4b28b3 100644 --- a/src/DataShare/DataShare/Az.DataShare.psd1 +++ b/src/DataShare/DataShare/Az.DataShare.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DataShare.dll' diff --git a/src/DeploymentManager/DeploymentManager/Az.DeploymentManager.psd1 b/src/DeploymentManager/DeploymentManager/Az.DeploymentManager.psd1 index 11ef36432da7..f856c95b2a3a 100644 --- a/src/DeploymentManager/DeploymentManager/Az.DeploymentManager.psd1 +++ b/src/DeploymentManager/DeploymentManager/Az.DeploymentManager.psd1 @@ -52,7 +52,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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DeploymentManager.dll' diff --git a/src/DevSpaces/DevSpaces/Az.DevSpaces.psd1 b/src/DevSpaces/DevSpaces/Az.DevSpaces.psd1 index dada9de8aaa1..69ab27399730 100644 --- a/src/DevSpaces/DevSpaces/Az.DevSpaces.psd1 +++ b/src/DevSpaces/DevSpaces/Az.DevSpaces.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DevSpaces.dll' diff --git a/src/DevTestLabs/DevTestLabs/Az.DevTestLabs.psd1 b/src/DevTestLabs/DevTestLabs/Az.DevTestLabs.psd1 index e7df021b2b2d..0bb8a91fad27 100644 --- a/src/DevTestLabs/DevTestLabs/Az.DevTestLabs.psd1 +++ b/src/DevTestLabs/DevTestLabs/Az.DevTestLabs.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DevTestLabs.dll' diff --git a/src/DeviceProvisioningServices/DeviceProvisioningServices/Az.DeviceProvisioningServices.psd1 b/src/DeviceProvisioningServices/DeviceProvisioningServices/Az.DeviceProvisioningServices.psd1 index 173ed092f24c..4de1ef94f2ac 100644 --- a/src/DeviceProvisioningServices/DeviceProvisioningServices/Az.DeviceProvisioningServices.psd1 +++ b/src/DeviceProvisioningServices/DeviceProvisioningServices/Az.DeviceProvisioningServices.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.DeviceProvisioningServices.dll' diff --git a/src/Dns/Dns/Az.Dns.psd1 b/src/Dns/Dns/Az.Dns.psd1 index 91ca9600ad65..e1d914693918 100644 --- a/src/Dns/Dns/Az.Dns.psd1 +++ b/src/Dns/Dns/Az.Dns.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Dns.dll' diff --git a/src/EventGrid/EventGrid/Az.EventGrid.psd1 b/src/EventGrid/EventGrid/Az.EventGrid.psd1 index 51728221cff4..0c4c2d8f94e1 100644 --- a/src/EventGrid/EventGrid/Az.EventGrid.psd1 +++ b/src/EventGrid/EventGrid/Az.EventGrid.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.EventGrid.dll' diff --git a/src/EventHub/EventHub/Az.EventHub.psd1 b/src/EventHub/EventHub/Az.EventHub.psd1 index 94cbd0803508..cd99ebb802bb 100644 --- a/src/EventHub/EventHub/Az.EventHub.psd1 +++ b/src/EventHub/EventHub/Az.EventHub.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.EventHub.dll' diff --git a/src/FrontDoor/FrontDoor/Az.FrontDoor.psd1 b/src/FrontDoor/FrontDoor/Az.FrontDoor.psd1 index 213d2ac9943f..9357f609a68d 100644 --- a/src/FrontDoor/FrontDoor/Az.FrontDoor.psd1 +++ b/src/FrontDoor/FrontDoor/Az.FrontDoor.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.FrontDoor.dll' diff --git a/src/GuestConfiguration/GuestConfiguration/Az.GuestConfiguration.psd1 b/src/GuestConfiguration/GuestConfiguration/Az.GuestConfiguration.psd1 index 67ce2c1c5190..dffed1037825 100644 --- a/src/GuestConfiguration/GuestConfiguration/Az.GuestConfiguration.psd1 +++ b/src/GuestConfiguration/GuestConfiguration/Az.GuestConfiguration.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.GuestConfiguration.dll' diff --git a/src/HDInsight/HDInsight/Az.HDInsight.psd1 b/src/HDInsight/HDInsight/Az.HDInsight.psd1 index a3629eac9da8..e679a3ece911 100644 --- a/src/HDInsight/HDInsight/Az.HDInsight.psd1 +++ b/src/HDInsight/HDInsight/Az.HDInsight.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.HDInsight.dll', diff --git a/src/HealthcareApis/HealthcareApis/Az.HealthcareApis.psd1 b/src/HealthcareApis/HealthcareApis/Az.HealthcareApis.psd1 index 23869f88e511..6c1c79493e24 100644 --- a/src/HealthcareApis/HealthcareApis/Az.HealthcareApis.psd1 +++ b/src/HealthcareApis/HealthcareApis/Az.HealthcareApis.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.HealthcareApis.dll' diff --git a/src/IotCentral/IotCentral/Az.IotCentral.psd1 b/src/IotCentral/IotCentral/Az.IotCentral.psd1 index d6888638be6a..ccdf0a8310ce 100644 --- a/src/IotCentral/IotCentral/Az.IotCentral.psd1 +++ b/src/IotCentral/IotCentral/Az.IotCentral.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.IotCentral.dll' diff --git a/src/IotHub/IotHub/Az.IotHub.psd1 b/src/IotHub/IotHub/Az.IotHub.psd1 index cc9121dfbf06..3b57fece536a 100644 --- a/src/IotHub/IotHub/Az.IotHub.psd1 +++ b/src/IotHub/IotHub/Az.IotHub.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/26/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.3.0' +ModuleVersion = '2.4.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.IotHub.dll', @@ -99,13 +99,14 @@ CmdletsToExport = 'Add-AzIotHubKey', 'Get-AzIotHubEventHubConsumerGroup', 'Set-AzIotHubModule', 'Get-AzIotHubDeviceConnectionString', 'Get-AzIotHubModuleConnectionString', 'Get-AzIotHubDeviceParent', 'Set-AzIotHubDeviceParent', 'Add-AzIotHubDeviceChildren', - 'Remove-AzIotHubDeviceChildren', 'Get-AzIotHubDeviceChildren', - 'Get-AzIotHubDistributedTracing', 'Set-AzIotHubDistributedTracing', - 'Get-AzIotHubDeviceTwin', 'Update-AzIotHubDeviceTwin', 'Invoke-AzIotHubDeviceMethod', - 'Get-AzIotHubModuleTwin', 'Update-AzIotHubModuleTwin', - 'Add-AzIotHubConfiguration', 'Get-AzIotHubConfiguration', - 'Remove-AzIotHubConfiguration', 'Set-AzIotHubConfiguration', - 'Invoke-AzIotHubModuleMethod' + 'Remove-AzIotHubDeviceChildren', 'Get-AzIotHubDeviceChildren', + 'Get-AzIotHubDistributedTracing', 'Set-AzIotHubDistributedTracing', + 'Get-AzIotHubDeviceTwin', 'Update-AzIotHubDeviceTwin', + 'Invoke-AzIotHubDeviceMethod', 'Get-AzIotHubModuleTwin', + 'Update-AzIotHubModuleTwin', 'Add-AzIotHubConfiguration', + 'Get-AzIotHubConfiguration', 'Remove-AzIotHubConfiguration', + 'Set-AzIotHubConfiguration', 'Invoke-AzIotHubModuleMethod' + # Variables to export from this module # VariablesToExport = @() @@ -144,9 +145,19 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added support to manage distributed settings per-device. New Cmdlets are: - - ''Get-AzIotHubDistributedTracing'' - - ''Set-AzIotHubDistributedTracing''' + ReleaseNotes = '* Manage IoT device twin configuration, New cmdlets are: + - ''Get-AzIotHubDeviceTwin'' + - ''Update-AzIotHubDeviceTwin'' +* Added cmdlet to invoke direct method on a device in an Iot Hub. +* Manage IoT device module twin configuration, New cmdlets are: + - ''Get-AzIotHubModuleTwin'' + - ''Update-AzIotHubModuleTwin'' +* Manage IoT automatic device management configuration at scale. New cmdlets are: + - ''Add-AzIotHubConfiguration'' + - ''Get-AzIotHubConfiguration'' + - ''Remove-AzIotHubConfiguration'' + - ''Set-AzIotHubConfiguration'' +* Added cmdlet to invoke an edge module method in an Iot Hub.' # Prerelease string of this module # Prerelease = '' diff --git a/src/IotHub/IotHub/ChangeLog.md b/src/IotHub/IotHub/ChangeLog.md index c732daed738b..ad803d19be82 100644 --- a/src/IotHub/IotHub/ChangeLog.md +++ b/src/IotHub/IotHub/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 2.4.0 * Manage IoT device twin configuration, New cmdlets are: - `Get-AzIotHubDeviceTwin` - `Update-AzIotHubDeviceTwin` diff --git a/src/IotHub/IotHub/Properties/AssemblyInfo.cs b/src/IotHub/IotHub/Properties/AssemblyInfo.cs index e631b7dc643a..03acd897a97f 100644 --- a/src/IotHub/IotHub/Properties/AssemblyInfo.cs +++ b/src/IotHub/IotHub/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("2.3.0")] -[assembly: AssemblyVersion("2.3.0")] -[assembly: AssemblyFileVersion("2.3.0")] +// [assembly: AssemblyVersion("2.4.0")] +[assembly: AssemblyVersion("2.4.0")] +[assembly: AssemblyFileVersion("2.4.0")] diff --git a/src/KeyVault/KeyVault/Az.KeyVault.psd1 b/src/KeyVault/KeyVault/Az.KeyVault.psd1 index 21749930ffac..62e917d4b28c 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: 3/26/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.5.2' +ModuleVersion = '1.6.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.KeyVault.dll', @@ -92,7 +92,7 @@ CmdletsToExport = 'Add-AzKeyVaultCertificate', 'Update-AzKeyVaultCertificate', 'Remove-AzKeyVaultAccessPolicy', 'Set-AzKeyVaultAccessPolicy', 'Backup-AzKeyVaultKey', 'Get-AzKeyVaultKey', 'Get-AzKeyVaultSecret', 'Undo-AzKeyVaultKeyRemoval', 'Undo-AzKeyVaultSecretRemoval', - 'Add-AzKeyVaultKey', 'Remove-AzKeyVaultKey', 'Update-AzKeyVault', + 'Add-AzKeyVaultKey', 'Remove-AzKeyVaultKey', 'Update-AzKeyVault', 'Remove-AzKeyVaultSecret', 'Restore-AzKeyVaultKey', 'Update-AzKeyVaultKey', 'Set-AzKeyVaultSecret', 'Update-AzKeyVaultSecret', 'Get-AzKeyVaultCertificatePolicy', @@ -152,7 +152,10 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added breaking change attributes to ''New-AzKeyVault''' + ReleaseNotes = '* Added a new cmdlet ''Update-AzKeyVault'' that can enable soft delete and purge protection on a vault +* Added support to Microsoft.PowerShell.SecretManagement [#11178] +* Fixed error in the examples of ''Remove-AzKeyVaultManagedStorageSasDefinition'' [#11479] +* Added support to private endpoint' # Prerelease string of this module # Prerelease = '' diff --git a/src/KeyVault/KeyVault/ChangeLog.md b/src/KeyVault/KeyVault/ChangeLog.md index 0ed06479e1a7..c1259c2dc579 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 1.6.0 * Added a new cmdlet `Update-AzKeyVault` that can enable soft delete and purge protection on a vault * Added support to Microsoft.PowerShell.SecretManagement [#11178] * Fixed error in the examples of `Remove-AzKeyVaultManagedStorageSasDefinition` [#11479] diff --git a/src/KeyVault/KeyVault/Properties/AssemblyInfo.cs b/src/KeyVault/KeyVault/Properties/AssemblyInfo.cs index 47f3ebdcc44f..4801b65fd413 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("1.5.2")] -[assembly: AssemblyFileVersion("1.5.2")] +[assembly: AssemblyVersion("1.6.0")] +[assembly: AssemblyFileVersion("1.6.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Test")] #endif diff --git a/src/Kusto/Kusto/Az.Kusto.psd1 b/src/Kusto/Kusto/Az.Kusto.psd1 index 88b2b58a9f75..ca4b1b7b5754 100644 --- a/src/Kusto/Kusto/Az.Kusto.psd1 +++ b/src/Kusto/Kusto/Az.Kusto.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Kusto.dll' diff --git a/src/LogicApp/LogicApp/Az.LogicApp.psd1 b/src/LogicApp/LogicApp/Az.LogicApp.psd1 index 3e7d8f2ebbfe..a509d6776a35 100644 --- a/src/LogicApp/LogicApp/Az.LogicApp.psd1 +++ b/src/LogicApp/LogicApp/Az.LogicApp.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Logic.dll' diff --git a/src/MachineLearning/MachineLearning/Az.MachineLearning.psd1 b/src/MachineLearning/MachineLearning/Az.MachineLearning.psd1 index 553fa1804af5..60515aac87a8 100644 --- a/src/MachineLearning/MachineLearning/Az.MachineLearning.psd1 +++ b/src/MachineLearning/MachineLearning/Az.MachineLearning.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.MachineLearning.dll', diff --git a/src/Maintenance/Maintenance/Az.Maintenance.psd1 b/src/Maintenance/Maintenance/Az.Maintenance.psd1 index 0db648e176f9..6eca1aa47e49 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: 2020-04-14 +# Generated on: 4/16/2020 # @{ @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.Maintenance.dll' diff --git a/src/ManagedServiceIdentity/ManagedServiceIdentity/Az.ManagedServiceIdentity.psd1 b/src/ManagedServiceIdentity/ManagedServiceIdentity/Az.ManagedServiceIdentity.psd1 index f963bbb5a264..69e747bec16a 100644 --- a/src/ManagedServiceIdentity/ManagedServiceIdentity/Az.ManagedServiceIdentity.psd1 +++ b/src/ManagedServiceIdentity/ManagedServiceIdentity/Az.ManagedServiceIdentity.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ManagedServiceIdentity.dll' diff --git a/src/ManagedServices/ManagedServices/Az.ManagedServices.psd1 b/src/ManagedServices/ManagedServices/Az.ManagedServices.psd1 index e776792b90d2..0819b6bf38bd 100644 --- a/src/ManagedServices/ManagedServices/Az.ManagedServices.psd1 +++ b/src/ManagedServices/ManagedServices/Az.ManagedServices.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ManagedServices.dll' diff --git a/src/ManagementPartner/ManagementPartner/Az.ManagementPartner.psd1 b/src/ManagementPartner/ManagementPartner/Az.ManagementPartner.psd1 index 12c285da2a0b..15f028515360 100644 --- a/src/ManagementPartner/ManagementPartner/Az.ManagementPartner.psd1 +++ b/src/ManagementPartner/ManagementPartner/Az.ManagementPartner.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ManagementPartner.dll' diff --git a/src/Maps/Maps/Az.Maps.psd1 b/src/Maps/Maps/Az.Maps.psd1 index 4664af241e9e..5dc35176a5fd 100644 --- a/src/Maps/Maps/Az.Maps.psd1 +++ b/src/Maps/Maps/Az.Maps.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Maps.dll' diff --git a/src/MarketplaceOrdering/MarketplaceOrdering/Az.MarketplaceOrdering.psd1 b/src/MarketplaceOrdering/MarketplaceOrdering/Az.MarketplaceOrdering.psd1 index 5323d061a049..03f476b2fe4d 100644 --- a/src/MarketplaceOrdering/MarketplaceOrdering/Az.MarketplaceOrdering.psd1 +++ b/src/MarketplaceOrdering/MarketplaceOrdering/Az.MarketplaceOrdering.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.MarketplaceOrdering.dll' diff --git a/src/Media/Media/Az.Media.psd1 b/src/Media/Media/Az.Media.psd1 index 4b7cf40f9587..f04b270b8a77 100644 --- a/src/Media/Media/Az.Media.psd1 +++ b/src/Media/Media/Az.Media.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Media.dll' diff --git a/src/MixedReality/MixedReality/Az.MixedReality.psd1 b/src/MixedReality/MixedReality/Az.MixedReality.psd1 index 7e40bfe5eba4..def319f8ec07 100644 --- a/src/MixedReality/MixedReality/Az.MixedReality.psd1 +++ b/src/MixedReality/MixedReality/Az.MixedReality.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.MixedReality.dll' diff --git a/src/Monitor/Monitor/Az.Monitor.psd1 b/src/Monitor/Monitor/Az.Monitor.psd1 index c1040711a419..28f8bc47b1fe 100644 --- a/src/Monitor/Monitor/Az.Monitor.psd1 +++ b/src/Monitor/Monitor/Az.Monitor.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/26/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.6.2' +ModuleVersion = '1.7.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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Monitor.dll', 'AutoMapper.dll' @@ -101,8 +101,7 @@ CmdletsToExport = 'Get-AzMetricDefinition', 'Get-AzMetric', 'Remove-AzLogProfile 'New-AzScheduledQueryRuleAlertingAction', 'New-AzScheduledQueryRule', 'Get-AzScheduledQueryRule', 'Set-AzScheduledQueryRule', 'Update-AzScheduledQueryRule', - 'Remove-AzScheduledQueryRule', - 'New-AzInsightsPrivateLinkScope', + 'Remove-AzScheduledQueryRule', 'New-AzInsightsPrivateLinkScope', 'Get-AzInsightsPrivateLinkScope', 'Update-AzInsightsPrivateLinkScope', 'Remove-AzInsightsPrivateLinkScope', @@ -143,7 +142,14 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Updated documentation for ''New-AzScheduledQueryRuleLogMetricTrigger''' + ReleaseNotes = '* Added cmdlets for private link scope + - ''Get-AzInsightsPrivateLinkScope'' + - ''Remove-AzInsightsPrivateLinkScope'' + - ''New-AzInsightsPrivateLinkScope'' + - ''Update-AzInsightsPrivateLinkScope'' + - ''Get-AzInsightsPrivateLinkScopedResource'' + - ''New-AzInsightsPrivateLinkScopedResource'' + - ''Remove-AzInsightsPrivateLinkScopedResource''' # Prerelease string of this module # Prerelease = '' diff --git a/src/Monitor/Monitor/ChangeLog.md b/src/Monitor/Monitor/ChangeLog.md index 883954507f6c..5d9c7b4d4406 100644 --- a/src/Monitor/Monitor/ChangeLog.md +++ b/src/Monitor/Monitor/ChangeLog.md @@ -19,6 +19,8 @@ --> ## Upcoming Release + +## Version 1.7.0 * Added cmdlets for private link scope - `Get-AzInsightsPrivateLinkScope` - `Remove-AzInsightsPrivateLinkScope` diff --git a/src/Monitor/Monitor/Properties/AssemblyInfo.cs b/src/Monitor/Monitor/Properties/AssemblyInfo.cs index 7f6553d4ca57..6c5962e8e158 100644 --- a/src/Monitor/Monitor/Properties/AssemblyInfo.cs +++ b/src/Monitor/Monitor/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("ed102280-3577-49bf-93dd-11b6e3a44a57")] -[assembly: AssemblyVersion("1.6.2")] -[assembly: AssemblyFileVersion("1.6.2")] +[assembly: AssemblyVersion("1.7.0")] +[assembly: AssemblyFileVersion("1.7.0")] diff --git a/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1 b/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1 index 54f4eb07d55b..96d2b940f083 100644 --- a/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1 +++ b/src/NetAppFiles/NetAppFiles/Az.NetAppFiles.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.NetApp.dll' diff --git a/src/Network/Network/Az.Network.psd1 b/src/Network/Network/Az.Network.psd1 index 0267391f8ecd..cdc621aeb040 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: 3/26/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.4.0' +ModuleVersion = '2.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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.Network.dll' @@ -465,7 +465,7 @@ CmdletsToExport = 'Add-AzApplicationGatewayAuthenticationCertificate', 'Get-AzVirtualRouter', 'Add-AzVirtualRouterPeer', 'Update-AzVirtualRouterPeer', 'Remove-AzVirtualRouterPeer', 'Get-AzVirtualRouterPeer', 'New-AzIpGroup', 'Remove-AzIpGroup', - 'Get-AzIpGroup', 'Set-AzIpGroup', + 'Get-AzIpGroup', 'Set-AzIpGroup', 'New-AzIpConfigurationBgpPeeringAddressObject' # Variables to export from this module @@ -514,12 +514,22 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Updated cmdlets to allow cross-tenant VirtualHubVnetConnections - - ''New-AzVirtualHubVnetConnection'' - - ''Update-AzVirtualHubVnetConnection'' - - ''New-AzVirtualHub'' - - ''Update-AzVirtualHub'' -* Removed Sql Management SDK dependency' + ReleaseNotes = '* Updated cmdlets to enable connection on private IP for Virtual Network Gateway. + - ''New-AzVirtualNetworkGateway'' + - ''Set-AzVirtualNetworkGateway'' + - ''New-AzVirtualNetworkGatewayConnection'' + - ''Set-AzVirtualNetworkGatewayConnection'' +* Updated cmdlets to enable FQDN based LocalNetworkGateways and VpnSites + - ''New-AzLocalNetworkGateway'' + - ''New-AzVpnSiteLink'' +* Added support for IPv6 address family in ExpressRouteCircuitConnectionConfig (Global Reach) + - Added ''Set-AzExpressRouteCircuitConnectionConfig'' + - allows setting of all the existing properties including the IPv6CircuitConnectionProperties + - Updated ''Add-AzExpressRouteCircuitConnectionConfig'' + - Added another optional parameter AddressPrefixType to specify the address family of address prefix +* Updated cmdlets to enable setting of DPD Timeout on Virtual Network Gateway Connections. + - New-AzVirtualNetworkGatewayConnection + - Set-AzVirtualNetworkGatewayConnection' # Prerelease string of this module # Prerelease = '' diff --git a/src/Network/Network/ChangeLog.md b/src/Network/Network/ChangeLog.md index 15cb0325dd5d..55a0c2bfa929 100644 --- a/src/Network/Network/ChangeLog.md +++ b/src/Network/Network/ChangeLog.md @@ -19,6 +19,8 @@ ---> ## Upcoming Release + +## Version 2.5.0 * Updated cmdlets to enable connection on private IP for Virtual Network Gateway. - `New-AzVirtualNetworkGateway` - `Set-AzVirtualNetworkGateway` diff --git a/src/Network/Network/Properties/AssemblyInfo.cs b/src/Network/Network/Properties/AssemblyInfo.cs index 0eaef811bf1c..d8ed19f6d24d 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("2.4.0")] -[assembly: AssemblyFileVersion("2.4.0")] +[assembly: AssemblyVersion("2.5.0")] +[assembly: AssemblyFileVersion("2.5.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Network.Test")] #endif diff --git a/src/NotificationHubs/NotificationHubs/Az.NotificationHubs.psd1 b/src/NotificationHubs/NotificationHubs/Az.NotificationHubs.psd1 index 98bf1ec62469..c73a2abf906b 100644 --- a/src/NotificationHubs/NotificationHubs/Az.NotificationHubs.psd1 +++ b/src/NotificationHubs/NotificationHubs/Az.NotificationHubs.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.NotificationHubs.dll' diff --git a/src/OperationalInsights/OperationalInsights/Az.OperationalInsights.psd1 b/src/OperationalInsights/OperationalInsights/Az.OperationalInsights.psd1 index b3db1c7c5c2f..85522c0c69bb 100644 --- a/src/OperationalInsights/OperationalInsights/Az.OperationalInsights.psd1 +++ b/src/OperationalInsights/OperationalInsights/Az.OperationalInsights.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.OperationalInsights.dll', diff --git a/src/Peering/Peering/Az.Peering.psd1 b/src/Peering/Peering/Az.Peering.psd1 index dc733fc4e45c..136cf3bc2b4e 100644 --- a/src/Peering/Peering/Az.Peering.psd1 +++ b/src/Peering/Peering/Az.Peering.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Peering.dll', 'AutoMapper.dll' diff --git a/src/PolicyInsights/PolicyInsights/Az.PolicyInsights.psd1 b/src/PolicyInsights/PolicyInsights/Az.PolicyInsights.psd1 index 74928212d1d3..a056cda08632 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: 3/26/2020 +# Generated on: 4/16/2020 # @{ @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.PolicyInsights.dll' @@ -112,7 +112,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Improved error messages' + ReleaseNotes = '* Added ''Start-AzPolicyComplianceScan'' cmdlet for triggering policy compliance scans +* Added policy definition, set definition, and assignment versions to ''Get-AzPolicyState'' output' # Prerelease string of this module # Prerelease = '' diff --git a/src/PolicyInsights/PolicyInsights/ChangeLog.md b/src/PolicyInsights/PolicyInsights/ChangeLog.md index eb9dc2105efa..4fa5c2117224 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.3.0 * Added `Start-AzPolicyComplianceScan` cmdlet for triggering policy compliance scans * Added policy definition, set definition, and assignment versions to `Get-AzPolicyState` output diff --git a/src/PolicyInsights/PolicyInsights/Properties/AssemblyInfo.cs b/src/PolicyInsights/PolicyInsights/Properties/AssemblyInfo.cs index 8f4464c2e09d..ea49cf122aa0 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.2.1")] -[assembly: AssemblyFileVersion("1.2.1")] +[assembly: AssemblyVersion("1.3.0")] +[assembly: AssemblyFileVersion("1.3.0")] diff --git a/src/PowerBIEmbedded/PowerBIEmbedded/Az.PowerBIEmbedded.psd1 b/src/PowerBIEmbedded/PowerBIEmbedded/Az.PowerBIEmbedded.psd1 index 079b18be0520..5b024f873696 100644 --- a/src/PowerBIEmbedded/PowerBIEmbedded/Az.PowerBIEmbedded.psd1 +++ b/src/PowerBIEmbedded/PowerBIEmbedded/Az.PowerBIEmbedded.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.PowerBIEmbedded.dll', diff --git a/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1 b/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1 index a356ca0cc65d..75b9c722d8fb 100644 --- a/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1 +++ b/src/PrivateDns/PrivateDns/Az.PrivateDns.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.PrivateDns.dll' diff --git a/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 b/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 index 73ced4ab231c..0d2fb5bb2663 100644 --- a/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 +++ b/src/RecoveryServices/RecoveryServices/Az.RecoveryServices.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'AutoMapper.dll', diff --git a/src/RedisCache/RedisCache/Az.RedisCache.psd1 b/src/RedisCache/RedisCache/Az.RedisCache.psd1 index 7d34850106a9..9c00ff091a46 100644 --- a/src/RedisCache/RedisCache/Az.RedisCache.psd1 +++ b/src/RedisCache/RedisCache/Az.RedisCache.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Insights.dll', diff --git a/src/Relay/Relay/Az.Relay.psd1 b/src/Relay/Relay/Az.Relay.psd1 index 287c3f84763d..c8783dc5d083 100644 --- a/src/Relay/Relay/Az.Relay.psd1 +++ b/src/Relay/Relay/Az.Relay.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Relay.dll' diff --git a/src/Reservations/Reservations/Az.Reservations.psd1 b/src/Reservations/Reservations/Az.Reservations.psd1 index 16eac99f93ee..4bae0f6a387d 100644 --- a/src/Reservations/Reservations/Az.Reservations.psd1 +++ b/src/Reservations/Reservations/Az.Reservations.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Reservations.dll' diff --git a/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1 b/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1 index 42188a13491c..3cf662d3ecea 100644 --- a/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1 +++ b/src/ResourceGraph/ResourceGraph/Az.ResourceGraph.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ResourceGraph.dll' diff --git a/src/Resources/Resources/Az.Resources.psd1 b/src/Resources/Resources/Az.Resources.psd1 index 81a3652d4988..ba78f598dfec 100644 --- a/src/Resources/Resources/Az.Resources.psd1 +++ b/src/Resources/Resources/Az.Resources.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Authorization.dll', diff --git a/src/Search/Search/Az.Search.psd1 b/src/Search/Search/Az.Search.psd1 index 785fa2aa3794..8c1fe7a08083 100644 --- a/src/Search/Search/Az.Search.psd1 +++ b/src/Search/Search/Az.Search.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Search.dll' diff --git a/src/Security/Security/Az.Security.psd1 b/src/Security/Security/Az.Security.psd1 index 99d694b40be5..06f6590139ab 100644 --- a/src/Security/Security/Az.Security.psd1 +++ b/src/Security/Security/Az.Security.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.SecurityCenter.dll' diff --git a/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 b/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 index 83857888f829..5bd085f3f6ff 100644 --- a/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 +++ b/src/ServiceBus/ServiceBus/Az.ServiceBus.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.ServiceBus.dll' diff --git a/src/ServiceFabric/ServiceFabric/Az.ServiceFabric.psd1 b/src/ServiceFabric/ServiceFabric/Az.ServiceFabric.psd1 index 3e08453a4372..addcf6110ada 100644 --- a/src/ServiceFabric/ServiceFabric/Az.ServiceFabric.psd1 +++ b/src/ServiceFabric/ServiceFabric/Az.ServiceFabric.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 12/11/2019 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.0.1' +ModuleVersion = '2.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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.KeyVault.dll', @@ -132,7 +132,7 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Update references in .psd1 to use relative path' + ReleaseNotes = '* Improved code formatting and usability of ''New-AzServiceFabricCluster'' examples' # Prerelease string of this module # Prerelease = '' diff --git a/src/ServiceFabric/ServiceFabric/ChangeLog.md b/src/ServiceFabric/ServiceFabric/ChangeLog.md index e6cb606543ff..861002f110d3 100644 --- a/src/ServiceFabric/ServiceFabric/ChangeLog.md +++ b/src/ServiceFabric/ServiceFabric/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 2.0.2 * Improved code formatting and usability of `New-AzServiceFabricCluster` examples ## Version 2.0.1 diff --git a/src/ServiceFabric/ServiceFabric/Properties/AssemblyInfo.cs b/src/ServiceFabric/ServiceFabric/Properties/AssemblyInfo.cs index cd83c74c98e8..1381c91da0b5 100644 --- a/src/ServiceFabric/ServiceFabric/Properties/AssemblyInfo.cs +++ b/src/ServiceFabric/ServiceFabric/Properties/AssemblyInfo.cs @@ -18,8 +18,8 @@ using System.Runtime.InteropServices; [assembly: Guid("B965F0A8-D610-4275-B5EA-8F2D806F337C")] -[assembly: AssemblyVersion("2.0.1")] -[assembly: AssemblyFileVersion("2.0.1")] +[assembly: AssemblyVersion("2.0.2")] +[assembly: AssemblyFileVersion("2.0.2")] [assembly: AssemblyTitle("Microsoft Azure Powershell - Service Fabric")] [assembly: AssemblyCompany(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCompany)] diff --git a/src/SignalR/SignalR/Az.SignalR.psd1 b/src/SignalR/SignalR/Az.SignalR.psd1 index c8e74a67e750..b7dfc6fd068e 100644 --- a/src/SignalR/SignalR/Az.SignalR.psd1 +++ b/src/SignalR/SignalR/Az.SignalR.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.SignalR.dll' diff --git a/src/Sql/Sql/Az.Sql.psd1 b/src/Sql/Sql/Az.Sql.psd1 index c24db12a234e..7338489dbfae 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: 3/26/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.5.0' +ModuleVersion = '2.6.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Sql.dll', @@ -314,9 +314,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added readable secondary parameter to ''Invoke-AzSqlDatabaseFailover'' -* Added cmdlet ''Disable-AzSqlServerActiveDirectoryOnlyAuthentication'' -* Saved sensitivity rank when classifying columns in the database.' + ReleaseNotes = '* Added cmdlets ''Get-AzSqlInstanceOperation'' and ''Stop-AzSqlInstanceOperation'' +* Supported auditing to a storage account in VNet.' # Prerelease string of this module # Prerelease = '' diff --git a/src/Sql/Sql/ChangeLog.md b/src/Sql/Sql/ChangeLog.md index 789f4f9e58db..db52892ccda4 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 2.6.0 * Added cmdlets `Get-AzSqlInstanceOperation` and `Stop-AzSqlInstanceOperation` * Supported auditing to a storage account in VNet. diff --git a/src/Sql/Sql/Properties/AssemblyInfo.cs b/src/Sql/Sql/Properties/AssemblyInfo.cs index 72b977d98f26..b0bd1c8c6c9a 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("2.5.0")] -[assembly: AssemblyFileVersion("2.5.0")] +[assembly: AssemblyVersion("2.6.0")] +[assembly: AssemblyFileVersion("2.6.0")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Resources.Test")] #endif diff --git a/src/SqlVirtualMachine/SqlVirtualMachine/Az.SqlVirtualMachine.psd1 b/src/SqlVirtualMachine/SqlVirtualMachine/Az.SqlVirtualMachine.psd1 index 6a1024693358..cfc363813e23 100644 --- a/src/SqlVirtualMachine/SqlVirtualMachine/Az.SqlVirtualMachine.psd1 +++ b/src/SqlVirtualMachine/SqlVirtualMachine/Az.SqlVirtualMachine.psd1 @@ -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 = '1.6.2'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.SqlVirtualMachine.dll' diff --git a/src/Storage/Storage.Management/Az.Storage.psd1 b/src/Storage/Storage.Management/Az.Storage.psd1 index 078cc51ec9e6..cdd7e7f6aec9 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: 3/3/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.13.0' +ModuleVersion = '1.14.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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Storage.dll', @@ -66,7 +66,7 @@ RequiredAssemblies = 'Microsoft.Azure.Management.Storage.dll', 'Microsoft.Azure.Storage.DataMovement.dll', 'Microsoft.Azure.DocumentDB.Core.dll', 'Microsoft.OData.Core.dll', 'Microsoft.OData.Edm.dll', 'Microsoft.Spatial.dll', - 'Microsoft.Azure.KeyVault.Core.dll','Azure.Storage.Blobs.dll', + 'Microsoft.Azure.KeyVault.Core.dll', 'Azure.Storage.Blobs.dll', 'Azure.Storage.Common.dll', 'Azure.Storage.Files.DataLake.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. @@ -164,7 +164,6 @@ CmdletsToExport = 'Get-AzStorageAccount', 'Get-AzStorageAccountKey', 'New-AzDataLakeGen2Item', 'Move-AzDataLakeGen2Item', 'Remove-AzDataLakeGen2Item', 'Update-AzDataLakeGen2Item', 'Set-AzDataLakeGen2ItemAclObject', 'Get-AzDataLakeGen2ItemContent' - # Variables to export from this module # VariablesToExport = @() @@ -172,9 +171,9 @@ CmdletsToExport = 'Get-AzStorageAccount', 'Get-AzStorageAccountKey', # 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 = 'Get-AzStorageContainerAcl', 'Start-CopyAzureStorageBlob', 'Stop-CopyAzureStorageBlob', 'Enable-AzStorageSoftDelete', - 'Disable-AzStorageSoftDelete', - 'New-AzDatalakeGen2FileSystem', 'Remove-AzDatalakeGen2FileSystem', - 'Get-AzDatalakeGen2FileSystem', 'New-AzDataLakeGen2ItemAclObject' + 'Disable-AzStorageSoftDelete', 'New-AzDatalakeGen2FileSystem', + 'Remove-AzDatalakeGen2FileSystem', 'Get-AzDatalakeGen2FileSystem', + 'New-AzDataLakeGen2ItemAclObject' # DSC resources to export from this module # DscResourcesToExport = @() @@ -203,11 +202,19 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Supported AllowProtectedAppendWrite in ImmutabilityPolicy - - ''Set-AzRmStorageContainerImmutabilityPolicy'' -* Added breaking change warning message for AzureStorageTable type change in a future release - - ''New-AzStorageTable'' - - ''Get-AzStorageTable''' + ReleaseNotes = '* Added breaking change notice for Azure File cmdlets output change in a future release +* Supported new SkuName StandardGZRS, StandardRAGZRS when create/update Storage account + - ''New-AzStorageAccount'' + - ''Set-AzStorageAccount'' +* Supported DataLake Gen2 + - ''New-AzDataLakeGen2Item'' + - ''Get-AzDataLakeGen2Item'' + - ''Get-AzDataLakeGen2ChildItem'' + - ''Move-AzDataLakeGen2Item'' + - ''Set-AzDataLakeGen2ItemAclObject'' + - ''Update-AzDataLakeGen2Item'' + - ''Get-AzDataLakeGen2ItemContent'' + - ''Remove-AzDataLakeGen2Item''' # Prerelease string of this module # Prerelease = '' diff --git a/src/Storage/Storage.Management/ChangeLog.md b/src/Storage/Storage.Management/ChangeLog.md index fabe368e8da2..e81da8d1e2f6 100644 --- a/src/Storage/Storage.Management/ChangeLog.md +++ b/src/Storage/Storage.Management/ChangeLog.md @@ -18,19 +18,21 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 1.14.0 * Added breaking change notice for Azure File cmdlets output change in a future release * Supported new SkuName StandardGZRS, StandardRAGZRS when create/update Storage account - `New-AzStorageAccount` - `Set-AzStorageAccount` * Supported DataLake Gen2 - - `New-AzDataLakeGen2Item` - - `Get-AzDataLakeGen2Item` - - `Get-AzDataLakeGen2ChildItem` - - `Move-AzDataLakeGen2Item` - - `Set-AzDataLakeGen2ItemAclObject` - - `Update-AzDataLakeGen2Item` - - `Get-AzDataLakeGen2ItemContent` - - `Remove-AzDataLakeGen2Item` + - `New-AzDataLakeGen2Item` + - `Get-AzDataLakeGen2Item` + - `Get-AzDataLakeGen2ChildItem` + - `Move-AzDataLakeGen2Item` + - `Set-AzDataLakeGen2ItemAclObject` + - `Update-AzDataLakeGen2Item` + - `Get-AzDataLakeGen2ItemContent` + - `Remove-AzDataLakeGen2Item` ## Version 1.13.0 * Supported AllowProtectedAppendWrite in ImmutabilityPolicy diff --git a/src/Storage/Storage.Management/Properties/AssemblyInfo.cs b/src/Storage/Storage.Management/Properties/AssemblyInfo.cs index 34ef6d209521..bc9fcad1aeb3 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("1.13.0")] -[assembly: AssemblyFileVersion("1.13.0")] +[assembly: AssemblyVersion("1.14.0")] +[assembly: AssemblyFileVersion("1.14.0")] diff --git a/src/StorageSync/StorageSync/Az.StorageSync.psd1 b/src/StorageSync/StorageSync/Az.StorageSync.psd1 index ada1b70c8252..c494ae4403c4 100644 --- a/src/StorageSync/StorageSync/Az.StorageSync.psd1 +++ b/src/StorageSync/StorageSync/Az.StorageSync.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.StorageSync.dll', diff --git a/src/StreamAnalytics/StreamAnalytics/Az.StreamAnalytics.psd1 b/src/StreamAnalytics/StreamAnalytics/Az.StreamAnalytics.psd1 index a5bbe54f748b..1771d8bff616 100644 --- a/src/StreamAnalytics/StreamAnalytics/Az.StreamAnalytics.psd1 +++ b/src/StreamAnalytics/StreamAnalytics/Az.StreamAnalytics.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.StreamAnalytics.dll' diff --git a/src/Subscription/Subscription/Az.Subscription.psd1 b/src/Subscription/Subscription/Az.Subscription.psd1 index 69026e5a9d8c..ef84336733cc 100644 --- a/src/Subscription/Subscription/Az.Subscription.psd1 +++ b/src/Subscription/Subscription/Az.Subscription.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Subscription.dll' diff --git a/src/Support/Support/Az.Support.psd1 b/src/Support/Support/Az.Support.psd1 index 0a37363e3ec2..3051253c2860 100644 --- a/src/Support/Support/Az.Support.psd1 +++ b/src/Support/Support/Az.Support.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Support.dll' diff --git a/src/TrafficManager/TrafficManager/Az.TrafficManager.psd1 b/src/TrafficManager/TrafficManager/Az.TrafficManager.psd1 index 62d55abd8857..4f9262187245 100644 --- a/src/TrafficManager/TrafficManager/Az.TrafficManager.psd1 +++ b/src/TrafficManager/TrafficManager/Az.TrafficManager.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.TrafficManager.dll' diff --git a/src/Websites/Websites/Az.Websites.psd1 b/src/Websites/Websites/Az.Websites.psd1 index bc0c0c6e04e5..18ab83cb327b 100644 --- a/src/Websites/Websites/Az.Websites.psd1 +++ b/src/Websites/Websites/Az.Websites.psd1 @@ -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 = '1.7.4'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.Management.Websites.dll' diff --git a/tools/Az/Az.psd1 b/tools/Az/Az.psd1 index a3d3b454b478..e066ef7fd9d7 100644 --- a/tools/Az/Az.psd1 +++ b/tools/Az/Az.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 3/26/2020 +# Generated on: 4/16/2020 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '3.7.0' +ModuleVersion = '3.8.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -52,18 +52,18 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }, +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.5'; }, @{ModuleName = 'Az.Advisor'; RequiredVersion = '1.1.1'; }, @{ModuleName = 'Az.Aks'; RequiredVersion = '1.0.3'; }, @{ModuleName = 'Az.AnalysisServices'; RequiredVersion = '1.1.2'; }, - @{ModuleName = 'Az.ApiManagement'; RequiredVersion = '1.4.0'; }, + @{ModuleName = 'Az.ApiManagement'; RequiredVersion = '1.4.1'; }, @{ModuleName = 'Az.ApplicationInsights'; RequiredVersion = '1.0.3'; }, @{ModuleName = 'Az.Automation'; RequiredVersion = '1.3.6'; }, @{ModuleName = 'Az.Batch'; RequiredVersion = '2.0.2'; }, @{ModuleName = 'Az.Billing'; RequiredVersion = '1.0.2'; }, - @{ModuleName = 'Az.Cdn'; RequiredVersion = '1.4.2'; }, - @{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.2.3'; }, - @{ModuleName = 'Az.Compute'; RequiredVersion = '3.6.0'; }, + @{ModuleName = 'Az.Cdn'; RequiredVersion = '1.4.3'; }, + @{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.3.0'; }, + @{ModuleName = 'Az.Compute'; RequiredVersion = '3.7.0'; }, @{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '1.0.3'; }, @{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '1.1.1'; }, @{ModuleName = 'Az.DataBoxEdge'; RequiredVersion = '1.1.0'; }, @@ -78,19 +78,19 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }, @{ModuleName = 'Az.FrontDoor'; RequiredVersion = '1.4.0'; }, @{ModuleName = 'Az.HDInsight'; RequiredVersion = '3.1.0'; }, @{ModuleName = 'Az.HealthcareApis'; RequiredVersion = '1.0.1'; }, - @{ModuleName = 'Az.IotHub'; RequiredVersion = '2.3.0'; }, - @{ModuleName = 'Az.KeyVault'; RequiredVersion = '1.5.2'; }, + @{ModuleName = 'Az.IotHub'; RequiredVersion = '2.4.0'; }, + @{ModuleName = 'Az.KeyVault'; RequiredVersion = '1.6.0'; }, @{ModuleName = 'Az.LogicApp'; RequiredVersion = '1.3.2'; }, - @{ModuleName = 'Az.Maintenance'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.MachineLearning'; RequiredVersion = '1.1.3'; }, + @{ModuleName = 'Az.Maintenance'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.ManagedServices'; RequiredVersion = '1.0.2'; }, @{ModuleName = 'Az.MarketplaceOrdering'; RequiredVersion = '1.0.2'; }, @{ModuleName = 'Az.Media'; RequiredVersion = '1.1.1'; }, - @{ModuleName = 'Az.Monitor'; RequiredVersion = '1.6.2'; }, - @{ModuleName = 'Az.Network'; RequiredVersion = '2.4.0'; }, + @{ModuleName = 'Az.Monitor'; RequiredVersion = '1.7.0'; }, + @{ModuleName = 'Az.Network'; RequiredVersion = '2.5.0'; }, @{ModuleName = 'Az.NotificationHubs'; RequiredVersion = '1.1.1'; }, @{ModuleName = 'Az.OperationalInsights'; RequiredVersion = '1.3.4'; }, - @{ModuleName = 'Az.PolicyInsights'; RequiredVersion = '1.2.1'; }, + @{ModuleName = 'Az.PolicyInsights'; RequiredVersion = '1.3.0'; }, @{ModuleName = 'Az.PowerBIEmbedded'; RequiredVersion = '1.1.1'; }, @{ModuleName = 'Az.PrivateDns'; RequiredVersion = '1.0.2'; }, @{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '2.8.0'; }, @@ -98,11 +98,11 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.7.4'; }, @{ModuleName = 'Az.Relay'; RequiredVersion = '1.0.3'; }, @{ModuleName = 'Az.Resources'; RequiredVersion = '1.13.0'; }, @{ModuleName = 'Az.ServiceBus'; RequiredVersion = '1.4.1'; }, - @{ModuleName = 'Az.ServiceFabric'; RequiredVersion = '2.0.1'; }, + @{ModuleName = 'Az.ServiceFabric'; RequiredVersion = '2.0.2'; }, @{ModuleName = 'Az.SignalR'; RequiredVersion = '1.1.1'; }, - @{ModuleName = 'Az.Sql'; RequiredVersion = '2.5.0'; }, + @{ModuleName = 'Az.Sql'; RequiredVersion = '2.6.0'; }, @{ModuleName = 'Az.SqlVirtualMachine'; RequiredVersion = '1.1.0'; }, - @{ModuleName = 'Az.Storage'; RequiredVersion = '1.13.0'; }, + @{ModuleName = 'Az.Storage'; RequiredVersion = '1.14.0'; }, @{ModuleName = 'Az.StorageSync'; RequiredVersion = '1.2.3'; }, @{ModuleName = 'Az.StreamAnalytics'; RequiredVersion = '1.0.1'; }, @{ModuleName = 'Az.Support'; RequiredVersion = '1.0.0'; }, @@ -163,86 +163,101 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '3.7.0 - March 2020 + ReleaseNotes = '3.8.0 - April 2020 Az.Accounts -* Fixed ''Get-AzTenant''/''Get-AzDefault''/''Set-AzDefault'' throw NullReferenceException when not login [#10292] +* Updated Azure PowerShell survey URL in ''Resolve-AzError'' [#11507] + +Az.ApiManagement +* Added breaking change notice for Azure File cmdlets output change in a future release +* ''Set-AzApiManagementGroup'' Updated documentation to specify the GroupId parameter + +Az.Cdn +* Fixed ChinaCDN related pricing SKU display + +Az.CognitiveServices +* Supported Identity, Encryption, UserOwnedStorage Az.Compute -* Added the following parameters to ''New-AzDiskConfig'' cmdlet: - - DiskIOPSReadOnly, DiskMBpsReadOnly, MaxSharesCount, GalleryImageReference -* Allowed Encryption property to Target parameter of ''New-AzGalleryImageVersion'' cmdlet. -* Fixed tempDisk issue for ''Set-AzVmss'' -Reimage and ''Invoke-AzVMReimage'' cmdlets. [#11354] -* Added support to below cmdlets for new SAP Extension - - ''Set-AzVMAEMExtension'' - - ''Get-AzVMAEMExtension'' - - ''Remove-AzVMAEMExtension'' - - ''Update-AzVMAEMExtension'' -* Fixed errors in examples of help document -* Showed the exact string value for VM PowerState in the table format. -* ''New-AzVmssConfig'': fixed serialization of AutomaticRepairs property when SinglePlacementGroup is disabled. [#11257] - -Az.DataFactory -* Updated ADF .Net SDK version to 4.8.0 -* Added optional parameters to ''Invoke-AzDataFactoryV2Pipeline'' command to support rerun - -Az.DataLakeStore -* Added breaking change description for ''Export-AzDataLakeStoreItem'' and ''Import-AzDataLakeStoreItem'' -* Added option of Byte encoding for ''New-AzDataLakeStoreItem'', ''Add-AzDAtaLakeStoreItemContent'', and ''Get-AzDAtaLakeStoreItemContent'' - -Az.HDInsight -* Supported specifying minimal supported TLS version when creating cluster. +* Added ''Set-AzVmssOrchestrationServiceState'' cmdlet. +* ''Get-AzVmss'' with -InstanceView shows OrchestrationService states. Az.IotHub -* Added support to manage distributed settings per-device. New Cmdlets are: - - ''Get-AzIotHubDistributedTracing'' - - ''Set-AzIotHubDistributedTracing'' +* Manage IoT device twin configuration, New cmdlets are: + - ''Get-AzIotHubDeviceTwin'' + - ''Update-AzIotHubDeviceTwin'' +* Added cmdlet to invoke direct method on a device in an Iot Hub. +* Manage IoT device module twin configuration, New cmdlets are: + - ''Get-AzIotHubModuleTwin'' + - ''Update-AzIotHubModuleTwin'' +* Manage IoT automatic device management configuration at scale. New cmdlets are: + - ''Add-AzIotHubConfiguration'' + - ''Get-AzIotHubConfiguration'' + - ''Remove-AzIotHubConfiguration'' + - ''Set-AzIotHubConfiguration'' +* Added cmdlet to invoke an edge module method in an Iot Hub. Az.KeyVault -* Added breaking change attributes to ''New-AzKeyVault'' +* Added a new cmdlet ''Update-AzKeyVault'' that can enable soft delete and purge protection on a vault +* Added support to Microsoft.PowerShell.SecretManagement [#11178] +* Fixed error in the examples of ''Remove-AzKeyVaultManagedStorageSasDefinition'' [#11479] +* Added support to private endpoint + +Az.Maintenance +* Publishing release version of Maintenance cmdlets for GA Az.Monitor -* Updated documentation for ''New-AzScheduledQueryRuleLogMetricTrigger'' +* Added cmdlets for private link scope + - ''Get-AzInsightsPrivateLinkScope'' + - ''Remove-AzInsightsPrivateLinkScope'' + - ''New-AzInsightsPrivateLinkScope'' + - ''Update-AzInsightsPrivateLinkScope'' + - ''Get-AzInsightsPrivateLinkScopedResource'' + - ''New-AzInsightsPrivateLinkScopedResource'' + - ''Remove-AzInsightsPrivateLinkScopedResource'' Az.Network -* Updated cmdlets to allow cross-tenant VirtualHubVnetConnections - - ''New-AzVirtualHubVnetConnection'' - - ''Update-AzVirtualHubVnetConnection'' - - ''New-AzVirtualHub'' - - ''Update-AzVirtualHub'' -* Removed Sql Management SDK dependency +* Updated cmdlets to enable connection on private IP for Virtual Network Gateway. + - ''New-AzVirtualNetworkGateway'' + - ''Set-AzVirtualNetworkGateway'' + - ''New-AzVirtualNetworkGatewayConnection'' + - ''Set-AzVirtualNetworkGatewayConnection'' +* Updated cmdlets to enable FQDN based LocalNetworkGateways and VpnSites + - ''New-AzLocalNetworkGateway'' + - ''New-AzVpnSiteLink'' +* Added support for IPv6 address family in ExpressRouteCircuitConnectionConfig (Global Reach) + - Added ''Set-AzExpressRouteCircuitConnectionConfig'' + - allows setting of all the existing properties including the IPv6CircuitConnectionProperties + - Updated ''Add-AzExpressRouteCircuitConnectionConfig'' + - Added another optional parameter AddressPrefixType to specify the address family of address prefix +* Updated cmdlets to enable setting of DPD Timeout on Virtual Network Gateway Connections. + - New-AzVirtualNetworkGatewayConnection + - Set-AzVirtualNetworkGatewayConnection Az.PolicyInsights -* Improved error messages - -Az.RecoveryServices -* Azure Site Recovery added support for doing reprotect and updated vm properties for Azure disk encrypted Virtual Machines. -* Added Azure Site Recovery VmwareToAzure properties DR monitoring -* Azure Backup added support for retrying policy update for failed items. -* Azure Backup Added support for disk exclusion settings during backup and restore. -* Azure Backup Added Support for Restoring Multiple files/folders in AzureFileShare -* Azure Backup Added support for User-specified Resourcegroup support while updating IaasVM Policy - -Az.Resources -* Fixed ''Get-AzResource -ResourceGroupName -Name -ExpandProperties -ResourceType'' to use actual apiVersion of resources instead of default apiVersion [#11267] -* Added correlationId logging for error scenarios -* Small documentation change to ''Get-AzResourceLock''. Added example. -* Escaped single quote in parameter value of ''Get-AzADUser'' [#11317] -* Added new cmdlets for Deployment Scripts (''Get-AzDeploymentScript'', ''Get-AzDeploymentScriptLog'', ''Save-AzDeploymentScriptLog'', ''Remove-AzDeploymentScript'') +* Added ''Start-AzPolicyComplianceScan'' cmdlet for triggering policy compliance scans +* Added policy definition, set definition, and assignment versions to ''Get-AzPolicyState'' output + +Az.ServiceFabric +* Improved code formatting and usability of ''New-AzServiceFabricCluster'' examples Az.Sql -* Added readable secondary parameter to ''Invoke-AzSqlDatabaseFailover'' -* Added cmdlet ''Disable-AzSqlServerActiveDirectoryOnlyAuthentication'' -* Saved sensitivity rank when classifying columns in the database. - -Az.Support -* General availability of ''Az.Support'' module - -Az.Websites -* Added support for working with webapp Traffic Routing Rules via below new cmdlets - - ''Get-AzWebAppTrafficRouting'' - - ''Update-AzWebAppTrafficRouting'' - - ''Add-AzWebAppTrafficRouting'' - - ''Remove-AzWebAppTrafficRouting'' +* Added cmdlets ''Get-AzSqlInstanceOperation'' and ''Stop-AzSqlInstanceOperation'' +* Supported auditing to a storage account in VNet. + +Az.Storage +* Added breaking change notice for Azure File cmdlets output change in a future release +* Supported new SkuName StandardGZRS, StandardRAGZRS when create/update Storage account + - ''New-AzStorageAccount'' + - ''Set-AzStorageAccount'' +* Supported DataLake Gen2 + - ''New-AzDataLakeGen2Item'' + - ''Get-AzDataLakeGen2Item'' + - ''Get-AzDataLakeGen2ChildItem'' + - ''Move-AzDataLakeGen2Item'' + - ''Set-AzDataLakeGen2ItemAclObject'' + - ''Update-AzDataLakeGen2Item'' + - ''Get-AzDataLakeGen2ItemContent'' + - ''Remove-AzDataLakeGen2Item'' ' # Prerelease string of this module diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll.json index f604ffe793ef..eb9e850ac196 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Accounts.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Profile.CommonModule", "Name": "Microsoft.Azure.Commands.Profile.CommonModule.PSAzureServiceProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.CommonModule.PSAzureServiceProfile, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.CommonModule.PSAzureServiceProfile, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Description": "System.String" @@ -164,7 +164,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.VTable, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProfileName": "System.String" }, @@ -787,7 +787,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1027,7 +1027,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1380,7 +1380,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1709,7 +1709,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2086,7 +2086,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2419,7 +2419,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2844,7 +2844,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3272,7 +3272,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3752,7 +3752,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3921,7 +3921,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4125,7 +4125,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4363,7 +4363,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4601,7 +4601,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4778,7 +4778,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4931,7 +4931,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5767,7 +5767,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6255,7 +6255,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6432,7 +6432,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6585,7 +6585,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8078,7 +8078,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8380,7 +8380,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8688,7 +8688,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9011,7 +9011,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9293,7 +9293,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9548,7 +9548,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9776,7 +9776,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10793,7 +10793,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11157,7 +11157,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11987,7 +11987,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12462,7 +12462,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12976,7 +12976,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13142,7 +13142,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13939,7 +13939,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14303,7 +14303,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15133,7 +15133,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15608,7 +15608,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16752,7 +16752,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureErrorRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ErrorCategory": "System.Management.Automation.ErrorCategoryInfo", "ErrorDetails": "System.Management.Automation.ErrorDetails", @@ -16809,7 +16809,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "InnerException": "System.Boolean", "Exception": "System.Exception", @@ -16879,7 +16879,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.AzureRestExceptionRecord, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequestMessage": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo", "ServerResponse": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo", @@ -17312,7 +17312,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17526,7 +17526,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17727,7 +17727,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -17887,7 +17887,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -18120,7 +18120,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Models.PSResourceGroup, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceGroupName": "System.String", @@ -18213,7 +18213,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18403,7 +18403,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18580,7 +18580,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19286,7 +19286,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19428,7 +19428,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19646,7 +19646,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19788,7 +19788,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20006,7 +20006,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20148,7 +20148,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20363,7 +20363,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20553,7 +20553,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20908,7 +20908,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21183,7 +21183,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21384,7 +21384,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21739,7 +21739,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22014,7 +22014,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22215,7 +22215,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22534,7 +22534,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22761,7 +22761,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -22914,7 +22914,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Common.ContextModificationScope, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24000,7 +24000,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpRequestInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Headers": "System.Collections.Generic.IDictionary`2[System.String,System.Collections.Generic.IEnumerable`1[System.String]]", "Verb": "System.String", @@ -24097,7 +24097,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=1.7.4.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Profile.Errors.HttpResponseInfo, Microsoft.Azure.PowerShell.Cmdlets.Accounts, Version=1.7.5.0, Culture=neutral, PublicKeyToken=null", "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/Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.dll.json index 787fdba7790e..9051b3e792c2 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -162,7 +162,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -327,7 +327,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -367,7 +367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -460,7 +460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -637,7 +637,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -689,7 +689,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -800,7 +800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -1310,7 +1310,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -1837,7 +1837,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementNetworkStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementNetworkStatus, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementNetworkStatus, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectivityStatus": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus[]", "Location": "System.String", @@ -1893,7 +1893,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -2133,7 +2133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -2565,7 +2565,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -2787,7 +2787,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -3127,7 +3127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -3365,7 +3365,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -3411,7 +3411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3518,7 +3518,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -3593,7 +3593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion", "GenericTypeArguments": [], @@ -3611,7 +3611,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "GenericTypeArguments": [], @@ -3629,7 +3629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate", "GenericTypeArguments": [], @@ -3647,7 +3647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendProtocol": "System.Collections.Hashtable", "BackendProtocol": "System.Collections.Hashtable", @@ -3897,7 +3897,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -3955,7 +3955,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4068,7 +4068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -4155,7 +4155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion", "GenericTypeArguments": [], @@ -4179,7 +4179,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "GenericTypeArguments": [], @@ -4203,7 +4203,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate", "GenericTypeArguments": [], @@ -4227,7 +4227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendProtocol": "System.Collections.Hashtable", "BackendProtocol": "System.Collections.Hashtable", @@ -4387,7 +4387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CertificateInformation": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", "HostnameType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", @@ -4465,7 +4465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4622,7 +4622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Expiry": "System.DateTime", "Subject": "System.String", @@ -4775,7 +4775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4884,7 +4884,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Expiry": "System.DateTime", "Subject": "System.String", @@ -5060,7 +5060,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5333,7 +5333,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5657,7 +5657,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku", "VirtualNetwork": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", @@ -5754,7 +5754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -5897,7 +5897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -6008,7 +6008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendProtocol": "System.Collections.Hashtable", "BackendProtocol": "System.Collections.Hashtable", @@ -6322,7 +6322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CertificateInformation": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", "EncodedCertificate": "System.String", @@ -6600,7 +6600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -7022,7 +7022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -7170,7 +7170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -7374,7 +7374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -7602,7 +7602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -8112,7 +8112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -8260,7 +8260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -8500,7 +8500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -8776,7 +8776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -8924,7 +8924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -9089,7 +9089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9210,7 +9210,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -9303,7 +9303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PortalCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "ManagementCustomHostnameConfiguration": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", @@ -9480,7 +9480,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9613,7 +9613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -9855,7 +9855,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CertificateInformation": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", "HostnameType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", @@ -9906,7 +9906,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Expiry": "System.DateTime", "Subject": "System.String", @@ -9972,7 +9972,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10089,7 +10089,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCustomHostNameConfiguration", "GenericTypeArguments": [], @@ -10099,7 +10099,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentity": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentityType", "TenantId": "System.String", @@ -10145,7 +10145,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentityType": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentityType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10240,7 +10240,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10335,7 +10335,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSslSetting, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendProtocol": "System.Collections.Hashtable", "BackendProtocol": "System.Collections.Hashtable", @@ -10392,7 +10392,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate", "GenericTypeArguments": [], @@ -10402,7 +10402,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSystemCertificate, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CertificateInformation": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementCertificateInformation", "EncodedCertificate": "System.String", @@ -10449,7 +10449,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VnetId": "System.Guid", "SubnetName": "System.String", @@ -10505,7 +10505,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVpnType, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10613,7 +10613,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -10625,7 +10625,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementSku", "VirtualNetwork": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementVirtualNetwork", @@ -10894,7 +10894,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus[]": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus[], Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus", "GenericTypeArguments": [], @@ -10904,7 +10904,7 @@ "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus": { "Namespace": "Microsoft.Azure.Commands.ApiManagement.Models", "Name": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementConnectivityStatus, Microsoft.Azure.PowerShell.Cmdlets.ApiManagement, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LastUpdated": "System.DateTime", "LastStatusChange": "System.DateTime", diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Cdn.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Cdn.dll.json index da620f6884a1..a1b89f501ad1 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Cdn.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Cdn.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -249,7 +249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models", "Name": "Microsoft.Azure.Commands.Cdn.Models.PSResourceUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.PSResourceUsage, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.PSResourceUsage, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CurrentValue": "System.Int32", "Limit": "System.Int32", @@ -341,7 +341,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -532,7 +532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -693,7 +693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSsoUri", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSsoUri, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSsoUri, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SsoUriValue": "System.String" }, @@ -782,7 +782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -973,7 +973,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -1134,7 +1134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSOptimizationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSOptimizationType, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSOptimizationType, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1226,7 +1226,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -1417,7 +1417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -1578,7 +1578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -1675,7 +1675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSkuName", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSkuName, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSkuName, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1901,7 +1901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSkuName", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSkuName, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSkuName, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2164,7 +2164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -2439,7 +2439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -2696,7 +2696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -2757,7 +2757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -2856,7 +2856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -2973,7 +2973,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Origin", "Name": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOrigin", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOrigin, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOrigin, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOriginResourceState", "ProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.PSProvisioningState", @@ -3108,7 +3108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -3428,7 +3428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -3582,7 +3582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Origin", "Name": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOrigin", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOrigin, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOrigin, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOriginResourceState", "ProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.PSProvisioningState", @@ -3645,7 +3645,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Origin", "Name": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOrigin", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOrigin, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOrigin, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOriginResourceState", "ProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.PSProvisioningState", @@ -3746,7 +3746,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Origin", "Name": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOrigin", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOrigin, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOrigin, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOriginResourceState", "ProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.PSProvisioningState", @@ -3865,7 +3865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSValidateProbeOutput", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSValidateProbeOutput, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSValidateProbeOutput, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsValid": "System.Nullable`1[System.Boolean]", "ErrorCode": "System.String", @@ -4052,7 +4052,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -4180,7 +4180,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -4463,7 +4463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -4604,7 +4604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSCheckNameAvailabilityOutput", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSCheckNameAvailabilityOutput, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSCheckNameAvailabilityOutput, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NameAvailable": "System.Boolean", "Reason": "System.String", @@ -4791,7 +4791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models", "Name": "Microsoft.Azure.Commands.Cdn.Models.PSResourceUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.PSResourceUsage, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.PSResourceUsage, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CurrentValue": "System.Int32", "Limit": "System.Int32", @@ -4901,7 +4901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -5197,7 +5197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -5351,7 +5351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchValue": "System.Collections.Generic.IList`1[System.String]", "Transfroms": "System.Collections.Generic.IList`1[System.String]", @@ -5751,7 +5751,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction]", "Conditions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition]", @@ -5843,7 +5843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition", "GenericTypeArguments": [], @@ -5861,7 +5861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction", "GenericTypeArguments": [], @@ -5966,7 +5966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition", "GenericTypeArguments": [], @@ -5990,7 +5990,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction", "GenericTypeArguments": [], @@ -6065,7 +6065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule]", "Description": "System.String" @@ -6137,7 +6137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule", "GenericTypeArguments": [], @@ -6218,7 +6218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule", "GenericTypeArguments": [], @@ -6293,7 +6293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7368,7 +7368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -7496,7 +7496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -7688,7 +7688,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -7820,7 +7820,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter", "GenericTypeArguments": [], @@ -7838,7 +7838,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule]", "Description": "System.String" @@ -8122,7 +8122,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -8296,7 +8296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter", "GenericTypeArguments": [], @@ -8320,7 +8320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule]", "Description": "System.String" @@ -8693,7 +8693,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -8867,7 +8867,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter", "GenericTypeArguments": [], @@ -8891,7 +8891,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule]", "Description": "System.String" @@ -9018,7 +9018,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfile, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", "Sku": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", @@ -9258,7 +9258,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -9432,7 +9432,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter[], Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter", "GenericTypeArguments": [], @@ -9456,7 +9456,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule]", "Description": "System.String" @@ -9663,7 +9663,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -9975,7 +9975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -10318,7 +10318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -10630,7 +10630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -10900,7 +10900,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -10974,7 +10974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -11086,7 +11086,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -11289,7 +11289,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -11559,7 +11559,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -11854,7 +11854,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -12124,7 +12124,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -12346,7 +12346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSValidateCustomDomainOutput", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSValidateCustomDomainOutput, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSValidateCustomDomainOutput, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomDomainValidated": "System.Boolean", "Reason": "System.String", @@ -12455,7 +12455,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -12725,7 +12725,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -13022,7 +13022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -13334,7 +13334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -13604,7 +13604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.EdgeNodes", "Name": "Microsoft.Azure.Commands.Cdn.EdgeNodes.PSEdgeNode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.EdgeNodes.PSEdgeNode, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.EdgeNodes.PSEdgeNode, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpAddressGroups": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Commands.Cdn.EdgeNodes.PSIpAddressGroup]" }, @@ -13749,7 +13749,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models", "Name": "Microsoft.Azure.Commands.Cdn.Models.PSResourceUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.PSResourceUsage, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.PSResourceUsage, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CurrentValue": "System.Int32", "Limit": "System.Int32", @@ -13986,7 +13986,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState", "CustomHttpsProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState", @@ -14270,7 +14270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState", "CustomHttpsProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState", @@ -14573,7 +14573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState", "CustomHttpsProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState", @@ -14875,7 +14875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState", "CustomHttpsProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState", @@ -15270,7 +15270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState", "CustomHttpsProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState", @@ -15554,7 +15554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState", "CustomHttpsProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState", @@ -15857,7 +15857,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState", "CustomHttpsProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState", @@ -16159,7 +16159,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState", "CustomHttpsProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState", @@ -16463,7 +16463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState", "CustomHttpsProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState", @@ -16599,7 +16599,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -16919,7 +16919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -17073,7 +17073,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState", "CustomHttpsProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState", @@ -17227,7 +17227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -17595,7 +17595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeliveryPolicy": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", @@ -17864,7 +17864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState", "CustomHttpsProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState", @@ -18148,7 +18148,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState", "CustomHttpsProvisioningState": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState", @@ -18491,7 +18491,7 @@ "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSProfileResourceState, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18606,7 +18606,7 @@ "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSku, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSkuName" }, @@ -18650,7 +18650,7 @@ "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSkuName": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Profile", "Name": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSkuName", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSkuName, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Profile.PSSkuName, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18745,7 +18745,7 @@ "Microsoft.Azure.Commands.Cdn.Models.PSProvisioningState": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models", "Name": "Microsoft.Azure.Commands.Cdn.Models.PSProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.PSProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.PSProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19040,7 +19040,7 @@ "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOriginResourceState": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Origin", "Name": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOriginResourceState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOriginResourceState, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Origin.PSOriginResourceState, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19147,7 +19147,7 @@ "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryPolicy, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule]", "Description": "System.String" @@ -19192,7 +19192,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19204,7 +19204,7 @@ "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRule, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction]", "Conditions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition]", @@ -19251,7 +19251,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19263,7 +19263,7 @@ "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleAction, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19305,7 +19305,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19317,7 +19317,7 @@ "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeliveryRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchValue": "System.Collections.Generic.IList`1[System.String]", "Transfroms": "System.Collections.Generic.IList`1[System.String]", @@ -19378,7 +19378,7 @@ "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSEndpointResourceState, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19473,7 +19473,7 @@ "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSQueryStringCachingBehavior, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19568,7 +19568,7 @@ "System.Collections.Generic.ICollection`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeepCreatedOrigin]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeepCreatedOrigin]", - "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeepCreatedOrigin, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeepCreatedOrigin, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19580,7 +19580,7 @@ "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeepCreatedOrigin": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeepCreatedOrigin", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeepCreatedOrigin, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSDeepCreatedOrigin, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HttpPort": "System.Nullable`1[System.Int32]", "HttpsPort": "System.Nullable`1[System.Int32]", @@ -19627,7 +19627,7 @@ "System.Collections.Generic.ICollection`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter]", - "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19639,7 +19639,7 @@ "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilter, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilterAction", "RelativePath": "System.String", @@ -19685,7 +19685,7 @@ "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilterAction": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.Endpoint", "Name": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilterAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilterAction, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.Endpoint.PSGeoFilterAction, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19790,7 +19790,7 @@ "System.Collections.Generic.ICollection`1[Microsoft.Azure.Commands.Cdn.EdgeNodes.PSIpAddressGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Commands.Cdn.EdgeNodes.PSIpAddressGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Commands.Cdn.EdgeNodes.PSIpAddressGroup, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Commands.Cdn.EdgeNodes.PSIpAddressGroup, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19802,7 +19802,7 @@ "Microsoft.Azure.Commands.Cdn.EdgeNodes.PSIpAddressGroup": { "Namespace": "Microsoft.Azure.Commands.Cdn.EdgeNodes", "Name": "Microsoft.Azure.Commands.Cdn.EdgeNodes.PSIpAddressGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.EdgeNodes.PSIpAddressGroup, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.EdgeNodes.PSIpAddressGroup, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Ipv4Addresses": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Commands.Cdn.EdgeNodes.PSCIDRIpAddress]", "Ipv6Addresses": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Commands.Cdn.EdgeNodes.PSCIDRIpAddress]", @@ -19848,7 +19848,7 @@ "System.Collections.Generic.ICollection`1[Microsoft.Azure.Commands.Cdn.EdgeNodes.PSCIDRIpAddress]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Commands.Cdn.EdgeNodes.PSCIDRIpAddress]", - "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Commands.Cdn.EdgeNodes.PSCIDRIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Commands.Cdn.EdgeNodes.PSCIDRIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19860,7 +19860,7 @@ "Microsoft.Azure.Commands.Cdn.EdgeNodes.PSCIDRIpAddress": { "Namespace": "Microsoft.Azure.Commands.Cdn.EdgeNodes", "Name": "Microsoft.Azure.Commands.Cdn.EdgeNodes.PSCIDRIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.EdgeNodes.PSCIDRIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.EdgeNodes.PSCIDRIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrefixLength": "System.Int32", "BaseIpAddress": "System.String" @@ -19905,7 +19905,7 @@ "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomDomainResourceState, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20000,7 +20000,7 @@ "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningState, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20095,7 +20095,7 @@ "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningSubstate": { "Namespace": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain", "Name": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningSubstate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningSubstate, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Cdn.Models.CustomDomain.PSCustomHttpsProvisioningSubstate, Microsoft.Azure.PowerShell.Cmdlets.Cdn, Version=1.4.3.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices.dll.json index 44add05c9508..9028305a1b17 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Boolean", "State": "System.String", @@ -81,7 +81,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpAddress": "System.String" }, @@ -189,7 +189,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", "GenericTypeArguments": [], @@ -207,7 +207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -398,7 +398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", "GenericTypeArguments": [], @@ -517,7 +517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -884,21 +884,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkRuleSet": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "ApiProperties": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties", + "Encryption": "Microsoft.Azure.Management.CognitiveServices.Models.Encryption", + "Identity": "Microsoft.Azure.Management.CognitiveServices.Models.Identity", "Sku": "Microsoft.Azure.Management.CognitiveServices.Models.Sku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ResourceGroupName": "System.String", - "AccountName": "System.String", - "Id": "System.String", - "Endpoint": "System.String", - "Location": "System.String", + "UserOwnedStorage": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage]", + "CustomSubDomainName": "System.String", + "ProvisioningState": "System.String", + "Etag": "System.String", "AccountType": "System.String", + "Location": "System.String", + "Endpoint": "System.String", + "Id": "System.String", + "AccountName": "System.String", "ResourceType": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "CustomSubDomainName": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -1256,7 +1260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccountKeys", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccountKeys, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccountKeys, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Key1": "System.String", "Key2": "System.String" @@ -1495,7 +1499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", @@ -1765,7 +1769,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSku", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSku, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSku, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Restrictions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions]", "Locations": "System.Collections.Generic.IList`1[System.String]", @@ -2385,7 +2389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesUsage, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesUsage, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CurrentValue": "System.Nullable`1[System.Double]", "Limit": "System.Nullable`1[System.Double]", @@ -2449,21 +2453,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkRuleSet": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "ApiProperties": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties", + "Encryption": "Microsoft.Azure.Management.CognitiveServices.Models.Encryption", + "Identity": "Microsoft.Azure.Management.CognitiveServices.Models.Identity", "Sku": "Microsoft.Azure.Management.CognitiveServices.Models.Sku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ResourceGroupName": "System.String", - "AccountName": "System.String", - "Id": "System.String", - "Endpoint": "System.String", - "Location": "System.String", + "UserOwnedStorage": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage]", + "CustomSubDomainName": "System.String", + "ProvisioningState": "System.String", + "Etag": "System.String", "AccountType": "System.String", + "Location": "System.String", + "Endpoint": "System.String", + "Id": "System.String", + "AccountName": "System.String", "ResourceType": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "CustomSubDomainName": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -2624,21 +2632,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkRuleSet": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "ApiProperties": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties", + "Encryption": "Microsoft.Azure.Management.CognitiveServices.Models.Encryption", + "Identity": "Microsoft.Azure.Management.CognitiveServices.Models.Identity", "Sku": "Microsoft.Azure.Management.CognitiveServices.Models.Sku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ResourceGroupName": "System.String", - "AccountName": "System.String", - "Id": "System.String", - "Endpoint": "System.String", - "Location": "System.String", + "UserOwnedStorage": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage]", + "CustomSubDomainName": "System.String", + "ProvisioningState": "System.String", + "Etag": "System.String", "AccountType": "System.String", + "Location": "System.String", + "Endpoint": "System.String", + "Id": "System.String", + "AccountName": "System.String", "ResourceType": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "CustomSubDomainName": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -2967,21 +2979,25 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkRuleSet": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "ApiProperties": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties", + "Encryption": "Microsoft.Azure.Management.CognitiveServices.Models.Encryption", + "Identity": "Microsoft.Azure.Management.CognitiveServices.Models.Identity", "Sku": "Microsoft.Azure.Management.CognitiveServices.Models.Sku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ResourceGroupName": "System.String", - "AccountName": "System.String", - "Id": "System.String", - "Endpoint": "System.String", - "Location": "System.String", + "UserOwnedStorage": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage]", + "CustomSubDomainName": "System.String", + "ProvisioningState": "System.String", + "Etag": "System.String", "AccountType": "System.String", + "Location": "System.String", + "Endpoint": "System.String", + "Id": "System.String", + "AccountName": "System.String", "ResourceType": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "CustomSubDomainName": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -3176,13 +3192,139 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "AssignIdentity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "StorageAccountId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "CognitiveServicesEncryption", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KeyVaultEncryption", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KeyName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "KeyVersion", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "KeyVaultUri", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "NetworkRuleSet", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", @@ -3498,6 +3640,54 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "AssignIdentity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAccountId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "NetworkRuleSet", @@ -3505,7 +3695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", @@ -3657,284 +3847,34 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "New", - "NounName": "AzCognitiveServicesAccountKey", - "Name": "New-AzCognitiveServicesAccountKey", - "ClassName": "Microsoft.Azure.Commands.Management.CognitiveServices.NewAzureCognitiveServicesAccountKeyCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ + }, { - "Type": { - "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountKeys", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountKeys, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Key1": "System.String", - "Key2": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "key1", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "key2", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "CognitiveServicesAccountName", - "AccountName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "KeyName", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Management.CognitiveServices.Models.KeyName", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.KeyName, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "Name": "CognitiveServicesEncryption", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "CognitiveServicesEncryption", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", - "Parameters": [ { "ParameterMetadata": { "Name": "ResourceGroupName", @@ -3988,94 +3928,248 @@ }, { "ParameterMetadata": { - "Name": "KeyName", - "AliasList": [], + "Name": "Type", + "AliasList": [ + "CognitiveServicesAccountType", + "AccountType", + "Kind" + ], "Type": { - "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Management.CognitiveServices.Models.KeyName", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.KeyName, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "SkuName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 4, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [ + "Tags" + ], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable[]", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": "System.Collections.Hashtable", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CustomSubdomainName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AssignIdentity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAccountId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NetworkRuleSet", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", + "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", + "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]" + }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Equals", + "Name": "Create", "Parameters": [ { - "Name": "obj", + "Name": "networkRuleSet", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet" }, { - "Name": "ToString", + "Name": "ToNetworkRuleSet", "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet" }, { - "Name": "CompareTo", + "Name": "AddIpRule", "Parameters": [ { - "Name": "target", + "Name": "ipAddress", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "ToString", + "Name": "AddVirtualNetworkRule", "Parameters": [ { - "Name": "format", + "Name": "vnetResourceId", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "HasFlag", + "Name": "Equals", "Parameters": [ { - "Name": "flag", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetTypeCode", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.Int32" }, { "Name": "GetType", @@ -4083,17 +4177,23 @@ "ReturnType": "System.Type" } ], - "Constructors": [] + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 2, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -4159,135 +4259,37 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzCognitiveServicesAccount", - "Name": "Remove-AzCognitiveServicesAccount", - "ClassName": "Microsoft.Azure.Commands.Management.CognitiveServices.RemoveAzureCognitiveServicesAccountCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "System", - "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Name", - "AliasList": [ - "CognitiveServicesAccountName", - "AccountName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "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]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "__AllParameterSets", + "Name": "KeyVaultEncryption", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "KeyVaultEncryption", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyName", "AliasList": [], "Type": { "Namespace": "System", @@ -4305,17 +4307,14 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 0, + "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "CognitiveServicesAccountName", - "AccountName" - ], + "Name": "KeyVersion", + "AliasList": [], "Type": { "Namespace": "System", "Name": "System.String", @@ -4332,18 +4331,18 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 1, + "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "KeyVaultUri", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4353,197 +4352,473 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" + "CognitiveServicesAccountName", + "AccountName" ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 1, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzCognitiveServicesAccountNetworkRule", - "Name": "Remove-AzCognitiveServicesAccountNetworkRule", - "ClassName": "Microsoft.Azure.Commands.Management.CognitiveServices.RemoveAzureCognitiveServicesAccountNetworkRuleCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "NetWorkRuleString", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IgnoreMissingVnetServiceEndpoint": "System.Boolean", - "State": "System.String", - "Id": "System.String" + "ValueFromPipelineByPropertyName": true }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Create", - "Parameters": [ - { - "Name": "virtualNetworkRule", - "Type": "System.Reflection.RuntimeParameterInfo" - } + { + "ParameterMetadata": { + "Name": "Type", + "AliasList": [ + "CognitiveServicesAccountType", + "AccountType", + "Kind" ], - "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule" - }, - { - "Name": "ToVirtualNetworkRule", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "SkuName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "NetWorkRuleString", - "NetworkRuleObject" - ] - }, - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IpAddress": "System.String" + "Mandatory": true, + "Position": 4, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Create", - "Parameters": [ - { - "Name": "ipRule", - "Type": "System.Reflection.RuntimeParameterInfo" - } + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [ + "Tags" ], - "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule" - }, - { - "Name": "ToIpRule", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.IpRule" + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable[]", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": "System.Collections.Hashtable", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CustomSubdomainName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AssignIdentity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAccountId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NetworkRuleSet", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", + "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", + "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Create", + "Parameters": [ + { + "Name": "networkRuleSet", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet" + }, + { + "Name": "ToNetworkRuleSet", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet" + }, + { + "Name": "AddIpRule", + "Parameters": [ + { + "Name": "ipAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddVirtualNetworkRule", + "Parameters": [ + { + "Name": "vnetResourceId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzCognitiveServicesAccountKey", + "Name": "New-AzCognitiveServicesAccountKey", + "ClassName": "Microsoft.Azure.Commands.Management.CognitiveServices.NewAzureCognitiveServicesAccountKeyCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountKeys", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountKeys, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Key1": "System.String", + "Key2": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "key1", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "key2", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] } ] }, "ParameterSets": [ - "IpRuleString", - "IpRuleObject" + "__AllParameterSets" ] } ], @@ -4588,34 +4863,101 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "IpRule", + "Name": "KeyName", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Management.CognitiveServices.Models.KeyName", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.KeyName, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", + "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "VirtualNetworkRule", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", - "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -4624,35 +4966,14 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "IpAddressOrRange", + "Name": "Force", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "VirtualNetworkResourceId", - "AliasList": [ - "SubnetId", - "VirtualNetworkId" - ], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -4751,6 +5072,139 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "KeyName", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Management.CognitiveServices.Models.KeyName", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.KeyName, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -4791,34 +5245,132 @@ "ValueFromPipelineByPropertyName": false } ] - }, - { - "Name": "IpRuleObject", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "IpRule", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzCognitiveServicesAccount", + "Name": "Remove-AzCognitiveServicesAccount", + "ClassName": "Microsoft.Azure.Commands.Management.CognitiveServices.RemoveAzureCognitiveServicesAccountCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Void", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "CognitiveServicesAccountName", + "AccountName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "ResourceGroupName", @@ -4870,6 +5422,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -4910,425 +5486,125 @@ "ValueFromPipelineByPropertyName": false } ] - }, + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzCognitiveServicesAccountNetworkRule", + "Name": "Remove-AzCognitiveServicesAccountNetworkRule", + "ClassName": "Microsoft.Azure.Commands.Management.CognitiveServices.RemoveAzureCognitiveServicesAccountNetworkRuleCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "NetWorkRuleString", + "OutputTypes": [ { - "Name": "NetworkRuleObject", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VirtualNetworkRule", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IgnoreMissingVnetServiceEndpoint": "System.Boolean", + "State": "System.String", + "Id": "System.String" }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Create", + "Parameters": [ + { + "Name": "virtualNetworkRule", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule" }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "CognitiveServicesAccountName", - "AccountName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + { + "Name": "ToVirtualNetworkRule", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule" }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.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 + "ReturnType": "System.Boolean" }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "NetWorkRuleString", + "NetworkRuleObject" ] }, { - "Name": "IpRuleString", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "IpAddressOrRange", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IpAddress": "System.String" }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "CognitiveServicesAccountName", - "AccountName" + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Create", + "Parameters": [ + { + "Name": "ipRule", + "Type": "System.Reflection.RuntimeParameterInfo" + } ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule" }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + { + "Name": "ToIpRule", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.IpRule" }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "NetWorkRuleString", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "VirtualNetworkResourceId", - "AliasList": [ - "SubnetId", - "VirtualNetworkId" - ], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "Name", - "AliasList": [ - "CognitiveServicesAccountName", - "AccountName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Set", - "NounName": "AzCognitiveServicesAccount", - "Name": "Set-AzCognitiveServicesAccount", - "ClassName": "Microsoft.Azure.Commands.Management.CognitiveServices.SetAzureCognitiveServicesAccountCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "NetworkRuleSet": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", - "Sku": "Microsoft.Azure.Management.CognitiveServices.Models.Sku", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ResourceGroupName": "System.String", - "AccountName": "System.String", - "Id": "System.String", - "Endpoint": "System.String", - "Location": "System.String", - "AccountType": "System.String", - "ResourceType": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "CustomSubDomainName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Create", - "Parameters": [ - { - "Name": "cognitiveServicesAccount", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } ], "ReturnType": "System.Boolean" }, @@ -5347,17 +5623,13 @@ { "Name": "", "ReturnType": null, - "Parameters": [ - { - "Name": "cognitiveServicesAccount", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] + "Parameters": [] } ] }, "ParameterSets": [ - "__AllParameterSets" + "IpRuleString", + "IpRuleObject" ] } ], @@ -5402,14 +5674,14 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "SkuName", + "Name": "IpRule", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -5420,16 +5692,14 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "Tag", - "AliasList": [ - "Tags" - ], + "Name": "VirtualNetworkRule", + "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable[]", - "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": "System.Collections.Hashtable", + "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -5440,14 +5710,14 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "CustomSubdomainName", + "Name": "IpAddressOrRange", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -5458,128 +5728,42 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "NetworkRuleSet", - "AliasList": [], + "Name": "VirtualNetworkResourceId", + "AliasList": [ + "SubnetId", + "VirtualNetworkId" + ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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": { - "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", - "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Create", - "Parameters": [ - { - "Name": "networkRuleSet", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet" - }, - { - "Name": "ToNetworkRuleSet", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet" - }, - { - "Name": "AddIpRule", - "Parameters": [ - { - "Name": "ipAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AddVirtualNetworkRule", - "Parameters": [ - { - "Name": "vnetResourceId", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Force", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "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]" + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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": [], @@ -5655,16 +5839,31 @@ }, { "ParameterMetadata": { - "Name": "SkuName", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -5675,20 +5874,23 @@ "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "IpRuleObject", + "Parameters": [ { "ParameterMetadata": { - "Name": "Tag", - "AliasList": [ - "Tags" - ], + "Name": "IpRule", + "AliasList": [], "Type": { - "Namespace": "System.Collections", - "Name": "System.Collections.Hashtable[]", - "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": "System.Collections.Hashtable", + "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -5698,15 +5900,42 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "CustomSubdomainName", - "AliasList": [], + "Name": "Name", + "AliasList": [ + "CognitiveServicesAccountName", + "AccountName" + ], "Type": { "Namespace": "System", "Name": "System.String", @@ -5720,97 +5949,41 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 1, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "NetworkRuleSet", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", - "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]" + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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": "Create", - "Parameters": [ - { - "Name": "networkRuleSet", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet" - }, - { - "Name": "ToNetworkRuleSet", + "Name": "Clear", "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet" - }, - { - "Name": "AddIpRule", - "Parameters": [ - { - "Name": "ipAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AddVirtualNetworkRule", - "Parameters": [ - { - "Name": "vnetResourceId", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -5821,17 +5994,22 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "NetworkRuleObject", + "Parameters": [ { "ParameterMetadata": { - "Name": "Force", + "Name": "VirtualNetworkRule", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, - "ElementType": null, + "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -5841,11 +6019,62 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, - "ValueFromPipeline": false, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "CognitiveServicesAccountName", + "AccountName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -5886,67 +6115,297 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Update", - "NounName": "AzCognitiveServicesAccountNetworkRuleSet", - "Name": "Update-AzCognitiveServicesAccountNetworkRuleSet", - "ClassName": "Microsoft.Azure.Commands.Management.CognitiveServices.UpdateAzureCognitiveServicesAccountNetworkRuleSetCommand", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", - "OutputTypes": [ + }, { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", - "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Create", - "Parameters": [ - { - "Name": "networkRuleSet", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet" + "Name": "IpRuleString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "IpAddressOrRange", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, - { - "Name": "ToNetworkRuleSet", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet" + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "AddIpRule", - "Parameters": [ - { - "Name": "ipAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - } + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "CognitiveServicesAccountName", + "AccountName" ], - "ReturnType": "System.Void" + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "AddVirtualNetworkRule", - "Parameters": [ - { - "Name": "vnetResourceId", - "Type": "System.Reflection.RuntimeParameterInfo" - } + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" ], - "ReturnType": "System.Void" + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "NetWorkRuleString", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "VirtualNetworkResourceId", + "AliasList": [ + "SubnetId", + "VirtualNetworkId" + ], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "CognitiveServicesAccountName", + "AccountName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", + "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Set", + "NounName": "AzCognitiveServicesAccount", + "Name": "Set-AzCognitiveServicesAccount", + "ClassName": "Microsoft.Azure.Commands.Management.CognitiveServices.SetAzureCognitiveServicesAccountCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "CognitiveServicesEncryption", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "NetworkRuleSet": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "ApiProperties": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties", + "Encryption": "Microsoft.Azure.Management.CognitiveServices.Models.Encryption", + "Identity": "Microsoft.Azure.Management.CognitiveServices.Models.Identity", + "Sku": "Microsoft.Azure.Management.CognitiveServices.Models.Sku", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "UserOwnedStorage": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage]", + "CustomSubDomainName": "System.String", + "ProvisioningState": "System.String", + "Etag": "System.String", + "AccountType": "System.String", + "Location": "System.String", + "Endpoint": "System.String", + "Id": "System.String", + "AccountName": "System.String", + "ResourceType": "System.String", + "ResourceGroupName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Create", + "Parameters": [ + { + "Name": "cognitiveServicesAccount", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount" }, { "Name": "ToString", @@ -5978,7 +6437,12 @@ { "Name": "", "ReturnType": null, - "Parameters": [] + "Parameters": [ + { + "Name": "cognitiveServicesAccount", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] } ] }, @@ -6028,117 +6492,108 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "DefaultAction", + "Name": "SkuName", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Tag", + "AliasList": [ + "Tags" + ], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable[]", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": "System.Collections.Hashtable", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "CustomSubdomainName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AssignIdentity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "IdentityType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.CognitiveServices.Models.IdentityType" ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "IpRule", + "Name": "StorageAccountId", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", + "ElementType": "System.String", "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -6149,14 +6604,14 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "VirtualNetworkRule", + "Name": "CognitiveServicesEncryption", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -6167,32 +6622,211 @@ "ValidateNotNullOrEmpty": false }, { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "KeyVaultEncryption", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KeyName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "KeyVersion", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "KeyVaultUri", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "NetworkRuleSet", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", + "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", + "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", + "Name": "Create", + "Parameters": [ + { + "Name": "networkRuleSet", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet" + }, + { + "Name": "ToNetworkRuleSet", "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet" + }, + { + "Name": "AddIpRule", + "Parameters": [ + { + "Name": "ipAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddVirtualNetworkRule", + "Parameters": [ + { + "Name": "vnetResourceId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" } ], - "Constructors": [] + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -6257,123 +6891,64 @@ }, { "ParameterMetadata": { - "Name": "DefaultAction", + "Name": "SkuName", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "IpRule", + "Name": "Tag", + "AliasList": [ + "Tags" + ], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable[]", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": "System.Collections.Hashtable", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "CustomSubdomainName", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -6385,19 +6960,19 @@ }, "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "VirtualNetworkRule", + "Name": "AssignIdentity", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -6409,36 +6984,23 @@ }, "Mandatory": false, "Position": -2147483648, - "ValueFromPipeline": true, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "IdentityType", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } + "GenericTypeArguments": [ + "Microsoft.Azure.Management.CognitiveServices.Models.IdentityType" ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -6450,162 +7012,2214 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] + }, + { + "ParameterMetadata": { + "Name": "StorageAccountId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NetworkRuleSet", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", + "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", + "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Create", + "Parameters": [ + { + "Name": "networkRuleSet", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet" + }, + { + "Name": "ToNetworkRuleSet", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet" + }, + { + "Name": "AddIpRule", + "Parameters": [ + { + "Name": "ipAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddVirtualNetworkRule", + "Parameters": [ + { + "Name": "vnetResourceId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "CognitiveServicesEncryption", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "CognitiveServicesEncryption", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "CognitiveServicesAccountName", + "AccountName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "SkuName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [ + "Tags" + ], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable[]", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": "System.Collections.Hashtable", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "CustomSubdomainName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AssignIdentity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IdentityType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.CognitiveServices.Models.IdentityType" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAccountId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NetworkRuleSet", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", + "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", + "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Create", + "Parameters": [ + { + "Name": "networkRuleSet", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet" + }, + { + "Name": "ToNetworkRuleSet", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet" + }, + { + "Name": "AddIpRule", + "Parameters": [ + { + "Name": "ipAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddVirtualNetworkRule", + "Parameters": [ + { + "Name": "vnetResourceId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "KeyVaultEncryption", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "KeyVaultEncryption", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyVersion", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyVaultUri", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "CognitiveServicesAccountName", + "AccountName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "SkuName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [ + "Tags" + ], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable[]", + "AssemblyQualifiedName": "System.Collections.Hashtable[], System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": "System.Collections.Hashtable", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "CustomSubdomainName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AssignIdentity", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IdentityType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.CognitiveServices.Models.IdentityType" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageAccountId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "NetworkRuleSet", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", + "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", + "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Create", + "Parameters": [ + { + "Name": "networkRuleSet", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet" + }, + { + "Name": "ToNetworkRuleSet", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet" + }, + { + "Name": "AddIpRule", + "Parameters": [ + { + "Name": "ipAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddVirtualNetworkRule", + "Parameters": [ + { + "Name": "vnetResourceId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Update", + "NounName": "AzCognitiveServicesAccountNetworkRuleSet", + "Name": "Update-AzCognitiveServicesAccountNetworkRuleSet", + "ClassName": "Microsoft.Azure.Commands.Management.CognitiveServices.UpdateAzureCognitiveServicesAccountNetworkRuleSetCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", + "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", + "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Create", + "Parameters": [ + { + "Name": "networkRuleSet", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet" + }, + { + "Name": "ToNetworkRuleSet", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet" + }, + { + "Name": "AddIpRule", + "Parameters": [ + { + "Name": "ipAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddVirtualNetworkRule", + "Parameters": [ + { + "Name": "vnetResourceId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [ + "CognitiveServicesAccountName", + "AccountName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultAction", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IpRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "VirtualNetworkRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "CognitiveServicesAccountName", + "AccountName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultAction", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IpRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VirtualNetworkRule", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + } + ], + "TypeDictionary": { + "System.String": { + "Namespace": null, + "Name": "System.String", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Boolean": { + "Namespace": null, + "Name": "System.Boolean", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Byte": { + "Namespace": null, + "Name": "System.Byte", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.SByte": { + "Namespace": null, + "Name": "System.SByte", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Int16": { + "Namespace": null, + "Name": "System.Int16", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.UInt16": { + "Namespace": null, + "Name": "System.UInt16", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Int32": { + "Namespace": null, + "Name": "System.Int32", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.UInt32": { + "Namespace": null, + "Name": "System.UInt32", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Int64": { + "Namespace": null, + "Name": "System.Int64", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.UInt64": { + "Namespace": null, + "Name": "System.UInt64", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Single": { + "Namespace": null, + "Name": "System.Single", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Double": { + "Namespace": null, + "Name": "System.Double", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Decimal": { + "Namespace": null, + "Name": "System.Decimal", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Char": { + "Namespace": null, + "Name": "System.Char", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IgnoreMissingVnetServiceEndpoint": "System.Boolean", + "State": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Create", + "Parameters": [ + { + "Name": "virtualNetworkRule", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule" + }, + { + "Name": "ToVirtualNetworkRule", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule": { + "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", + "State": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "ignoreMissingVnetServiceEndpoint", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Nullable`1[System.Boolean]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.Boolean]", + "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "System.Void": { + "Namespace": "System", + "Name": "System.Void", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Type": { + "Namespace": "System", + "Name": "System.Type", + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IpAddress": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Create", + "Parameters": [ + { + "Name": "ipRule", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule" + }, + { + "Name": "ToIpRule", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.IpRule" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] } - ], - "AliasList": [] - } - ], - "TypeDictionary": { - "System.String": { - "Namespace": null, - "Name": "System.String", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + ] }, - "System.Boolean": { - "Namespace": null, - "Name": "System.Boolean", - "AssemblyQualifiedName": null, - "Properties": {}, + "Microsoft.Azure.Management.CognitiveServices.Models.IpRule": { + "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Management.CognitiveServices.Models.IpRule", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.IpRule, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Value": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "Validate", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "value", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] }, - "System.Byte": { - "Namespace": null, - "Name": "System.Byte", - "AssemblyQualifiedName": null, - "Properties": {}, + "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" + }, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "System.SByte": { - "Namespace": null, - "Name": "System.SByte", - "AssemblyQualifiedName": null, - "Properties": {}, + "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" + }, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "System.Int16": { - "Namespace": null, - "Name": "System.Int16", - "AssemblyQualifiedName": null, + "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", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.String", + "System.String" + ], "Methods": [], "Constructors": [] }, - "System.UInt16": { - "Namespace": null, - "Name": "System.UInt16", - "AssemblyQualifiedName": null, - "Properties": {}, + "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]", + "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", + "StorageEndpointSuffix": "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", + "AdTenant": "System.String", + "Name": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "System.Int32": { - "Namespace": null, - "Name": "System.Int32", - "AssemblyQualifiedName": null, + "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", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "System.String" + ], "Methods": [], "Constructors": [] }, - "System.UInt32": { - "Namespace": null, - "Name": "System.UInt32", - "AssemblyQualifiedName": null, - "Properties": {}, + "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" + }, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "System.Int64": { - "Namespace": null, - "Name": "System.Int64", - "AssemblyQualifiedName": null, - "Properties": {}, + "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" + }, "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "System.UInt64": { - "Namespace": null, - "Name": "System.UInt64", - "AssemblyQualifiedName": null, - "Properties": {}, + "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[]" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, - "System.Single": { - "Namespace": null, - "Name": "System.Single", - "AssemblyQualifiedName": null, + "System.Byte[]": { + "Namespace": "System", + "Name": "System.Byte[]", + "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": null, + "ElementType": "System.Byte", "GenericTypeArguments": [], "Methods": [], "Constructors": [] }, - "System.Double": { - "Namespace": null, - "Name": "System.Double", - "AssemblyQualifiedName": null, + "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", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount" + ], "Methods": [], "Constructors": [] }, - "System.Decimal": { - "Namespace": null, - "Name": "System.Decimal", - "AssemblyQualifiedName": null, + "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", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment" + ], "Methods": [], "Constructors": [] }, - "System.Char": { - "Namespace": null, - "Name": "System.Char", - "AssemblyQualifiedName": null, + "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", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription" + ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule": { + "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "IgnoreMissingVnetServiceEndpoint": "System.Boolean", - "State": "System.String", - "Id": "System.String" + "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", + "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", + "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]" }, "ElementType": null, "GenericTypeArguments": [], @@ -6614,16 +9228,36 @@ "Name": "Create", "Parameters": [ { - "Name": "virtualNetworkRule", + "Name": "networkRuleSet", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule" + "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet" }, { - "Name": "ToVirtualNetworkRule", + "Name": "ToNetworkRuleSet", "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule" + "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet" + }, + { + "Name": "AddIpRule", + "Parameters": [ + { + "Name": "ipAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddVirtualNetworkRule", + "Parameters": [ + { + "Name": "vnetResourceId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" }, { "Name": "ToString", @@ -6659,23 +9293,143 @@ } ] }, - "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule": { - "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", - "State": "System.String", - "Id": "System.String" - }, + "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Validate", + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]": { + "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet": { + "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.IpRule]", + "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule]", + "DefaultAction": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "ToString", "Parameters": [], @@ -6713,78 +9467,125 @@ "ReturnType": null, "Parameters": [ { - "Name": "id", + "Name": "defaultAction", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "ipRules", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "ignoreMissingVnetServiceEndpoint", + "Name": "virtualNetworkRules", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Nullable`1[System.Boolean]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.Boolean]", - "AssemblyQualifiedName": "System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.IpRule]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.IpRule]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CognitiveServices.Models.IpRule, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "System.Boolean" + "Microsoft.Azure.Management.CognitiveServices.Models.IpRule" ], "Methods": [], "Constructors": [] }, - "System.Void": { - "Namespace": "System", - "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule" + ], "Methods": [], "Constructors": [] }, - "System.Type": { - "Namespace": "System", - "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties": { + "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "StatisticsEnabled": "System.Nullable`1[System.Boolean]", + "QnaRuntimeEndpoint": "System.String", + "EventHubConnectionString": "System.String", + "StorageAccountConnectionString": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "qnaRuntimeEndpoint", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "statisticsEnabled", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "eventHubConnectionString", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "storageAccountConnectionString", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] }, - "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "Microsoft.Azure.Management.CognitiveServices.Models.Encryption": { + "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Management.CognitiveServices.Models.Encryption", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.Encryption, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "IpAddress": "System.String" + "KeyVaultProperties": "Microsoft.Azure.Management.CognitiveServices.Models.KeyVaultProperties", + "KeySource": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "Create", - "Parameters": [ - { - "Name": "ipRule", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule" - }, - { - "Name": "ToIpRule", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.IpRule" - }, { "Name": "ToString", "Parameters": [], @@ -6816,24 +9617,35 @@ "Name": "", "ReturnType": null, "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "keyVaultProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keySource", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] } ] }, - "Microsoft.Azure.Management.CognitiveServices.Models.IpRule": { + "Microsoft.Azure.Management.CognitiveServices.Models.KeyVaultProperties": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Management.CognitiveServices.Models.IpRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.IpRule, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Management.CognitiveServices.Models.KeyVaultProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.KeyVaultProperties, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Value": "System.String" + "KeyName": "System.String", + "KeyVersion": "System.String", + "KeyVaultUri": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "Validate", - "Parameters": [], - "ReturnType": "System.Void" - }, { "Name": "ToString", "Parameters": [], @@ -6871,240 +9683,114 @@ "ReturnType": null, "Parameters": [ { - "Name": "value", + "Name": "keyName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyVersion", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyVaultUri", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "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" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "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" - }, - "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=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", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String", - "System.String" - ], - "Methods": [], - "Constructors": [] - }, - "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]", - "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", - "StorageEndpointSuffix": "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", - "AdTenant": "System.String", - "Name": "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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String" - ], - "Methods": [], - "Constructors": [] - }, - "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" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "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" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "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", + "Microsoft.Azure.Management.CognitiveServices.Models.Identity": { + "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Management.CognitiveServices.Models.Identity", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.Identity, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "CacheData": "System.Byte[]" + "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.CognitiveServices.Models.UserAssignedIdentity]", + "Type": "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType]", + "TenantId": "System.String", + "PrincipalId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" } ], - "Constructors": [] - }, - "System.Byte[]": { - "Namespace": "System", - "Name": "System.Byte[]", - "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.Byte", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "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", - "Properties": {}, - "ElementType": null, - "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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment" - ], - "Methods": [], - "Constructors": [] + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tenantId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "principalId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "userAssignedIdentities", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]": { + "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.CognitiveServices.Models.UserAssignedIdentity]": { "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", + "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.CognitiveServices.Models.UserAssignedIdentity]", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.CognitiveServices.Models.UserAssignedIdentity, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription" + "System.String", + "Microsoft.Azure.Management.CognitiveServices.Models.UserAssignedIdentity" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "Microsoft.Azure.Management.CognitiveServices.Models.UserAssignedIdentity": { + "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Management.CognitiveServices.Models.UserAssignedIdentity", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.UserAssignedIdentity, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "IpRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "DefaultAction": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", - "VirtualNetworkRules": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]" + "PrincipalId": "System.String", + "ClientId": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "Create", - "Parameters": [ - { - "Name": "networkRuleSet", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet" - }, - { - "Name": "ToNetworkRuleSet", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet" - }, - { - "Name": "AddIpRule", - "Parameters": [ - { - "Name": "ipAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AddVirtualNetworkRule", - "Parameters": [ - { - "Name": "vnetResourceId", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, { "Name": "ToString", "Parameters": [], @@ -7136,23 +9822,39 @@ "Name": "", "ReturnType": null, "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "principalId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "clientId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] } ] }, - "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSIpRule", - "GenericTypeArguments": [], + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.CognitiveServices.Models.IdentityType" + ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "Microsoft.Azure.Management.CognitiveServices.Models.IdentityType": { + "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Management.CognitiveServices.Models.IdentityType", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.IdentityType, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7244,123 +9946,10 @@ ], "Constructors": [] }, - "System.TypeCode": { - "Namespace": "System", - "Name": "System.TypeCode", - "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]": { - "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSVirtualNetworkRule", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet": { - "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", - "Name": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.NetworkRuleSet, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "IpRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.IpRule]", - "VirtualNetworkRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule]", - "Bypass": "System.String", - "DefaultAction": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "bypass", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "defaultAction", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "ipRules", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "virtualNetworkRules", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.IpRule]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.IpRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CognitiveServices.Models.IpRule, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.CognitiveServices.Models.IpRule" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Management.CognitiveServices.Models.VirtualNetworkRule" - ], - "Methods": [], - "Constructors": [] - }, "Microsoft.Azure.Management.CognitiveServices.Models.Sku": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.Sku", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.Sku, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.Sku, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Tier": "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.SkuTier]", "Name": "System.String" @@ -7424,7 +10013,7 @@ "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.SkuTier]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.SkuTier]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.SkuTier, Microsoft.Azure.Management.CognitiveServices, Version=6.0.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.CognitiveServices.Models.SkuTier, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -7436,7 +10025,7 @@ "Microsoft.Azure.Management.CognitiveServices.Models.SkuTier": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.SkuTier", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.SkuTier, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.SkuTier, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7528,24 +10117,94 @@ ], "Constructors": [] }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage": { + "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", + "Name": "Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ResourceId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "resourceId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount": { "Namespace": "Microsoft.Azure.Commands.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccount, Microsoft.Azure.PowerShell.Cmdlets.CognitiveServices, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkRuleSet": "Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSNetworkRuleSet", + "ApiProperties": "Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountApiProperties", + "Encryption": "Microsoft.Azure.Management.CognitiveServices.Models.Encryption", + "Identity": "Microsoft.Azure.Management.CognitiveServices.Models.Identity", "Sku": "Microsoft.Azure.Management.CognitiveServices.Models.Sku", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ResourceGroupName": "System.String", - "AccountName": "System.String", - "Id": "System.String", - "Endpoint": "System.String", - "Location": "System.String", + "UserOwnedStorage": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.UserOwnedStorage]", + "CustomSubDomainName": "System.String", + "ProvisioningState": "System.String", + "Etag": "System.String", "AccountType": "System.String", + "Location": "System.String", + "Endpoint": "System.String", + "Id": "System.String", + "AccountName": "System.String", "ResourceType": "System.String", - "Etag": "System.String", - "ProvisioningState": "System.String", - "CustomSubDomainName": "System.String" + "ResourceGroupName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -7602,7 +10261,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.CognitiveServices, Version=6.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.CognitiveServices.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -7614,7 +10273,7 @@ "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestrictionInfo": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionInfo", "Values": "System.Collections.Generic.IList`1[System.String]", @@ -7683,7 +10342,7 @@ "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionInfo": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionInfo, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionInfo, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Locations": "System.Collections.Generic.IList`1[System.String]", "Zones": "System.Collections.Generic.IList`1[System.String]" @@ -7742,7 +10401,7 @@ "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionsType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionsType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.CognitiveServices, Version=6.0.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.CognitiveServices.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -7754,7 +10413,7 @@ "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionsType": { "Namespace": "Microsoft.Azure.Management.CognitiveServices.Models", "Name": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionsType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.CognitiveServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.CognitiveServices.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.CognitiveServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Compute.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Compute.dll.json index 8704731314c9..6158d3489c61 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Compute.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Compute.dll.json @@ -14,7 +14,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -263,7 +263,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -814,7 +814,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -1134,7 +1134,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -1205,7 +1205,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -1386,7 +1386,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -1602,7 +1602,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -1799,7 +1799,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Version": "System.String", @@ -1856,7 +1856,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageDetails, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "SupportsMultipleExtensions": "System.Nullable`1[System.Boolean]", @@ -2222,7 +2222,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtensionImageType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "PublisherName": "System.String", @@ -2455,7 +2455,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineADDomainExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "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]", @@ -2799,7 +2799,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -3509,7 +3509,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -3885,7 +3885,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -4249,7 +4249,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -4991,7 +4991,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Result": "System.Boolean", "PartialResults": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]", @@ -5382,7 +5382,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -5878,7 +5878,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "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]", @@ -6218,7 +6218,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -6582,7 +6582,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -6696,7 +6696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -6796,7 +6796,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "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]", @@ -7972,7 +7972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -8448,7 +8448,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -9478,7 +9478,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "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]", @@ -9919,7 +9919,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineCustomScriptExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "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]", @@ -10513,7 +10513,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -10847,7 +10847,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -11169,7 +11169,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -11245,7 +11245,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -11379,7 +11379,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -11537,7 +11537,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -12221,7 +12221,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -12555,7 +12555,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -12877,7 +12877,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -14305,7 +14305,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.VirtualMachineSqlServerExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -14593,7 +14593,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "EnableEncryption": "System.Boolean", @@ -15751,7 +15751,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "MaintenanceWindowStartingHour": "System.Int32", @@ -16058,7 +16058,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", @@ -16387,7 +16387,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -16709,7 +16709,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -16839,7 +16839,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "MaintenanceWindowStartingHour": "System.Int32", @@ -16895,7 +16895,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "EnableEncryption": "System.Boolean", @@ -16958,7 +16958,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", @@ -17171,7 +17171,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoPatchingSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "MaintenanceWindowStartingHour": "System.Int32", @@ -17233,7 +17233,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AutoBackupSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "EnableEncryption": "System.Boolean", @@ -17302,7 +17302,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.KeyVaultCredentialSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enable": "System.Boolean", "Credentials": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential]", @@ -17441,7 +17441,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VirtualMachineAccessExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "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]", @@ -17782,7 +17782,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -18146,7 +18146,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -18684,7 +18684,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Version": "System.String", @@ -18741,7 +18741,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageDetail, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticOSUpgradeProperties": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties", "OSDiskImage": "Microsoft.Azure.Management.Compute.Models.OSDiskImage", @@ -19337,7 +19337,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageOffer, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Offer": "System.String", @@ -19569,7 +19569,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImagePublisher, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "PublisherName": "System.String", @@ -19758,7 +19758,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineImageSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.Net.HttpStatusCode", "Skus": "System.String", @@ -20530,7 +20530,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "Microsoft.Azure.Management.Compute.Models.UsageName", "StatusCode": "System.Net.HttpStatusCode", @@ -20720,7 +20720,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MemoryInMB": "System.Int32", "NumberOfCores": "System.Int32", @@ -21194,7 +21194,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -21248,7 +21248,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -22110,7 +22110,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -22934,7 +22934,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -22988,7 +22988,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -24166,7 +24166,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -24220,7 +24220,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -24760,7 +24760,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -24814,7 +24814,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -25624,7 +25624,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -25709,7 +25709,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -25809,7 +25809,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -25870,7 +25870,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -25982,7 +25982,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -26059,7 +26059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -26138,7 +26138,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -26218,7 +26218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -26336,7 +26336,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26630,7 +26630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -26792,7 +26792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27047,7 +27047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -27231,7 +27231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27484,7 +27484,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27744,7 +27744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -27829,7 +27829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -28011,7 +28011,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -28196,7 +28196,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -28405,7 +28405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -28490,7 +28490,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -28669,7 +28669,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -28882,7 +28882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -28967,7 +28967,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -29126,7 +29126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -29313,7 +29313,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -29471,7 +29471,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -30091,7 +30091,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -30898,7 +30898,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters", "Vhd": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", @@ -31021,7 +31021,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31365,7 +31365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -31690,7 +31690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32037,7 +32037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32247,7 +32247,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -32332,7 +32332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -32475,7 +32475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -32640,7 +32640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -32725,7 +32725,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -32869,7 +32869,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -33035,7 +33035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -33120,7 +33120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -33263,7 +33263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -33428,7 +33428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -33513,7 +33513,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -33708,7 +33708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -33914,7 +33914,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -34072,7 +34072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -34211,7 +34211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -34296,7 +34296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -34416,7 +34416,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -34551,7 +34551,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -34639,7 +34639,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -34833,7 +34833,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -34921,7 +34921,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35117,7 +35117,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -35205,7 +35205,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35380,7 +35380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -35465,7 +35465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -35822,7 +35822,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -36148,7 +36148,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -36522,7 +36522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -36848,7 +36848,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -37222,7 +37222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -37476,7 +37476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -37687,7 +37687,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -37772,7 +37772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -37896,7 +37896,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -38213,7 +38213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -38355,7 +38355,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -38647,7 +38647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -38789,7 +38789,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -39177,7 +39177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -39319,7 +39319,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -39611,7 +39611,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -39753,7 +39753,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40141,7 +40141,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -40283,7 +40283,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40560,7 +40560,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -40645,7 +40645,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -40840,7 +40840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -41075,7 +41075,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -41160,7 +41160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -41373,7 +41373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -41603,7 +41603,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -41761,7 +41761,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -41900,7 +41900,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -41979,7 +41979,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -42566,7 +42566,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -42645,7 +42645,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -42805,7 +42805,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43117,7 +43117,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43553,7 +43553,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -43605,7 +43605,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -43726,7 +43726,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -44444,7 +44444,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -46143,7 +46143,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSComputeLongRunningOperation, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -46197,7 +46197,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -46833,7 +46833,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -46927,7 +46927,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -47027,7 +47027,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -47256,7 +47256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -47606,7 +47606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -47930,7 +47930,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -47982,7 +47982,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -48308,7 +48308,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -48610,7 +48610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -48917,7 +48917,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdUploadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalFilePath": "System.IO.FileInfo", "DestinationUri": "System.Uri" @@ -49577,7 +49577,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.VhdDownloadContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalFilePath": "System.IO.FileInfo", "Source": "System.Uri" @@ -50383,7 +50383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -50450,7 +50450,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -50627,7 +50627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -50846,7 +50846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -50949,7 +50949,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.ContainerServiceOrchestratorTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -51005,7 +51005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile", "GenericTypeArguments": [], @@ -51254,7 +51254,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.ContainerServiceOrchestratorTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -51328,7 +51328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile", "GenericTypeArguments": [], @@ -51595,7 +51595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -51662,7 +51662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -51785,7 +51785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -51925,7 +51925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -52048,7 +52048,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -52151,7 +52151,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -52322,7 +52322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -52537,7 +52537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -52640,7 +52640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -52811,7 +52811,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -53026,7 +53026,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -53433,7 +53433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSContainerService, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", @@ -53718,7 +53718,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Hosts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]", @@ -54331,7 +54331,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -54446,7 +54446,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Hosts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]", @@ -54775,7 +54775,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Hosts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]", @@ -54984,7 +54984,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHostGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Hosts": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]", @@ -55353,7 +55353,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -55548,7 +55548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -55896,7 +55896,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56193,7 +56193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56401,7 +56401,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -56534,7 +56534,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -56893,7 +56893,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -57108,7 +57108,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSHost, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", @@ -57615,7 +57615,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -57977,7 +57977,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -58079,7 +58079,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -58249,7 +58249,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -58459,7 +58459,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -58592,7 +58592,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -59062,7 +59062,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -59228,7 +59228,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -59512,7 +59512,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -59632,7 +59632,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -60160,7 +60160,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskEncryptionSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", "ActiveKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", @@ -60514,7 +60514,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -60613,7 +60613,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -60849,7 +60849,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -60921,7 +60921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -61067,7 +61067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -61139,7 +61139,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -61312,7 +61312,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -61626,7 +61626,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -61704,7 +61704,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -61880,7 +61880,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -61958,7 +61958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -62135,7 +62135,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -62218,7 +62218,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -62330,7 +62330,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -62402,7 +62402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -62575,7 +62575,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -62723,7 +62723,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -62801,7 +62801,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -62978,7 +62978,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -63057,7 +63057,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -63210,7 +63210,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -63393,7 +63393,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -63472,7 +63472,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -63625,7 +63625,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -63808,7 +63808,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -63887,7 +63887,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -64040,7 +64040,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -64223,7 +64223,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -64286,7 +64286,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -64423,7 +64423,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -64590,7 +64590,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -64653,7 +64653,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -64790,7 +64790,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -64957,7 +64957,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -65074,7 +65074,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -65259,7 +65259,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -65486,7 +65486,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -65897,7 +65897,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -66198,7 +66198,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessSAS": "System.String" }, @@ -66623,7 +66623,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -66968,7 +66968,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -67085,7 +67085,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -67147,7 +67147,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -67332,7 +67332,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDiskUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -67518,7 +67518,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Sku": "Microsoft.Azure.Management.Compute.Models.DiskSku", @@ -67745,7 +67745,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -67917,7 +67917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage", "GenericTypeArguments": [], @@ -67935,7 +67935,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", "HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]", @@ -68323,7 +68323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage", "GenericTypeArguments": [], @@ -68347,7 +68347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", "HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]", @@ -68690,7 +68690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage", "GenericTypeArguments": [], @@ -68714,7 +68714,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", "HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]", @@ -69016,7 +69016,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -69172,7 +69172,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -69880,7 +69880,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -70330,7 +70330,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -70499,7 +70499,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -71017,7 +71017,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -71183,7 +71183,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImageVersion, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublishingProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", "StorageProfile": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", @@ -71727,7 +71727,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -71944,7 +71944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72047,7 +72047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72653,7 +72653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -72762,7 +72762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73395,7 +73395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -73504,7 +73504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -74024,7 +74024,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -74171,7 +74171,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -75458,7 +75458,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -76349,7 +76349,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -76500,7 +76500,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -77003,7 +77003,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -77178,7 +77178,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGalleryImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Disallowed": "Microsoft.Azure.Management.Compute.Models.Disallowed", "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", @@ -77599,7 +77599,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -78146,7 +78146,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -78265,7 +78265,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -78726,7 +78726,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -79031,7 +79031,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -79164,7 +79164,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -79633,7 +79633,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -79798,7 +79798,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSGallery, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identifier": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -80167,7 +80167,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -80229,7 +80229,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -80326,7 +80326,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -80475,7 +80475,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -80590,7 +80590,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -80787,7 +80787,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -80903,7 +80903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", "OsState": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", @@ -81028,7 +81028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk", "GenericTypeArguments": [], @@ -81175,7 +81175,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", "OsState": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", @@ -81312,7 +81312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk", "GenericTypeArguments": [], @@ -81411,7 +81411,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -81473,7 +81473,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -81593,7 +81593,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -81730,7 +81730,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -81848,7 +81848,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -81910,7 +81910,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -81971,7 +81971,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -81991,7 +81991,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -82029,7 +82029,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -82178,7 +82178,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -82245,7 +82245,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -82271,7 +82271,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -82321,7 +82321,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -82518,7 +82518,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -82618,7 +82618,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -82786,7 +82786,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -82996,7 +82996,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -83150,7 +83150,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -83600,7 +83600,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -83766,7 +83766,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -84177,7 +84177,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSImage, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageProfile": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", "SourceVirtualMachine": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -84503,7 +84503,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Properties": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput", @@ -84633,7 +84633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.IntervalInMins", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -84961,7 +84961,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.IntervalInMins", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.IntervalInMins, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -85333,7 +85333,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSLogAnalyticsOperationResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Properties": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput", @@ -85951,7 +85951,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -86367,7 +86367,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -86500,7 +86500,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -86974,7 +86974,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -87144,7 +87144,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -87608,7 +87608,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSResourceSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity", "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities]", @@ -87767,7 +87767,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -87858,7 +87858,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -88004,7 +88004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -88132,7 +88132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -88204,7 +88204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -88377,7 +88377,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -88571,7 +88571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -88723,7 +88723,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -88801,7 +88801,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -88978,7 +88978,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -89056,7 +89056,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -89132,7 +89132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -89204,7 +89204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -89377,7 +89377,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -89477,7 +89477,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -89555,7 +89555,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -89732,7 +89732,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -89803,7 +89803,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -89948,7 +89948,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -90123,7 +90123,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -90194,7 +90194,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -90339,7 +90339,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -90514,7 +90514,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -90585,7 +90585,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -90730,7 +90730,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -90905,7 +90905,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -90963,7 +90963,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -91095,7 +91095,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -91257,7 +91257,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -91315,7 +91315,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -91447,7 +91447,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -91609,7 +91609,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -91718,7 +91718,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -91895,7 +91895,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -92114,7 +92114,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -92525,7 +92525,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -92818,7 +92818,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAccessUri, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessSAS": "System.String" }, @@ -93243,7 +93243,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -93588,7 +93588,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -93697,7 +93697,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -93754,7 +93754,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -93931,7 +93931,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshotUpdate, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", "EncryptionSettingsCollection": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", @@ -94112,7 +94112,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationData": "Microsoft.Azure.Management.Compute.Models.CreationData", "Encryption": "Microsoft.Azure.Management.Compute.Models.Encryption", @@ -94331,7 +94331,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandDocument, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OsType": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes", "Parameters": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition]", @@ -94608,7 +94608,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -95019,7 +95019,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRollingUpgradeStatusInfo, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Policy": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", @@ -95302,7 +95302,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -95647,7 +95647,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -96149,7 +96149,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -97204,7 +97204,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Item": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", @@ -97394,7 +97394,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -98046,7 +98046,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -98276,7 +98276,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -98410,7 +98410,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", "GenericTypeArguments": [], @@ -98482,7 +98482,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -98690,7 +98690,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", "GenericTypeArguments": [], @@ -98830,7 +98830,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", "GenericTypeArguments": [], @@ -98994,7 +98994,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", "GenericTypeArguments": [], @@ -99134,7 +99134,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -99217,7 +99217,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk", "GenericTypeArguments": [], @@ -99364,7 +99364,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -99440,7 +99440,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -99515,7 +99515,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -99535,7 +99535,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -99555,7 +99555,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -99632,7 +99632,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -99713,7 +99713,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -99739,7 +99739,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -99765,7 +99765,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -99866,7 +99866,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -99942,7 +99942,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -100053,7 +100053,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -100238,7 +100238,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -100367,7 +100367,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -100612,7 +100612,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -100688,7 +100688,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -100966,7 +100966,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -101316,7 +101316,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -101392,7 +101392,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -101523,7 +101523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration", "GenericTypeArguments": [], @@ -101654,7 +101654,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -101809,7 +101809,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration", "GenericTypeArguments": [], @@ -101982,7 +101982,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -102058,7 +102058,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -102151,7 +102151,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VaultCertificate", "GenericTypeArguments": [], @@ -102208,7 +102208,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -102313,7 +102313,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VaultCertificate", "GenericTypeArguments": [], @@ -102388,7 +102388,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -102464,7 +102464,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -102614,7 +102614,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -102794,7 +102794,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -102870,7 +102870,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -102945,7 +102945,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -103022,7 +103022,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -103103,7 +103103,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -103204,7 +103204,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -103392,7 +103392,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -103412,7 +103412,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", "WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration", @@ -103504,7 +103504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference", "OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk", @@ -103581,7 +103581,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration", "GenericTypeArguments": [], @@ -103599,7 +103599,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension", "GenericTypeArguments": [], @@ -103781,7 +103781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxBatchInstancePercent": "System.Nullable`1[System.Int32]", "MaxUnhealthyInstancePercent": "System.Nullable`1[System.Int32]", @@ -103989,7 +103989,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "StorageUri": "System.String" @@ -104200,7 +104200,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -104443,7 +104443,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -104469,7 +104469,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", "WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration", @@ -104567,7 +104567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference", "OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk", @@ -104650,7 +104650,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration", "GenericTypeArguments": [], @@ -104674,7 +104674,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension", "GenericTypeArguments": [], @@ -104916,7 +104916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxBatchInstancePercent": "System.Nullable`1[System.Int32]", "MaxUnhealthyInstancePercent": "System.Nullable`1[System.Int32]", @@ -105172,7 +105172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "StorageUri": "System.String" @@ -105481,7 +105481,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -105679,7 +105679,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -105705,7 +105705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", "WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration", @@ -105803,7 +105803,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference", "OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk", @@ -105886,7 +105886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration", "GenericTypeArguments": [], @@ -105910,7 +105910,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension", "GenericTypeArguments": [], @@ -106152,7 +106152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxBatchInstancePercent": "System.Nullable`1[System.Int32]", "MaxUnhealthyInstancePercent": "System.Nullable`1[System.Int32]", @@ -106408,7 +106408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "StorageUri": "System.String" @@ -106889,7 +106889,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -106915,7 +106915,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", "WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration", @@ -107013,7 +107013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference", "OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk", @@ -107096,7 +107096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration", "GenericTypeArguments": [], @@ -107120,7 +107120,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension[], Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension", "GenericTypeArguments": [], @@ -107362,7 +107362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxBatchInstancePercent": "System.Nullable`1[System.Int32]", "MaxUnhealthyInstancePercent": "System.Nullable`1[System.Int32]", @@ -107618,7 +107618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "StorageUri": "System.String" @@ -107938,7 +107938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference", "PublicIPAddressConfiguration": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration", @@ -108255,7 +108255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag", "GenericTypeArguments": [], @@ -108618,7 +108618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag", "GenericTypeArguments": [], @@ -108741,7 +108741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpTagType": "System.String", "Tag": "System.String" @@ -108983,7 +108983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateUrl": "System.String", "CertificateStore": "System.String" @@ -109225,7 +109225,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -109301,7 +109301,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -109453,7 +109453,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -109602,7 +109602,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -109753,7 +109753,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -109885,7 +109885,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -109961,7 +109961,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -110111,7 +110111,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -110260,7 +110260,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -110409,7 +110409,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -110541,7 +110541,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -110617,7 +110617,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -110767,7 +110767,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -110916,7 +110916,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -111065,7 +111065,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -111197,7 +111197,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -111273,7 +111273,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -111425,7 +111425,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -111607,7 +111607,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -111683,7 +111683,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -111888,7 +111888,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent", "GenericTypeArguments": [], @@ -111906,7 +111906,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.WinRMListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.WinRMListener", "GenericTypeArguments": [], @@ -111944,7 +111944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.SshPublicKey", "GenericTypeArguments": [], @@ -111962,7 +111962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup", "GenericTypeArguments": [], @@ -112019,7 +112019,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -112272,7 +112272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent", "GenericTypeArguments": [], @@ -112296,7 +112296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.WinRMListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.WinRMListener", "GenericTypeArguments": [], @@ -112346,7 +112346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.SshPublicKey", "GenericTypeArguments": [], @@ -112370,7 +112370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup", "GenericTypeArguments": [], @@ -112445,7 +112445,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -112521,7 +112521,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -112707,7 +112707,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -112935,7 +112935,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -113011,7 +113011,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -113178,7 +113178,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -113216,7 +113216,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -113362,7 +113362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk", "GenericTypeArguments": [], @@ -113419,7 +113419,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -113622,7 +113622,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -113672,7 +113672,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -113866,7 +113866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[], Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk[], Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk", "GenericTypeArguments": [], @@ -113941,7 +113941,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -114055,7 +114055,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -114364,7 +114364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -114869,7 +114869,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -115356,7 +115356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -116023,7 +116023,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -116726,7 +116726,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -117179,7 +117179,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRecoveryWalkResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WalkPerformed": "System.Nullable`1[System.Boolean]", "NextPlatformUpdateDomain": "System.Nullable`1[System.Int32]" @@ -117307,7 +117307,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -117789,7 +117789,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -117971,7 +117971,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -118501,7 +118501,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetSku, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", "Capacity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity", @@ -118778,7 +118778,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -119875,7 +119875,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -120248,6 +120248,913 @@ ], "AliasList": [] }, + { + "VerbName": "Set", + "NounName": "AzVmssOrchestrationServiceState", + "Name": "Set-AzVmssOrchestrationServiceState", + "ClassName": "Microsoft.Azure.Commands.Compute.Automation.SetAzureRmVmssOrchestrationServiceState", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "DefaultParameter", + "OutputTypes": [ + { + "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=3.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", + "StartTime": "System.Nullable`1[System.DateTime]", + "EndTime": "System.Nullable`1[System.DateTime]", + "Name": "System.String", + "Status": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "VMScaleSetName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ServiceName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Action", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "AliasList": [], + "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=3.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", + "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", + "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", + "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", + "ScaleInPolicy": "Microsoft.Azure.Management.Compute.Models.ScaleInPolicy", + "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", + "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", + "Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "SinglePlacementGroup": "System.Nullable`1[System.Boolean]", + "ZoneBalance": "System.Nullable`1[System.Boolean]", + "Overprovision": "System.Nullable`1[System.Boolean]", + "DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]", + "PlatformFaultDomainCount": "System.Nullable`1[System.Int32]", + "FullyQualifiedDomainName": "System.String", + "Location": "System.String", + "UniqueId": "System.String", + "Name": "System.String", + "Id": "System.String", + "ProvisioningState": "System.String", + "Type": "System.String", + "ResourceGroupName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "DefaultParameter", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "VMScaleSetName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ServiceName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Action", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ServiceName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Action", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIdParameter", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ServiceName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Action", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ObjectParameter", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "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=3.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", + "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", + "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", + "Plan": "Microsoft.Azure.Management.Compute.Models.Plan", + "ScaleInPolicy": "Microsoft.Azure.Management.Compute.Models.ScaleInPolicy", + "Sku": "Microsoft.Azure.Management.Compute.Models.Sku", + "ProximityPlacementGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", + "UpgradePolicy": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", + "Identity": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Zones": "System.Collections.Generic.IList`1[System.String]", + "SinglePlacementGroup": "System.Nullable`1[System.Boolean]", + "ZoneBalance": "System.Nullable`1[System.Boolean]", + "Overprovision": "System.Nullable`1[System.Boolean]", + "DoNotRunExtensionsOnOverprovisionedVMs": "System.Nullable`1[System.Boolean]", + "PlatformFaultDomainCount": "System.Nullable`1[System.Int32]", + "FullyQualifiedDomainName": "System.String", + "Location": "System.String", + "UniqueId": "System.String", + "Name": "System.String", + "Id": "System.String", + "ProvisioningState": "System.String", + "Type": "System.String", + "ResourceGroupName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ServiceName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Action", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, { "VerbName": "Start", "NounName": "AzVmss", @@ -120262,7 +121169,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -120649,7 +121556,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -121036,7 +121943,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -121150,7 +122057,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -121423,7 +122330,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -121659,7 +122566,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122122,7 +123029,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -122350,7 +123257,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -122959,7 +123866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123548,7 +124455,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -123773,7 +124680,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -123849,7 +124756,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -124458,7 +125365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125047,7 +125954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -125259,7 +126166,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -125604,7 +126511,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSOperationStatusResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "StartTime": "System.Nullable`1[System.DateTime]", @@ -125991,7 +126898,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSRunCommandResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Management.Compute.Models.ApiError", "Item": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", @@ -126165,7 +127072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -126800,7 +127707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Compute.Models", "Name": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisplayHint": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType", "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", @@ -127035,7 +127942,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -127113,7 +128020,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -127280,7 +128187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127458,7 +128365,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -127661,7 +128568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -127869,7 +128776,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -127947,7 +128854,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -128081,7 +128988,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVM, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalCapabilities": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", "DiagnosticsProfile": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", @@ -128239,7 +129146,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.DSC.VirtualMachineDscExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "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]", @@ -128572,7 +129479,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineInstanceView, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -129716,7 +130623,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -130030,7 +130937,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -131334,7 +132241,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -131410,7 +132317,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -131637,7 +132544,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -131918,7 +132825,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "SubStatuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -132624,7 +133531,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -133318,7 +134225,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -135488,7 +136395,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -135764,7 +136671,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -136310,7 +137217,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureDiskEncryptionExtensionContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "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]", @@ -136701,7 +137608,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -137065,7 +137972,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -139129,7 +140036,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSAzureOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsSuccessStatusCode": "System.Boolean", "StatusCode": "System.Net.HttpStatusCode", @@ -139451,7 +140358,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutomaticRepairsPolicy": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", "VirtualMachineProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile", @@ -139923,7 +140830,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EncryptionSettings": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings", "EncryptionEnabled": "System.Boolean", @@ -140203,7 +141110,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVmssVMDiskEncryptionStatusContext, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OsVolumeEncrypted": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus", "DataVolumesEncrypted": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus", @@ -140525,7 +141432,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", "Settings": "System.Object", @@ -141426,7 +142333,7 @@ "Microsoft.Azure.Management.Compute.Models.SubResource": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SubResource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -141503,7 +142410,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.InstanceViewStatus, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -141515,7 +142422,7 @@ "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Level": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes]", "Time": "System.Nullable`1[System.DateTime]", @@ -141589,7 +142496,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.StatusLevelTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.StatusLevelTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -141601,7 +142508,7 @@ "Microsoft.Azure.Management.Compute.Models.StatusLevelTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.StatusLevelTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StatusLevelTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StatusLevelTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141728,7 +142635,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResource]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResource]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResource, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.SubResource, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -141963,7 +142870,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=3.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.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=3.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -141975,7 +142882,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Result": "System.Boolean", "PartialResults": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Compute.Extension.AEM.AEMTestResult]", @@ -142053,7 +142960,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.DisplayHintType, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -142148,7 +143055,7 @@ "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalCapabilities, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UltraSSDEnabled": "System.Nullable`1[System.Boolean]" }, @@ -142202,7 +143109,7 @@ "Microsoft.Azure.Management.Compute.Models.BillingProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.BillingProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BillingProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BillingProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxPrice": "System.Nullable`1[System.Double]" }, @@ -142268,7 +143175,7 @@ "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiagnosticsProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics" }, @@ -142322,7 +143229,7 @@ "Microsoft.Azure.Management.Compute.Models.BootDiagnostics": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnostics, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "StorageUri": "System.String" @@ -142381,7 +143288,7 @@ "Microsoft.Azure.Management.Compute.Models.HardwareProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.HardwareProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HardwareProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HardwareProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmSize": "System.String" }, @@ -142435,7 +143342,7 @@ "Microsoft.Azure.Management.Compute.Models.NetworkProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.NetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaces": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference]" }, @@ -142489,7 +143396,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.NetworkInterfaceReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -142501,7 +143408,7 @@ "Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.NetworkInterfaceReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Primary": "System.Nullable`1[System.Boolean]", "Id": "System.String" @@ -142560,7 +143467,7 @@ "Microsoft.Azure.Management.Compute.Models.OSProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", "WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration", @@ -142654,7 +143561,7 @@ "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ssh": "Microsoft.Azure.Management.Compute.Models.SshConfiguration", "DisablePasswordAuthentication": "System.Nullable`1[System.Boolean]", @@ -142718,7 +143625,7 @@ "Microsoft.Azure.Management.Compute.Models.SshConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SshConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshConfiguration, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshConfiguration, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SshPublicKey]" }, @@ -142772,7 +143679,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SshPublicKey]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SshPublicKey]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SshPublicKey, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.SshPublicKey, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -142784,7 +143691,7 @@ "Microsoft.Azure.Management.Compute.Models.SshPublicKey": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SshPublicKey", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SshPublicKey, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Path": "System.String", "KeyData": "System.String" @@ -142843,7 +143750,7 @@ "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WinRM": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration", "AdditionalUnattendContent": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent]", @@ -142917,7 +143824,7 @@ "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMConfiguration, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Listeners": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.WinRMListener]" }, @@ -142971,7 +143878,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.WinRMListener]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.WinRMListener]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.WinRMListener, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.WinRMListener, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -142983,7 +143890,7 @@ "Microsoft.Azure.Management.Compute.Models.WinRMListener": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.WinRMListener", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.WinRMListener, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Protocol": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]", "CertificateUrl": "System.String" @@ -143042,7 +143949,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ProtocolTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -143054,7 +143961,7 @@ "Microsoft.Azure.Management.Compute.Models.ProtocolTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ProtocolTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ProtocolTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143149,7 +144056,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.AdditionalUnattendContent, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -143161,7 +144068,7 @@ "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ComponentName": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]", "PassName": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]", @@ -143230,7 +144137,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ComponentNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -143242,7 +144149,7 @@ "Microsoft.Azure.Management.Compute.Models.ComponentNames": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ComponentNames", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ComponentNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143337,7 +144244,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.PassNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -143349,7 +144256,7 @@ "Microsoft.Azure.Management.Compute.Models.PassNames": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.PassNames", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PassNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143444,7 +144351,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.SettingNames]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -143456,7 +144363,7 @@ "Microsoft.Azure.Management.Compute.Models.SettingNames": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SettingNames", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SettingNames, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143551,7 +144458,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VaultSecretGroup, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.VaultSecretGroup, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -143563,7 +144470,7 @@ "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultSecretGroup, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SubResource", "VaultCertificates": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultCertificate]" @@ -143622,7 +144529,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VaultCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -143634,7 +144541,7 @@ "Microsoft.Azure.Management.Compute.Models.VaultCertificate": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VaultCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VaultCertificate, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CertificateUrl": "System.String", "CertificateStore": "System.String" @@ -143693,7 +144600,7 @@ "Microsoft.Azure.Management.Compute.Models.Plan": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.Plan", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Plan, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Plan, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Publisher": "System.String", @@ -143762,7 +144669,7 @@ "Microsoft.Azure.Management.Compute.Models.StorageProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.StorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StorageProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.StorageProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference", "OsDisk": "Microsoft.Azure.Management.Compute.Models.OSDisk", @@ -143831,7 +144738,7 @@ "Microsoft.Azure.Management.Compute.Models.ImageReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Offer": "System.String", @@ -143910,7 +144817,7 @@ "Microsoft.Azure.Management.Compute.Models.OSDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDisk, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDisk, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiffDiskSettings": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings", "EncryptionSettings": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings", @@ -144019,9 +144926,10 @@ "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Option": "System.String" + "Option": "System.String", + "Placement": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -144065,6 +144973,10 @@ { "Name": "option", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "placement", + "Type": "System.Reflection.RuntimeParameterInfo" } ] } @@ -144073,7 +144985,7 @@ "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference", "DiskEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference", @@ -144142,7 +145054,7 @@ "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultKeyReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SubResource", "KeyUrl": "System.String" @@ -144206,7 +145118,7 @@ "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SubResource", "SecretUrl": "System.String" @@ -144270,7 +145182,7 @@ "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", "StorageAccountType": "System.String", @@ -144334,7 +145246,7 @@ "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -144388,7 +145300,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Uri": "System.String" }, @@ -144442,7 +145354,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.CachingTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -144454,7 +145366,7 @@ "Microsoft.Azure.Management.Compute.Models.CachingTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CachingTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CachingTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -144549,7 +145461,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -144561,7 +145473,7 @@ "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -144656,7 +145568,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDisk]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDisk]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDisk, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.DataDisk, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -144668,7 +145580,7 @@ "Microsoft.Azure.Management.Compute.Models.DataDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DataDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDisk, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDisk, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters", "Vhd": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", @@ -144794,7 +145706,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentity, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", @@ -144863,7 +145775,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=33.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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -144876,7 +145788,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "ClientId": "System.String" @@ -144935,7 +145847,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -144947,7 +145859,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceIdentityType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -145042,7 +145954,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineInstanceView, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -145156,7 +146068,7 @@ "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "SerialConsoleLogBlobUri": "System.String", @@ -145220,7 +146132,7 @@ "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastOperationResultCode": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes]", "IsCustomerInitiatedMaintenanceAllowed": "System.Nullable`1[System.Boolean]", @@ -145304,7 +146216,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.MaintenanceOperationResultCodeTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -145316,7 +146228,7 @@ "Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.MaintenanceOperationResultCodeTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -145411,7 +146323,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineAgentInstanceView, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", "ExtensionHandlers": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView]", @@ -145475,7 +146387,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.VirtualMachineExtensionHandlerInstanceView, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -145487,7 +146399,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionHandlerInstanceView, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "TypeHandlerVersion": "System.String", @@ -145551,7 +146463,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -145563,7 +146475,7 @@ "Microsoft.Azure.Management.Compute.Models.DiskInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DiskInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EncryptionSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings]", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -145627,7 +146539,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DiskEncryptionSettings, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.DiskEncryptionSettings, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -145639,7 +146551,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.VirtualMachineExtensionInstanceView, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -145651,7 +146563,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView, Microsoft.Azure.Management.Compute, Version=35.0.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]", @@ -145725,7 +146637,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.VirtualMachineExtension, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -145737,7 +146649,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtension, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "InstanceView": "Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionInstanceView", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -145871,7 +146783,7 @@ "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy": { "Namespace": "Microsoft.Azure.Commands.Compute.Automation.Models", "Name": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "MaxInstanceRepairsPercent": "System.Nullable`1[System.Int32]", @@ -145917,7 +146829,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetVMProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExtensionProfile": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile", "BillingProfile": "Microsoft.Azure.Management.Compute.Models.BillingProfile", @@ -145970,7 +146882,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtensionProfile, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Extensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension]" }, @@ -146014,7 +146926,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=3.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.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=3.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -146026,7 +146938,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSetExtension, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProvisionAfterExtensions": "System.Collections.Generic.IList`1[System.String]", "AutoUpgradeMinorVersion": "System.Nullable`1[System.Boolean]", @@ -146080,7 +146992,7 @@ "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ScheduledEventsProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TerminateNotificationProfile": "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile" }, @@ -146134,7 +147046,7 @@ "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enable": "System.Nullable`1[System.Boolean]", "NotBeforeTimeout": "System.String" @@ -146193,7 +147105,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "HealthProbe": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference", "NetworkInterfaceConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]" @@ -146252,7 +147164,7 @@ "Microsoft.Azure.Management.Compute.Models.ApiEntityReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -146306,7 +147218,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.VirtualMachineScaleSetNetworkConfiguration, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -146318,7 +147230,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Management.Compute.Models.SubResource", "DnsSettings": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings", @@ -146412,7 +147324,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfigurationDnsSettings, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DnsServers": "System.Collections.Generic.IList`1[System.String]" }, @@ -146466,7 +147378,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -146478,7 +147390,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Subnet": "Microsoft.Azure.Management.Compute.Models.ApiEntityReference", "PublicIPAddressConfiguration": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration", @@ -146582,7 +147494,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicIPPrefix": "Microsoft.Azure.Management.Compute.Models.SubResource", "DnsSettings": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings", @@ -146666,7 +147578,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DomainNameLabel": "System.String" }, @@ -146725,7 +147637,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -146737,7 +147649,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIpTag, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "IpTagType": "System.String", "Tag": "System.String" @@ -146796,7 +147708,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LinuxConfiguration": "Microsoft.Azure.Management.Compute.Models.LinuxConfiguration", "WindowsConfiguration": "Microsoft.Azure.Management.Compute.Models.WindowsConfiguration", @@ -146880,7 +147792,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetStorageProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageReference", "OsDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk", @@ -146949,7 +147861,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetOSDisk, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiffDiskSettings": "Microsoft.Azure.Management.Compute.Models.DiffDiskSettings", "Image": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", @@ -147053,7 +147965,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", "StorageAccountType": "System.String" @@ -147112,7 +148024,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.VirtualMachineScaleSetDataDisk, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -147124,7 +148036,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetDataDisk, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ManagedDisk": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetManagedDiskParameters", "Lun": "System.Int32", @@ -147223,7 +148135,7 @@ "Microsoft.Azure.Management.Compute.Models.ScaleInPolicy": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ScaleInPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ScaleInPolicy, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ScaleInPolicy, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Rules": "System.Collections.Generic.IList`1[System.String]" }, @@ -147277,7 +148189,7 @@ "Microsoft.Azure.Management.Compute.Models.Sku": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.Sku", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Sku, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Sku, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capacity": "System.Nullable`1[System.Int64]", "Tier": "System.String", @@ -147341,7 +148253,7 @@ "Microsoft.Azure.Management.Compute.Models.UpgradePolicy": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradePolicy, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutomaticOSUpgradePolicy": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy", "RollingUpgradePolicy": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", @@ -147410,7 +148322,7 @@ "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradePolicy, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "EnableAutomaticOSUpgrade": "System.Nullable`1[System.Boolean]", "DisableAutomaticRollback": "System.Nullable`1[System.Boolean]" @@ -147469,7 +148381,7 @@ "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MaxBatchInstancePercent": "System.Nullable`1[System.Int32]", "MaxUnhealthyInstancePercent": "System.Nullable`1[System.Int32]", @@ -147543,7 +148455,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.UpgradeMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -147555,7 +148467,7 @@ "Microsoft.Azure.Management.Compute.Models.UpgradeMode": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UpgradeMode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -147650,7 +148562,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentity, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceIdentityType]", @@ -147719,7 +148631,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=33.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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -147732,7 +148644,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PrincipalId": "System.String", "ClientId": "System.String" @@ -147811,7 +148723,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=3.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -147823,7 +148735,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.AzureVMSqlServerKeyVaultCredential, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CredentialName": "System.String", "KeyVaultName": "System.String" @@ -147878,7 +148790,7 @@ "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.AutomaticOSUpgradeProperties, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AutomaticOSUpgradeSupported": "System.Boolean" }, @@ -147937,7 +148849,7 @@ "Microsoft.Azure.Management.Compute.Models.OSDiskImage": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OSDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImage, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImage, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OperatingSystem": "Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes" }, @@ -147996,7 +148908,7 @@ "Microsoft.Azure.Management.Compute.Models.PurchasePlan": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.PurchasePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PurchasePlan, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.PurchasePlan, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Name": "System.String", @@ -148065,7 +148977,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImage]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImage]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDiskImage, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.DataDiskImage, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -148077,7 +148989,7 @@ "Microsoft.Azure.Management.Compute.Models.DataDiskImage": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DataDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDiskImage, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDiskImage, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]" }, @@ -148131,7 +149043,7 @@ "Microsoft.Azure.Management.Compute.Models.UsageName": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.UsageName", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UsageName, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.UsageName, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.String", "LocalizedValue": "System.String" @@ -148190,7 +149102,7 @@ "Microsoft.Azure.Management.Compute.Models.ApiError": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ApiError", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiError, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiError, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Innererror": "Microsoft.Azure.Management.Compute.Models.InnerError", "Details": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ApiErrorBase]", @@ -148264,7 +149176,7 @@ "Microsoft.Azure.Management.Compute.Models.InnerError": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.InnerError", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InnerError, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.InnerError, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Exceptiontype": "System.String", "Errordetail": "System.String" @@ -148323,7 +149235,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ApiErrorBase]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ApiErrorBase]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ApiErrorBase, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.ApiErrorBase, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -148335,7 +149247,7 @@ "Microsoft.Azure.Management.Compute.Models.ApiErrorBase": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ApiErrorBase", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiErrorBase, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ApiErrorBase, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Code": "System.String", "Target": "System.String", @@ -148399,7 +149311,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMInstanceView, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMInstanceView, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "BootDiagnostics": "Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView", "MaintenanceRedeployStatus": "Microsoft.Azure.Management.Compute.Models.MaintenanceRedeployStatus", @@ -148503,7 +149415,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineHealthStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineHealthStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineHealthStatus, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineHealthStatus, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Status": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus" }, @@ -148557,7 +149469,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMNetworkProfileConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMNetworkProfileConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMNetworkProfileConfiguration, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMNetworkProfileConfiguration, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NetworkInterfaceConfigurations": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetNetworkConfiguration]" }, @@ -148611,7 +149523,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProtectionPolicy": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProtectionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProtectionPolicy, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMProtectionPolicy, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ProtectFromScaleIn": "System.Nullable`1[System.Boolean]", "ProtectFromScaleSetActions": "System.Nullable`1[System.Boolean]" @@ -148702,7 +149614,7 @@ "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceCustomProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Orchestrator": "System.String" }, @@ -148761,7 +149673,7 @@ "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceDiagnosticsProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmDiagnostics": "Microsoft.Azure.Management.Compute.Models.ContainerServiceVMDiagnostics" }, @@ -148820,7 +149732,7 @@ "Microsoft.Azure.Management.Compute.Models.ContainerServiceVMDiagnostics": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceVMDiagnostics", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceVMDiagnostics, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceVMDiagnostics, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "StorageUri": "System.String" @@ -148884,7 +149796,7 @@ "Microsoft.Azure.Management.Compute.Models.ContainerServiceLinuxProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceLinuxProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceLinuxProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceLinuxProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Ssh": "Microsoft.Azure.Management.Compute.Models.ContainerServiceSshConfiguration", "AdminUsername": "System.String" @@ -148948,7 +149860,7 @@ "Microsoft.Azure.Management.Compute.Models.ContainerServiceSshConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceSshConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceSshConfiguration, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceSshConfiguration, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "PublicKeys": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceSshPublicKey]" }, @@ -149007,7 +149919,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceSshPublicKey]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceSshPublicKey]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ContainerServiceSshPublicKey, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.ContainerServiceSshPublicKey, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -149019,7 +149931,7 @@ "Microsoft.Azure.Management.Compute.Models.ContainerServiceSshPublicKey": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceSshPublicKey", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceSshPublicKey, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceSshPublicKey, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyData": "System.String" }, @@ -149078,7 +149990,7 @@ "Microsoft.Azure.Management.Compute.Models.ContainerServiceMasterProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceMasterProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceMasterProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceMasterProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Count": "System.Nullable`1[System.Int32]", "DnsPrefix": "System.String", @@ -149147,7 +150059,7 @@ "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OrchestratorType": "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorTypes" }, @@ -149206,7 +150118,7 @@ "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149301,7 +150213,7 @@ "Microsoft.Azure.Management.Compute.Models.ContainerServiceServicePrincipalProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceServicePrincipalProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceServicePrincipalProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceServicePrincipalProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientId": "System.String", "Secret": "System.String" @@ -149365,7 +150277,7 @@ "Microsoft.Azure.Management.Compute.Models.ContainerServiceWindowsProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceWindowsProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceWindowsProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceWindowsProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdminUsername": "System.String", "AdminPassword": "System.String" @@ -149429,7 +150341,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.ContainerServiceAgentPoolProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -149441,7 +150353,7 @@ "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ContainerServiceAgentPoolProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Count": "System.Int32", "Name": "System.String", @@ -149520,7 +150432,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.SubResourceReadOnly, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -149532,7 +150444,7 @@ "Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResourceReadOnly, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -149586,7 +150498,7 @@ "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostInstanceView, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AvailableCapacity": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity", "Statuses": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.InstanceViewStatus]", @@ -149650,7 +150562,7 @@ "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAvailableCapacity, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllocatableVMs": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM]" }, @@ -149704,7 +150616,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.DedicatedHostAllocatableVM, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -149716,7 +150628,7 @@ "Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostAllocatableVM, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Count": "System.Nullable`1[System.Double]", "VmSize": "System.String" @@ -149775,7 +150687,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -149787,7 +150699,7 @@ "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DedicatedHostLicenseTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -149882,7 +150794,7 @@ "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSetIdentity, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Type": "System.String", "PrincipalId": "System.String", @@ -149946,7 +150858,7 @@ "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "KeyUrl": "System.String" @@ -150010,7 +150922,7 @@ "Microsoft.Azure.Management.Compute.Models.SourceVault": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SourceVault", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SourceVault, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SourceVault, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -150064,7 +150976,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.KeyVaultAndKeyReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -150076,7 +150988,7 @@ "Microsoft.Azure.Management.Compute.Models.CreationData": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.CreationData", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CreationData, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.CreationData, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ImageReference": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", "GalleryImageReference": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", @@ -150170,7 +151082,7 @@ "Microsoft.Azure.Management.Compute.Models.ImageDiskReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDiskReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Nullable`1[System.Int32]", "Id": "System.String" @@ -150234,7 +151146,7 @@ "Microsoft.Azure.Management.Compute.Models.DiskSku": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DiskSku", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskSku, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DiskSku, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Tier": "System.String" @@ -150293,7 +151205,7 @@ "Microsoft.Azure.Management.Compute.Models.Encryption": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.Encryption", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Encryption, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Encryption, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSetId": "System.String", "Type": "System.String" @@ -150352,7 +151264,7 @@ "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "EncryptionSettings": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement]", @@ -150421,7 +151333,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.EncryptionSettingsElement, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -150433,7 +151345,7 @@ "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "KeyEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference", "DiskEncryptionKey": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference" @@ -150497,7 +151409,7 @@ "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SourceVault": "Microsoft.Azure.Management.Compute.Models.SourceVault", "SecretUrl": "System.String" @@ -150561,7 +151473,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ShareInfoElement]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ShareInfoElement]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ShareInfoElement, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.ShareInfoElement, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -150573,7 +151485,7 @@ "Microsoft.Azure.Management.Compute.Models.ShareInfoElement": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ShareInfoElement", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ShareInfoElement, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ShareInfoElement, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VmUri": "System.String" }, @@ -150627,7 +151539,7 @@ "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionPublishingProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetRegions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.TargetRegion]", "ExcludeFromLatest": "System.Nullable`1[System.Boolean]", @@ -150706,7 +151618,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.TargetRegion]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.TargetRegion]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.TargetRegion, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.TargetRegion, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -150718,7 +151630,7 @@ "Microsoft.Azure.Management.Compute.Models.TargetRegion": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.TargetRegion", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.TargetRegion, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.TargetRegion, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Encryption": "Microsoft.Azure.Management.Compute.Models.EncryptionImages", "RegionalReplicaCount": "System.Nullable`1[System.Int32]", @@ -150792,7 +151704,7 @@ "Microsoft.Azure.Management.Compute.Models.EncryptionImages": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.EncryptionImages", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionImages, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.EncryptionImages, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OsDiskImage": "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption", "DataDiskImages": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption]" @@ -150851,7 +151763,7 @@ "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OSDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSetId": "System.String" }, @@ -150905,7 +151817,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.DataDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -150917,7 +151829,7 @@ "Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.DataDiskImageEncryption, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Lun": "System.Int32", "DiskEncryptionSetId": "System.String" @@ -150981,7 +151893,7 @@ "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageVersionStorageProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", "OsDiskImage": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage", @@ -151050,7 +151962,7 @@ "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Id": "System.String" }, @@ -151109,7 +152021,7 @@ "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryOSDiskImage, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", "HostCaching": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]", @@ -151178,7 +152090,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.HostCaching]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.HostCaching, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.HostCaching, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -151190,7 +152102,7 @@ "Microsoft.Azure.Management.Compute.Models.HostCaching": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.HostCaching", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HostCaching, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.HostCaching, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -151285,7 +152197,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.GalleryDataDiskImage, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -151297,7 +152209,7 @@ "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryDataDiskImage, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Source": "Microsoft.Azure.Management.Compute.Models.GalleryArtifactVersionSource", "Lun": "System.Int32", @@ -151371,7 +152283,7 @@ "Microsoft.Azure.Management.Compute.Models.ReplicationStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ReplicationStatus, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Summary": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus]", "AggregatedState": "System.String" @@ -151430,7 +152342,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.RegionalReplicationStatus, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -151442,7 +152354,7 @@ "Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RegionalReplicationStatus, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Progress": "System.Nullable`1[System.Int32]", "Region": "System.String", @@ -151521,7 +152433,7 @@ "Microsoft.Azure.Management.Compute.Models.Disallowed": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.Disallowed", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Disallowed, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.Disallowed, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskTypes": "System.Collections.Generic.IList`1[System.String]" }, @@ -151575,7 +152487,7 @@ "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryImageIdentifier, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Publisher": "System.String", "Offer": "System.String", @@ -151644,7 +152556,7 @@ "Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImagePurchasePlan, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Publisher": "System.String", @@ -151708,7 +152620,7 @@ "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -151803,7 +152715,7 @@ "Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RecommendedMachineConfiguration, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "VCPUs": "Microsoft.Azure.Management.Compute.Models.ResourceRange", "Memory": "Microsoft.Azure.Management.Compute.Models.ResourceRange" @@ -151862,7 +152774,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceRange": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceRange", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceRange, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceRange, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Min": "System.Nullable`1[System.Int32]", "Max": "System.Nullable`1[System.Int32]" @@ -151921,7 +152833,7 @@ "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.GalleryIdentifier, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "UniqueName": "System.String" }, @@ -151975,7 +152887,7 @@ "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageStorageProfile, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OsDisk": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk", "DataDisks": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ImageDataDisk]", @@ -152044,7 +152956,7 @@ "Microsoft.Azure.Management.Compute.Models.ImageOSDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageOSDisk, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", "OsState": "Microsoft.Azure.Management.Compute.Models.OperatingSystemStateTypes", @@ -152143,7 +153055,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ImageDataDisk]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ImageDataDisk]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ImageDataDisk, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.ImageDataDisk, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -152155,7 +153067,7 @@ "Microsoft.Azure.Management.Compute.Models.ImageDataDisk": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ImageDataDisk, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DiskEncryptionSet": "Microsoft.Azure.Management.Compute.Models.DiskEncryptionSetParameters", "Snapshot": "Microsoft.Azure.Management.Compute.Models.SubResource", @@ -152249,7 +153161,7 @@ "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.LogAnalyticsOutput, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Output": "System.String" }, @@ -152303,7 +153215,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.SubResourceWithColocationStatus, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -152315,7 +153227,7 @@ "Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ColocationStatus": "Microsoft.Azure.Management.Compute.Models.InstanceViewStatus", "Id": "System.String" @@ -152374,7 +153286,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacity, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScaleType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType]", "Minimum": "System.Nullable`1[System.Int64]", @@ -152443,7 +153355,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.ResourceSkuCapacityScaleType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -152455,7 +153367,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapacityScaleType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -152550,7 +153462,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.ResourceSkuCapabilities, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -152562,7 +153474,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Value": "System.String" @@ -152621,7 +153533,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.ResourceSkuCosts, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -152633,7 +153545,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Quantity": "System.Nullable`1[System.Int64]", "MeterID": "System.String", @@ -152697,7 +153609,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.ResourceSkuLocationInfo, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -152709,7 +153621,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuLocationInfo, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ZoneDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails]", "Zones": "System.Collections.Generic.IList`1[System.String]", @@ -152773,7 +153685,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.ResourceSkuZoneDetails, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -152785,7 +153697,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuZoneDetails, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuCapabilities]", "Name": "System.Collections.Generic.IList`1[System.String]" @@ -152844,7 +153756,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -152856,7 +153768,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictions, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RestrictionInfo": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo", "Values": "System.Collections.Generic.IList`1[System.String]", @@ -152925,7 +153837,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionInfo, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Locations": "System.Collections.Generic.IList`1[System.String]", "Zones": "System.Collections.Generic.IList`1[System.String]" @@ -152984,7 +153896,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.ResourceSkuRestrictionsReasonCode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -152996,7 +153908,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsReasonCode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153091,7 +154003,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -153103,7 +154015,7 @@ "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.ResourceSkuRestrictionsType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153198,7 +154110,7 @@ "Microsoft.Azure.Management.Compute.Models.SnapshotSku": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.SnapshotSku", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SnapshotSku, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.SnapshotSku, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "System.String", "Tier": "System.String" @@ -153257,7 +154169,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.RunCommandParameterDefinition, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -153269,7 +154181,7 @@ "Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RunCommandParameterDefinition, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Required": "System.Nullable`1[System.Boolean]", "Name": "System.String", @@ -153343,7 +154255,7 @@ "Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "SuccessfulInstanceCount": "System.Nullable`1[System.Int32]", "FailedInstanceCount": "System.Nullable`1[System.Int32]", @@ -153412,7 +154324,7 @@ "Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastAction": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType]", "Code": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode]", @@ -153481,7 +154393,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.RollingUpgradeActionType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -153493,7 +154405,7 @@ "Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeActionType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153588,7 +154500,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.RollingUpgradeStatusCode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -153600,7 +154512,7 @@ "Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusCode, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153695,7 +154607,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineDataDisk, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedDisk": "Microsoft.Azure.Management.Compute.Models.ManagedDiskParameters", "Vhd": "Microsoft.Azure.Management.Compute.Models.VirtualHardDisk", @@ -153755,7 +154667,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuCapacity, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ScaleType": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType]", "Minimum": "System.Nullable`1[System.Int64]", @@ -153824,7 +154736,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType, Microsoft.Azure.Management.Compute, Version=33.0.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.Compute.Models.VirtualMachineScaleSetSkuScaleType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -153836,7 +154748,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetSkuScaleType, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -153931,7 +154843,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption.AzureVmssDiskEncryptionExtensionPublicSettings, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "KeyVaultURL": "System.String", "KeyEncryptionKeyURL": "System.String", @@ -153981,7 +154893,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount, Microsoft.Azure.Management.Compute, Version=33.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.Compute.Models.VirtualMachineStatusCodeCount, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -153993,7 +154905,7 @@ "Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount": { "Namespace": "Microsoft.Azure.Management.Compute.Models", "Name": "Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount, Microsoft.Azure.Management.Compute, Version=33.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Compute.Models.VirtualMachineStatusCodeCount, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Count": "System.Nullable`1[System.Int32]", "Code": "System.String" @@ -154052,7 +154964,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=3.6.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Compute.Models.EncryptionStatus, Microsoft.Azure.PowerShell.Cmdlets.Compute, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -154147,7 +155059,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Compute.Models.DiskInstanceView]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=33.0.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.Management.Compute.Models.DiskInstanceView, Microsoft.Azure.Management.Compute, Version=35.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.IotHub.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.IotHub.dll.json index ec7cb69d2360..8fda14cf0af3 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.IotHub.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.IotHub.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties", "ResourceGroupName": "System.String", @@ -73,7 +73,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties", "ResourceGroupName": "System.String", @@ -278,7 +278,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties", "ResourceGroupName": "System.String", @@ -1026,7 +1026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rights": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", "KeyName": "System.String", @@ -1190,7 +1190,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1428,7 +1428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1701,7 +1701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1902,7 +1902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2050,9 +2050,9 @@ }, { "VerbName": "Add", - "NounName": "AzIotHubDevice", - "Name": "Add-AzIotHubDevice", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.AddAzIotHubDevice", + "NounName": "AzIotHubConfiguration", + "Name": "Add-AzIotHubConfiguration", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.AddAzIotHubConfiguration", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -2061,22 +2061,21 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfiguration, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", - "Capabilities": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities", - "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", - "Status": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "ConnectionStateUpdatedTime": "System.DateTime", - "StatusUpdatedTime": "System.DateTime", - "LastActivityTime": "System.DateTime", - "CloudToDeviceMessageCount": "System.Int32", + "Content": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationContent", + "SystemMetrics": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetrics", + "Metrics": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetrics", + "Labels": "System.Collections.Hashtable", + "CreatedTimeUtc": "System.DateTime", + "LastUpdatedTimeUtc": "System.DateTime", + "Priority": "System.Int32", "Id": "System.String", - "GenerationId": "System.String", - "ETag": "System.String", - "StatusReason": "System.String", - "Scope": "System.String" + "SchemaVersion": "System.String", + "ContentType": "System.String", + "TargetCondition": "System.String", + "ETag": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -2127,7 +2126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -2182,7 +2181,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceGroupName", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -2200,7 +2199,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceId", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -2236,7 +2235,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "DeviceId", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -2254,213 +2253,43 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "AuthMethod", + "Name": "DeviceContent", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "Status", + "Name": "Priority", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "StatusReason", + "Name": "TargetCondition", "AliasList": [], "Type": { "Namespace": "System", @@ -2475,51 +2304,15 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "EdgeEnabled", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "Children", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { - "Name": "ParentDeviceId", + "Name": "Metric", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2529,15 +2322,15 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "Force", + "Name": "Label", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2594,7 +2387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -2655,7 +2448,7 @@ }, { "ParameterMetadata": { - "Name": "DeviceId", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -2673,20 +2466,20 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 1, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Children", + "Name": "DeviceContent", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -2703,12 +2496,12 @@ }, { "ParameterMetadata": { - "Name": "ParentDeviceId", + "Name": "Priority", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2727,107 +2520,22 @@ }, { "ParameterMetadata": { - "Name": "AuthMethod", + "Name": "TargetCondition", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -2836,101 +2544,16 @@ }, { "ParameterMetadata": { - "Name": "Status", + "Name": "Metric", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -2945,12 +2568,12 @@ }, { "ParameterMetadata": { - "Name": "StatusReason", + "Name": "Label", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2969,16 +2592,31 @@ }, { "ParameterMetadata": { - "Name": "EdgeEnabled", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -2990,15 +2628,164 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Force", - "AliasList": [], + } + ] + }, + { + "Name": "ResourceIdSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceContent", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetCondition", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metric", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Label", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3109,7 +2896,7 @@ }, { "ParameterMetadata": { - "Name": "DeviceId", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -3127,20 +2914,20 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 2, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Children", + "Name": "DeviceContent", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -3157,12 +2944,12 @@ }, { "ParameterMetadata": { - "Name": "ParentDeviceId", + "Name": "Priority", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3181,225 +2968,7 @@ }, { "ParameterMetadata": { - "Name": "AuthMethod", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "StatusReason", + "Name": "TargetCondition", "AliasList": [], "Type": { "Namespace": "System", @@ -3414,7 +2983,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -3423,12 +2992,12 @@ }, { "ParameterMetadata": { - "Name": "EdgeEnabled", + "Name": "Metric", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3447,12 +3016,12 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "Label", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3511,11 +3080,11 @@ ] }, { - "Name": "ResourceIdSet", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -3533,18 +3102,18 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 0, + "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DeviceId", + "Name": "DeviceContent", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3556,21 +3125,21 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, - "Position": 1, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Children", + "Name": "Priority", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -3587,7 +3156,7 @@ }, { "ParameterMetadata": { - "Name": "ParentDeviceId", + "Name": "TargetCondition", "AliasList": [], "Type": { "Namespace": "System", @@ -3611,94 +3180,8978 @@ }, { "ParameterMetadata": { - "Name": "AuthMethod", + "Name": "Metric", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Label", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], "Methods": [ { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", + "Name": "Clear", "Parameters": [], - "ReturnType": "System.String" - }, + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzIotHubConfiguration", + "Name": "Get-AzIotHubConfiguration", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubConfiguration", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ResourceSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfiguration, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Content": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationContent", + "SystemMetrics": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetrics", + "Metrics": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetrics", + "Labels": "System.Collections.Hashtable", + "CreatedTimeUtc": "System.DateTime", + "LastUpdatedTimeUtc": "System.DateTime", + "Priority": "System.Int32", + "Id": "System.String", + "SchemaVersion": "System.String", + "ContentType": "System.String", + "TargetCondition": "System.String", + "ETag": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + }, + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurations[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurations[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurations", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "InputObjectSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "CompareTo", + "Name": "Equals", "Parameters": [ { - "Name": "target", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Boolean" }, { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIdSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzIotHubConfiguration", + "Name": "Remove-AzIotHubConfiguration", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.RemoveAzIotHubConfiguration", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ResourceSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "InputObjectSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIdSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Set", + "NounName": "AzIotHubConfiguration", + "Name": "Set-AzIotHubConfiguration", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzIotHubConfiguration", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ResourceSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfiguration, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Content": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationContent", + "SystemMetrics": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetrics", + "Metrics": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetrics", + "Labels": "System.Collections.Hashtable", + "CreatedTimeUtc": "System.DateTime", + "LastUpdatedTimeUtc": "System.DateTime", + "Priority": "System.Int32", + "Id": "System.String", + "SchemaVersion": "System.String", + "ContentType": "System.String", + "TargetCondition": "System.String", + "ETag": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "TargetCondition", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Metric", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Label", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "InputObjectSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetCondition", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metric", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Label", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIdSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetCondition", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metric", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Label", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetCondition", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metric", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Label", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Priority", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "TargetCondition", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metric", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Label", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Add", + "NounName": "AzIotHubDevice", + "Name": "Add-AzIotHubDevice", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.AddAzIotHubDevice", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ResourceSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", + "Capabilities": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities", + "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", + "Status": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "ConnectionStateUpdatedTime": "System.DateTime", + "StatusUpdatedTime": "System.DateTime", + "LastActivityTime": "System.DateTime", + "CloudToDeviceMessageCount": "System.Int32", + "Id": "System.String", + "GenerationId": "System.String", + "ETag": "System.String", + "StatusReason": "System.String", + "Scope": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AuthMethod", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Status", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "StatusReason", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EdgeEnabled", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Children", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ParentDeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "InputObjectSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Children", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ParentDeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AuthMethod", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Status", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StatusReason", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EdgeEnabled", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Children", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ParentDeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AuthMethod", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Status", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StatusReason", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EdgeEnabled", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIdSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Children", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ParentDeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AuthMethod", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Status", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StatusReason", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EdgeEnabled", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AuthMethod", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Status", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StatusReason", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EdgeEnabled", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Add", + "NounName": "AzIotHubDeviceChildren", + "Name": "Add-AzIotHubDeviceChildren", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.AddAzIotHubDeviceChildren", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ResourceSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceChildren", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceChildren, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "ChildrenDeviceId": "System.Collections.Generic.IList`1[System.String]", + "DeviceId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Children", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "InputObjectSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Children", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Children", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIdSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Children", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [ + "Add-AzIotHubDCL" + ] + }, + { + "VerbName": "Get", + "NounName": "AzIotHubDevice", + "Name": "Get-AzIotHubDevice", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDevice", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ResourceSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", + "Capabilities": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities", + "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", + "Status": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "ConnectionStateUpdatedTime": "System.DateTime", + "StatusUpdatedTime": "System.DateTime", + "LastActivityTime": "System.DateTime", + "CloudToDeviceMessageCount": "System.Int32", + "Id": "System.String", + "GenerationId": "System.String", + "ETag": "System.String", + "StatusReason": "System.String", + "Scope": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + }, + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevices[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevices[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevices", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "InputObjectSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIdSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzIotHubDeviceChildren", + "Name": "Get-AzIotHubDeviceChildren", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDeviceChildren", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ResourceSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceChildren", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceChildren, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "ChildrenDeviceId": "System.Collections.Generic.IList`1[System.String]", + "DeviceId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + }, + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevicesChildren[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevicesChildren[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevicesChildren", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "InputObjectSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIdSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [ + "Get-AzIotHubDCL" + ] + }, + { + "VerbName": "Get", + "NounName": "AzIotHubDeviceConnectionString", + "Name": "Get-AzIotHubDeviceConnectionString", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDeviceConnectionString", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ResourceSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionString", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionString, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DeviceId": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "KeyType", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "InputObjectSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyType", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyType", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIdSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyType", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [ + "Get-AzIotHubDCS" + ] + }, + { + "VerbName": "Get", + "NounName": "AzIotHubDeviceParent", + "Name": "Get-AzIotHubDeviceParent", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDeviceParent", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ResourceSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", + "Capabilities": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities", + "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", + "Status": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "ConnectionStateUpdatedTime": "System.DateTime", + "StatusUpdatedTime": "System.DateTime", + "LastActivityTime": "System.DateTime", + "CloudToDeviceMessageCount": "System.Int32", + "Id": "System.String", + "GenerationId": "System.String", + "ETag": "System.String", + "StatusReason": "System.String", + "Scope": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "InputObjectSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIdSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzIotHubDeviceTwin", + "Name": "Get-AzIotHubDeviceTwin", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDeviceTwin", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ResourceSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceTwin", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceTwin, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AuthenticationType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationType", + "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", + "Status": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "Capabilities": "Microsoft.Azure.Devices.Shared.DeviceCapabilities", + "Tags": "Microsoft.Azure.Devices.Shared.TwinCollection", + "Properties": "Microsoft.Azure.Devices.Shared.TwinProperties", + "ConnectionStateUpdatedTime": "System.DateTime", + "StatusUpdatedTime": "System.DateTime", + "LastActivityTime": "System.DateTime", + "CloudToDeviceMessageCount": "System.Int32", + "Version": "System.Int64", + "DeviceId": "System.String", + "ETag": "System.String", + "StatusReason": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "InputObjectSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "HasFlag", + "Name": "Equals", "Parameters": [ { - "Name": "flag", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetTypeCode", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.Int32" }, { "Name": "GetType", @@ -3706,113 +12159,73 @@ "ReturnType": "System.Type" } ], - "Constructors": [] + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Status", + "Name": "DeviceId", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], "Methods": [ { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", + "Name": "Clear", "Parameters": [], - "ReturnType": "System.Type" + "ReturnType": "System.Void" } ], "Constructors": [] @@ -3826,10 +12239,15 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "ResourceSet", + "Parameters": [ { "ParameterMetadata": { - "Name": "StatusReason", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -3844,21 +12262,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 0, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "EdgeEnabled", + "Name": "IotHubName", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3868,21 +12286,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 1, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "DeviceId", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3892,10 +12310,10 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, @@ -3941,229 +12359,11 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "ResourceIdSet", "Parameters": [ { "ParameterMetadata": { - "Name": "AuthMethod", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "StatusReason", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -4178,21 +12378,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 0, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "EdgeEnabled", + "Name": "DeviceId", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4202,25 +12402,40 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 1, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -4232,7 +12447,12 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "DefaultProfile", @@ -4278,10 +12498,10 @@ "AliasList": [] }, { - "VerbName": "Add", - "NounName": "AzIotHubDeviceChildren", - "Name": "Add-AzIotHubDeviceChildren", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.AddAzIotHubDeviceChildren", + "VerbName": "Invoke", + "NounName": "AzIotHubDeviceMethod", + "Name": "Invoke-AzIotHubDeviceMethod", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.InvokeAzIotHubDeviceMethod", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -4290,11 +12510,11 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceChildren", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceChildren, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceMethodResult", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceMethodResult, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "ChildrenDeviceId": "System.Collections.Generic.IList`1[System.String]", - "DeviceId": "System.String" + "Status": "System.Int32", + "Payload": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -4345,7 +12565,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -4400,7 +12620,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceGroupName", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -4418,7 +12638,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceId", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -4472,14 +12692,14 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Children", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -4487,15 +12707,15 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "Force", + "Name": "Payload", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4507,6 +12727,42 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "ResponseTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConnectionTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 10, + "ValidateRangeMax": 300, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -4552,7 +12808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -4637,14 +12893,14 @@ }, { "ParameterMetadata": { - "Name": "Children", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -4652,21 +12908,45 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, - "Position": 2, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "Payload", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResponseTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4683,6 +12963,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ConnectionTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 10, + "ValidateRangeMax": 300, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -4725,11 +13029,11 @@ ] }, { - "Name": "ResourceSet", + "Name": "ResourceIdSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -4749,11 +13053,11 @@ "Mandatory": true, "Position": 0, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "IotHubName", + "Name": "DeviceId", "AliasList": [], "Type": { "Namespace": "System", @@ -4777,7 +13081,7 @@ }, { "ParameterMetadata": { - "Name": "DeviceId", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -4792,23 +13096,23 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, - "Position": 2, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Children", + "Name": "Payload", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -4816,21 +13120,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 3, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "Force", + "Name": "ResponseTimeOut", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4847,6 +13151,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ConnectionTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 10, + "ValidateRangeMax": 300, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -4889,11 +13217,11 @@ ] }, { - "Name": "ResourceIdSet", + "Name": "ResourceSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -4913,11 +13241,11 @@ "Mandatory": true, "Position": 0, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DeviceId", + "Name": "IotHubName", "AliasList": [], "Type": { "Namespace": "System", @@ -4941,14 +13269,14 @@ }, { "ParameterMetadata": { - "Name": "Children", + "Name": "DeviceId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -4965,12 +13293,12 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "Name", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4982,6 +13310,78 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Payload", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResponseTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectionTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 10, + "ValidateRangeMax": 300, + "ValidateNotNullOrEmpty": false + }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, @@ -5033,12 +13433,36 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Force", + "Name": "Name", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Payload", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5055,6 +13479,54 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ResponseTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectionTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 10, + "ValidateRangeMax": 300, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -5097,88 +13569,25 @@ ] } ], - "AliasList": [ - "Add-AzIotHubDCL" - ] + "AliasList": [] }, { - "VerbName": "Get", + "VerbName": "Remove", "NounName": "AzIotHubDevice", - "Name": "Get-AzIotHubDevice", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDevice", - "SupportsShouldProcess": false, + "Name": "Remove-AzIotHubDevice", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.RemoveAzIotHubDevice", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", - "Capabilities": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities", - "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", - "Status": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "ConnectionStateUpdatedTime": "System.DateTime", - "StatusUpdatedTime": "System.DateTime", - "LastActivityTime": "System.DateTime", - "CloudToDeviceMessageCount": "System.Int32", - "Id": "System.String", - "GenerationId": "System.String", - "ETag": "System.String", - "StatusReason": "System.String", - "Scope": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - }, - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevices[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevices[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevices", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -5195,7 +13604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -5321,6 +13730,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -5366,7 +13793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -5449,6 +13876,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -5565,6 +14016,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -5657,6 +14132,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -5701,6 +14200,30 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -5746,72 +14269,22 @@ "AliasList": [] }, { - "VerbName": "Get", + "VerbName": "Remove", "NounName": "AzIotHubDeviceChildren", - "Name": "Get-AzIotHubDeviceChildren", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDeviceChildren", - "SupportsShouldProcess": false, + "Name": "Remove-AzIotHubDeviceChildren", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.RemoveAzIotHubDeviceChildren", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceChildren", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceChildren, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "ChildrenDeviceId": "System.Collections.Generic.IList`1[System.String]", - "DeviceId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - }, - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevicesChildren[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevicesChildren[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevicesChildren", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -5828,7 +14301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -5954,6 +14427,42 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "Children", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -5999,7 +14508,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -6077,6 +14586,54 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Children", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, @@ -6193,6 +14750,54 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Children", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, @@ -6285,6 +14890,54 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Children", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, @@ -6334,6 +14987,30 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -6377,27 +15054,38 @@ } ], "AliasList": [ - "Get-AzIotHubDCL" + "Remove-AzIotHubDCL" ] }, { - "VerbName": "Get", - "NounName": "AzIotHubDeviceConnectionString", - "Name": "Get-AzIotHubDeviceConnectionString", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDeviceConnectionString", - "SupportsShouldProcess": false, + "VerbName": "Set", + "NounName": "AzIotHubDevice", + "Name": "Set-AzIotHubDevice", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzIotHubDevice", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "ResourceSet", + "DefaultParameterSetName": "ResourceSetForStatus", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionString", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionString, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DeviceId": "System.String", - "ConnectionString": "System.String" + "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", + "Capabilities": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities", + "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", + "Status": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "ConnectionStateUpdatedTime": "System.DateTime", + "StatusUpdatedTime": "System.DateTime", + "LastActivityTime": "System.DateTime", + "CloudToDeviceMessageCount": "System.Int32", + "Id": "System.String", + "GenerationId": "System.String", + "ETag": "System.String", + "StatusReason": "System.String", + "Scope": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -6448,7 +15136,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -6539,7 +15227,25 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "IotHubName", + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DeviceId", "AliasList": [], "Type": { "Namespace": "System", @@ -6557,30 +15263,115 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "DeviceId", + "Name": "AuthMethod", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { - "Name": "KeyType", + "Name": "Status", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6675,8 +15466,44 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "StatusReason", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "EdgeEnabled", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "DefaultProfile", "AliasList": [ @@ -6713,7 +15540,7 @@ ], "ParameterSets": [ { - "Name": "InputObjectSet", + "Name": "InputObjectSetForAuth", "Parameters": [ { "ParameterMetadata": { @@ -6722,7 +15549,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -6798,21 +15625,264 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AuthMethod", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "InputObjectSetForStatus", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "KeyType", + "Name": "Status", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6894,7 +15964,135 @@ { "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StatusReason", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "InputObjectSetForEdgeEnabled", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" }, { "Name": "GetType", @@ -6902,12 +16100,66 @@ "ReturnType": "System.Type" } ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EdgeEnabled", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -6956,7 +16208,7 @@ ] }, { - "Name": "ResourceSet", + "Name": "ResourceSetForAuth", "Parameters": [ { "ParameterMetadata": { @@ -7023,21 +16275,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "KeyType", + "Name": "AuthMethod", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7132,7 +16384,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -7181,11 +16433,11 @@ ] }, { - "Name": "ResourceIdSet", + "Name": "ResourceSetForStatus", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -7205,7 +16457,31 @@ "Mandatory": true, "Position": 0, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -7224,21 +16500,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "KeyType", + "Name": "Status", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7333,7 +16609,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -7342,31 +16618,16 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "StatusReason", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -7378,12 +16639,7 @@ "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -7424,324 +16680,13 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [ - "Get-AzIotHubDCS" - ] - }, - { - "VerbName": "Get", - "NounName": "AzIotHubDeviceParent", - "Name": "Get-AzIotHubDeviceParent", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDeviceParent", - "SupportsShouldProcess": false, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "ResourceSet", - "OutputTypes": [ - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", - "Capabilities": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities", - "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", - "Status": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "ConnectionStateUpdatedTime": "System.DateTime", - "StatusUpdatedTime": "System.DateTime", - "LastActivityTime": "System.DateTime", - "CloudToDeviceMessageCount": "System.Int32", - "Id": "System.String", - "GenerationId": "System.String", - "ETag": "System.String", - "StatusReason": "System.String", - "Scope": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", - "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String", - "Subscriptionid": "System.String", - "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "IotHubName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DeviceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "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]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "InputObjectSet", + "Name": "ResourceSetForEdgeEnabled", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", - "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String", - "Subscriptionid": "System.String", - "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DeviceId", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -7759,57 +16704,13 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 1, + "Position": 0, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.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, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ResourceSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "IotHubName", "AliasList": [], "Type": { "Namespace": "System", @@ -7827,13 +16728,13 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 0, + "Position": 1, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "IotHubName", + "Name": "DeviceId", "AliasList": [], "Type": { "Namespace": "System", @@ -7851,18 +16752,18 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 1, + "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DeviceId", + "Name": "EdgeEnabled", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7874,8 +16775,8 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, - "Position": 2, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, @@ -7921,7 +16822,7 @@ ] }, { - "Name": "ResourceIdSet", + "Name": "ResourceIdSetForAuth", "Parameters": [ { "ParameterMetadata": { @@ -7973,29 +16874,99 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "AuthMethod", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Clear", + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" } ], "Constructors": [] @@ -8003,18 +16974,13 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -8055,266 +17021,148 @@ "ValueFromPipelineByPropertyName": false } ] - } - ], - "AliasList": [] - }, - { - "VerbName": "Remove", - "NounName": "AzIotHubDevice", - "Name": "Remove-AzIotHubDevice", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.RemoveAzIotHubDevice", - "SupportsShouldProcess": true, - "ConfirmImpact": 2, - "SupportsPaging": false, - "DefaultParameterSetName": "ResourceSet", - "OutputTypes": [ - { - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ + }, { - "Name": "InputObject", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", - "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String", - "Subscriptionid": "System.String", - "Resourcegroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" + "Name": "ResourceIdSetForStatus", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "IotHubName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DeviceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - } - ], - "ParameterSets": [ - { - "Name": "InputObjectSet", - "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", + "Name": "Status", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", - "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String", - "Subscriptionid": "System.String", - "Resourcegroup": "System.String" - }, + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, { "Name": "ToString", "Parameters": [], "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "ToString", "Parameters": [ { - "Name": "obj", + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.TypeCode" }, { "Name": "GetType", @@ -8322,36 +17170,6 @@ "ReturnType": "System.Type" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DeviceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -8366,12 +17184,12 @@ }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "StatusReason", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8430,11 +17248,11 @@ ] }, { - "Name": "ResourceSet", + "Name": "ResourceIdSetForEdgeEnabled", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -8454,11 +17272,11 @@ "Mandatory": true, "Position": 0, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { - "Name": "IotHubName", + "Name": "DeviceId", "AliasList": [], "Type": { "Namespace": "System", @@ -8482,12 +17300,12 @@ }, { "ParameterMetadata": { - "Name": "DeviceId", + "Name": "EdgeEnabled", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8504,146 +17322,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "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]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ResourceIdSet", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true - }, - { - "ParameterMetadata": { - "Name": "DeviceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -8688,30 +17366,6 @@ { "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -8757,10 +17411,10 @@ "AliasList": [] }, { - "VerbName": "Remove", - "NounName": "AzIotHubDeviceChildren", - "Name": "Remove-AzIotHubDeviceChildren", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.RemoveAzIotHubDeviceChildren", + "VerbName": "Set", + "NounName": "AzIotHubDeviceParent", + "Name": "Set-AzIotHubDeviceParent", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzIotHubDeviceParent", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -8768,14 +17422,60 @@ "OutputTypes": [ { "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", + "Capabilities": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities", + "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", + "Status": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "ConnectionStateUpdatedTime": "System.DateTime", + "StatusUpdatedTime": "System.DateTime", + "LastActivityTime": "System.DateTime", + "CloudToDeviceMessageCount": "System.Int32", + "Id": "System.String", + "GenerationId": "System.String", + "ETag": "System.String", + "StatusReason": "System.String", + "Scope": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ParameterSets": [ "__AllParameterSets" @@ -8789,7 +17489,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -8916,14 +17616,14 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Children", + "Name": "ParentDeviceId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -8934,7 +17634,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "PassThru", + "Name": "Force", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -8996,7 +17696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -9081,14 +17781,14 @@ }, { "ParameterMetadata": { - "Name": "Children", + "Name": "ParentDeviceId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -9098,14 +17798,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "Force", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -9245,14 +17945,14 @@ }, { "ParameterMetadata": { - "Name": "Children", + "Name": "ParentDeviceId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -9262,14 +17962,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 3, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "Force", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -9385,14 +18085,14 @@ }, { "ParameterMetadata": { - "Name": "Children", + "Name": "ParentDeviceId", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", + "ElementType": null, "GenericTypeArguments": [], "Methods": [], "Constructors": [] @@ -9402,14 +18102,14 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "Force", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -9477,7 +18177,7 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "PassThru", + "Name": "Force", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -9541,39 +18241,38 @@ ] } ], - "AliasList": [ - "Remove-AzIotHubDCL" - ] + "AliasList": [] }, { - "VerbName": "Set", - "NounName": "AzIotHubDevice", - "Name": "Set-AzIotHubDevice", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzIotHubDevice", + "VerbName": "Update", + "NounName": "AzIotHubDeviceTwin", + "Name": "Update-AzIotHubDeviceTwin", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.UpdateAzIotHubDeviceTwin", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "ResourceSetForStatus", + "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceTwin", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceTwin, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", - "Capabilities": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities", + "AuthenticationType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationType", "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", "Status": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "Capabilities": "Microsoft.Azure.Devices.Shared.DeviceCapabilities", + "Tags": "Microsoft.Azure.Devices.Shared.TwinCollection", + "Properties": "Microsoft.Azure.Devices.Shared.TwinProperties", "ConnectionStateUpdatedTime": "System.DateTime", "StatusUpdatedTime": "System.DateTime", "LastActivityTime": "System.DateTime", "CloudToDeviceMessageCount": "System.Int32", - "Id": "System.String", - "GenerationId": "System.String", + "Version": "System.Int64", + "DeviceId": "System.String", "ETag": "System.String", - "StatusReason": "System.String", - "Scope": "System.String" + "StatusReason": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -9624,7 +18323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -9751,101 +18450,16 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "AuthMethod", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -9854,101 +18468,16 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Status", + "Name": "Desired", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -9957,12 +18486,12 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "StatusReason", + "Name": "Partial", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9974,24 +18503,6 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - { - "Name": "EdgeEnabled", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, { "Name": "DefaultProfile", "AliasList": [ @@ -10028,7 +18539,7 @@ ], "ParameterSets": [ { - "Name": "InputObjectSetForAuth", + "Name": "InputObjectSet", "Parameters": [ { "ParameterMetadata": { @@ -10037,7 +18548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -10092,18 +18603,230 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Desired", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Partial", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DeviceId", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10115,108 +18838,23 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, - "Position": 1, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AuthMethod", + "Name": "Desired", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -10229,6 +18867,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Partial", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -10271,63 +18933,21 @@ ] }, { - "Name": "InputObjectSetForStatus", + "Name": "ResourceIdSet", "Parameters": [ { "ParameterMetadata": { - "Name": "InputObject", + "Name": "ResourceId", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", - "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String", - "Subscriptionid": "System.String", - "Resourcegroup": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -10336,8 +18956,8 @@ }, "Mandatory": true, "Position": 0, - "ValueFromPipeline": true, - "ValueFromPipelineByPropertyName": false + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -10365,99 +18985,101 @@ }, { "ParameterMetadata": { - "Name": "Status", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Desired", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Partial", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], "Methods": [ { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", + "Name": "Clear", "Parameters": [], - "ReturnType": "System.Type" + "ReturnType": "System.Void" } ], "Constructors": [] @@ -10465,21 +19087,26 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { - "Name": "StatusReason", + "Name": "Partial", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10536,9 +19163,242 @@ "ValueFromPipelineByPropertyName": false } ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzIotHubDistributedTracing", + "Name": "Get-AzIotHubDistributedTracing", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDistributedTracing", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ResourceSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceTracing", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceTracing, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "TracingOption": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracing", + "IsSynced": "System.Boolean", + "DeviceId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, { - "Name": "InputObjectSetForEdgeEnabled", + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "InputObjectSet", "Parameters": [ { "ParameterMetadata": { @@ -10547,7 +19407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -10630,255 +19490,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "EdgeEnabled", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "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]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ResourceSetForAuth", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "IotHubName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 1, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "DeviceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AuthMethod", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -10921,7 +19532,7 @@ ] }, { - "Name": "ResourceSetForStatus", + "Name": "ResourceSet", "Parameters": [ { "ParameterMetadata": { @@ -10995,139 +19606,6 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "Status", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "StatusReason", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -11168,37 +19646,13 @@ "ValueFromPipelineByPropertyName": false } ] - }, - { - "Name": "ResourceSetForEdgeEnabled", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + }, + { + "Name": "ResourceIdSet", + "Parameters": [ { "ParameterMetadata": { - "Name": "IotHubName", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -11216,9 +19670,9 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 1, + "Position": 0, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false + "ValueFromPipelineByPropertyName": true }, { "ParameterMetadata": { @@ -11240,34 +19694,54 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 2, + "Position": 1, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "EdgeEnabled", - "AliasList": [], + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "DefaultProfile", @@ -11308,23 +19782,425 @@ "ValueFromPipelineByPropertyName": false } ] + } + ], + "AliasList": [ + "Get-AzIotHubTracing" + ] + }, + { + "VerbName": "Set", + "NounName": "AzIotHubDistributedTracing", + "Name": "Set-AzIotHubDistributedTracing", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzIotHubDistributedTracing", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ResourceSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceTracing", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceTracing, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "TracingOption": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracing", + "IsSynced": "System.Boolean", + "DeviceId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceIdSetForAuth", + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "SamplingMode", + "AliasList": [ + "Mode" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "SamplingRate", + "AliasList": [ + "Rate" + ], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 0, + "ValidateRangeMax": 100, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "InputObjectSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "InputObject", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -11333,8 +20209,8 @@ }, "Mandatory": true, "Position": 0, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { @@ -11362,12 +20238,14 @@ }, { "ParameterMetadata": { - "Name": "AuthMethod", - "AliasList": [], + "Name": "SamplingMode", + "AliasList": [ + "Mode" + ], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11462,7 +20340,33 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SamplingRate", + "AliasList": [ + "Rate" + ], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 0, + "ValidateRangeMax": 100, + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -11511,11 +20415,11 @@ ] }, { - "Name": "ResourceIdSetForStatus", + "Name": "ResourceSet", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -11535,11 +20439,11 @@ "Mandatory": true, "Position": 0, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DeviceId", + "Name": "IotHubName", "AliasList": [], "Type": { "Namespace": "System", @@ -11563,12 +20467,38 @@ }, { "ParameterMetadata": { - "Name": "Status", + "Name": "DeviceId", "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SamplingMode", + "AliasList": [ + "Mode" + ], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11663,21 +20593,23 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 3, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "StatusReason", - "AliasList": [], + "Name": "SamplingRate", + "AliasList": [ + "Rate" + ], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -11685,8 +20617,8 @@ "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ValidateRangeMin": 0, + "ValidateRangeMax": 100, "ValidateNotNullOrEmpty": false }, "Mandatory": false, @@ -11736,7 +20668,7 @@ ] }, { - "Name": "ResourceIdSetForEdgeEnabled", + "Name": "ResourceIdSet", "Parameters": [ { "ParameterMetadata": { @@ -11788,22 +20720,135 @@ }, { "ParameterMetadata": { - "Name": "EdgeEnabled", - "AliasList": [], + "Name": "SamplingMode", + "AliasList": [ + "Mode" + ], "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "SamplingRate", + "AliasList": [ + "Rate" + ], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 0, + "ValidateRangeMax": 100, + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -11896,13 +20941,15 @@ ] } ], - "AliasList": [] + "AliasList": [ + "Set-AzIotHubTracing" + ] }, { - "VerbName": "Set", - "NounName": "AzIotHubDeviceParent", - "Name": "Set-AzIotHubDeviceParent", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzIotHubDeviceParent", + "VerbName": "Add", + "NounName": "AzIotHubModule", + "Name": "Add-AzIotHubModule", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.AddAzIotHubModule", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -11911,22 +20958,19 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevice, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", - "Capabilities": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities", "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", - "Status": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", "ConnectionStateUpdatedTime": "System.DateTime", - "StatusUpdatedTime": "System.DateTime", "LastActivityTime": "System.DateTime", "CloudToDeviceMessageCount": "System.Int32", "Id": "System.String", + "DeviceId": "System.String", "GenerationId": "System.String", "ETag": "System.String", - "StatusReason": "System.String", - "Scope": "System.String" + "ManagedBy": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -11977,7 +21021,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -12104,7 +21148,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ParentDeviceId", + "Name": "ModuleId", "AliasList": [], "Type": { "Namespace": "System", @@ -12122,16 +21166,101 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "Force", + "Name": "AuthMethod", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -12184,7 +21313,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -12269,7 +21398,7 @@ }, { "ParameterMetadata": { - "Name": "ParentDeviceId", + "Name": "ModuleId", "AliasList": [], "Type": { "Namespace": "System", @@ -12293,16 +21422,101 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "AuthMethod", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -12433,7 +21647,7 @@ }, { "ParameterMetadata": { - "Name": "ParentDeviceId", + "Name": "ModuleId", "AliasList": [], "Type": { "Namespace": "System", @@ -12457,16 +21671,101 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "AuthMethod", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -12573,7 +21872,7 @@ }, { "ParameterMetadata": { - "Name": "ParentDeviceId", + "Name": "ModuleId", "AliasList": [], "Type": { "Namespace": "System", @@ -12597,16 +21896,101 @@ }, { "ParameterMetadata": { - "Name": "Force", + "Name": "AuthMethod", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -12665,16 +22049,101 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "Force", + "Name": "AuthMethod", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], @@ -12733,9 +22202,9 @@ }, { "VerbName": "Get", - "NounName": "AzIotHubDistributedTracing", - "Name": "Get-AzIotHubDistributedTracing", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubDistributedTracing", + "NounName": "AzIotHubModule", + "Name": "Get-AzIotHubModule", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubModule", "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, @@ -12744,12 +22213,95 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceTracing", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceTracing, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "TracingOption": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracing", - "IsSynced": "System.Boolean", - "DeviceId": "System.String" + "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", + "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", + "ConnectionStateUpdatedTime": "System.DateTime", + "LastActivityTime": "System.DateTime", + "CloudToDeviceMessageCount": "System.Int32", + "Id": "System.String", + "DeviceId": "System.String", + "GenerationId": "System.String", + "ETag": "System.String", + "ManagedBy": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + }, + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "Subscriptionid": "System.String", + "Resourcegroup": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -12788,66 +22340,23 @@ } ] }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { - "Name": "InputObject", + "Name": "ResourceGroupName", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", - "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", - "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "Id": "System.String", - "Name": "System.String", - "Type": "System.String", - "Location": "System.String", - "Subscriptionid": "System.String", - "Resourcegroup": "System.String" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, @@ -12855,7 +22364,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceGroupName", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -12873,7 +22382,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceId", + "Name": "IotHubName", "AliasList": [], "Type": { "Namespace": "System", @@ -12891,7 +22400,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "IotHubName", + "Name": "DeviceId", "AliasList": [], "Type": { "Namespace": "System", @@ -12909,7 +22418,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "DeviceId", + "Name": "ModuleId", "AliasList": [], "Type": { "Namespace": "System", @@ -12971,7 +22480,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -13054,6 +22563,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ModuleId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -13170,6 +22703,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ModuleId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -13262,6 +22819,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ModuleId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -13348,16 +22929,14 @@ ] } ], - "AliasList": [ - "Get-AzIotHubTracing" - ] + "AliasList": [] }, { - "VerbName": "Set", - "NounName": "AzIotHubDistributedTracing", - "Name": "Set-AzIotHubDistributedTracing", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzIotHubDistributedTracing", - "SupportsShouldProcess": true, + "VerbName": "Get", + "NounName": "AzIotHubModuleConnectionString", + "Name": "Get-AzIotHubModuleConnectionString", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubModuleConnectionString", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", @@ -13365,12 +22944,11 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceTracing", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceTracing, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModuleConnectionString", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModuleConnectionString, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "TracingOption": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracing", - "IsSynced": "System.Boolean", - "DeviceId": "System.String" + "ModuleId": "System.String", + "ConnectionString": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -13421,7 +22999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -13548,14 +23126,30 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "SamplingMode", - "AliasList": [ - "Mode" - ], + "Name": "ModuleId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "KeyType", + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13652,26 +23246,6 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - { - "Name": "SamplingRate", - "AliasList": [ - "Rate" - ], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 0, - "ValidateRangeMax": 100, - "ValidateNotNullOrEmpty": false - }, { "Name": "DefaultProfile", "AliasList": [ @@ -13717,7 +23291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -13802,14 +23376,36 @@ }, { "ParameterMetadata": { - "Name": "SamplingMode", - "AliasList": [ - "Mode" - ], + "Name": "ModuleId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyType", + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13906,32 +23502,6 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SamplingRate", - "AliasList": [ - "Rate" - ], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 0, - "ValidateRangeMax": 100, - "ValidateNotNullOrEmpty": false - }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, @@ -14055,14 +23625,36 @@ }, { "ParameterMetadata": { - "Name": "SamplingMode", - "AliasList": [ - "Mode" - ], + "Name": "ModuleId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyType", + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14159,32 +23751,6 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SamplingRate", - "AliasList": [ - "Rate" - ], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 0, - "ValidateRangeMax": 100, - "ValidateNotNullOrEmpty": false - }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, @@ -14284,14 +23850,36 @@ }, { "ParameterMetadata": { - "Name": "SamplingMode", - "AliasList": [ - "Mode" - ], + "Name": "ModuleId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "KeyType", + "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14388,32 +23976,6 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "SamplingRate", - "AliasList": [ - "Rate" - ], - "Type": { - "Namespace": "System", - "Name": "System.Int32", - "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": 0, - "ValidateRangeMax": 100, - "ValidateNotNullOrEmpty": false - }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, @@ -14506,15 +24068,15 @@ } ], "AliasList": [ - "Set-AzIotHubTracing" + "Get-AzIotHubMCS" ] }, { - "VerbName": "Add", - "NounName": "AzIotHubModule", - "Name": "Add-AzIotHubModule", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.AddAzIotHubModule", - "SupportsShouldProcess": true, + "VerbName": "Get", + "NounName": "AzIotHubModuleTwin", + "Name": "Get-AzIotHubModuleTwin", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubModuleTwin", + "SupportsShouldProcess": false, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", @@ -14522,19 +24084,24 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModuleTwin", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModuleTwin, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", + "AuthenticationType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationType", "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", + "Status": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "Capabilities": "Microsoft.Azure.Devices.Shared.DeviceCapabilities", + "Tags": "Microsoft.Azure.Devices.Shared.TwinCollection", + "Properties": "Microsoft.Azure.Devices.Shared.TwinProperties", "ConnectionStateUpdatedTime": "System.DateTime", + "StatusUpdatedTime": "System.DateTime", "LastActivityTime": "System.DateTime", "CloudToDeviceMessageCount": "System.Int32", - "Id": "System.String", + "Version": "System.Int64", + "ModuleId": "System.String", "DeviceId": "System.String", - "GenerationId": "System.String", "ETag": "System.String", - "ManagedBy": "System.String" + "StatusReason": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -14585,7 +24152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -14643,194 +24210,91 @@ "Name": "ResourceGroupName", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "IotHubName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "DeviceId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ModuleId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "AuthMethod", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "IotHubName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ModuleId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, { "Name": "DefaultProfile", @@ -14877,7 +24341,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -14980,115 +24444,6 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AuthMethod", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -15229,115 +24584,6 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 3, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AuthMethod", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -15454,115 +24700,6 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 2, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AuthMethod", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -15613,109 +24750,24 @@ "Parameters": [ { "ParameterMetadata": { - "Name": "AuthMethod", + "Name": "ModuleId", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, + "Mandatory": true, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false @@ -15761,15 +24813,15 @@ } ] } - ], - "AliasList": [] - }, - { - "VerbName": "Get", - "NounName": "AzIotHubModule", - "Name": "Get-AzIotHubModule", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubModule", - "SupportsShouldProcess": false, + ], + "AliasList": [] + }, + { + "VerbName": "Invoke", + "NounName": "AzIotHubModuleMethod", + "Name": "Invoke-AzIotHubModuleMethod", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.InvokeAzIotHubModuleMethod", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", @@ -15777,19 +24829,11 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceMethodResult", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceMethodResult, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", - "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", - "ConnectionStateUpdatedTime": "System.DateTime", - "LastActivityTime": "System.DateTime", - "CloudToDeviceMessageCount": "System.Int32", - "Id": "System.String", - "DeviceId": "System.String", - "GenerationId": "System.String", - "ETag": "System.String", - "ManagedBy": "System.String" + "Status": "System.Int32", + "Payload": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -15831,21 +24875,6 @@ "ParameterSets": [ "__AllParameterSets" ] - }, - { - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ParameterSets": [ - "__AllParameterSets" - ] } ], "Parameters": [ @@ -15855,7 +24884,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -15910,7 +24939,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceGroupName", + "Name": "ResourceId", "AliasList": [], "Type": { "Namespace": "System", @@ -15928,7 +24957,7 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "ResourceId", + "Name": "ResourceGroupName", "AliasList": [], "Type": { "Namespace": "System", @@ -15999,6 +25028,78 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Payload", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResponseTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ConnectionTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 10, + "ValidateRangeMax": 300, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -16044,7 +25145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -16100,12 +25201,436 @@ }, "Mandatory": true, "Position": 0, - "ValueFromPipeline": true, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ModuleId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Payload", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResponseTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectionTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 10, + "ValidateRangeMax": 300, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceIdSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ModuleId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Payload", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResponseTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConnectionTimeOut", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 10, + "ValidateRangeMax": 300, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ResourceSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DeviceId", + "Name": "IotHubName", "AliasList": [], "Type": { "Namespace": "System", @@ -16129,7 +25654,7 @@ }, { "ParameterMetadata": { - "Name": "ModuleId", + "Name": "DeviceId", "AliasList": [], "Type": { "Namespace": "System", @@ -16146,58 +25671,38 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "ModuleId", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 3, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "ResourceSet", - "Parameters": [ + }, { "ParameterMetadata": { - "Name": "ResourceGroupName", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -16212,16 +25717,16 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, - "Position": 0, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "IotHubName", + "Name": "Payload", "AliasList": [], "Type": { "Namespace": "System", @@ -16236,21 +25741,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 1, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DeviceId", + "Name": "ResponseTimeOut", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16260,21 +25765,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 2, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ModuleId", + "Name": "ConnectionTimeOut", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16282,9 +25787,9 @@ "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateRangeMin": 10, + "ValidateRangeMax": 300, + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -16333,11 +25838,11 @@ ] }, { - "Name": "ResourceIdSet", + "Name": "__AllParameterSets", "Parameters": [ { "ParameterMetadata": { - "Name": "ResourceId", + "Name": "Name", "AliasList": [], "Type": { "Namespace": "System", @@ -16352,16 +25857,16 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": true, - "Position": 0, + "Position": -2147483648, "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": true + "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DeviceId", + "Name": "Payload", "AliasList": [], "Type": { "Namespace": "System", @@ -16376,21 +25881,21 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, - "Mandatory": true, - "Position": 1, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ModuleId", + "Name": "ResponseTimeOut", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16400,7 +25905,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -16409,48 +25914,28 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], + "Name": "ConnectionTimeOut", + "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureEnvironment]", - "Subscriptions": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription]" - }, + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, + "ValidateRangeMin": 10, + "ValidateRangeMax": 300, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -16496,60 +25981,25 @@ "AliasList": [] }, { - "VerbName": "Get", - "NounName": "AzIotHubModuleConnectionString", - "Name": "Get-AzIotHubModuleConnectionString", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.GetAzIotHubModuleConnectionString", - "SupportsShouldProcess": false, + "VerbName": "Remove", + "NounName": "AzIotHubModule", + "Name": "Remove-AzIotHubModule", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.RemoveAzIotHubModule", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, "DefaultParameterSetName": "ResourceSet", "OutputTypes": [ { "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModuleConnectionString", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModuleConnectionString, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "ModuleId": "System.String", - "ConnectionString": "System.String" - }, + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Methods": [], + "Constructors": [] }, "ParameterSets": [ "__AllParameterSets" @@ -16563,7 +26013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -16708,101 +26158,16 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "KeyType", + "Name": "PassThru", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -16855,7 +26220,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -16964,101 +26329,16 @@ }, { "ParameterMetadata": { - "Name": "KeyType", + "Name": "PassThru", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -17189,125 +26469,40 @@ }, { "ParameterMetadata": { - "Name": "ModuleId", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "KeyType", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Name": "ModuleId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -17438,101 +26633,16 @@ }, { "ParameterMetadata": { - "Name": "KeyType", + "Name": "PassThru", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSKeyType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -17589,6 +26699,30 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -17631,15 +26765,13 @@ ] } ], - "AliasList": [ - "Get-AzIotHubMCS" - ] + "AliasList": [] }, { - "VerbName": "Remove", + "VerbName": "Set", "NounName": "AzIotHubModule", - "Name": "Remove-AzIotHubModule", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.RemoveAzIotHubModule", + "Name": "Set-AzIotHubModule", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzIotHubModule", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -17647,14 +26779,57 @@ "OutputTypes": [ { "Type": { - "Namespace": "System", - "Name": "System.Boolean", - "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", + "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", + "ConnectionStateUpdatedTime": "System.DateTime", + "LastActivityTime": "System.DateTime", + "CloudToDeviceMessageCount": "System.Int32", + "Id": "System.String", + "DeviceId": "System.String", + "GenerationId": "System.String", + "ETag": "System.String", + "ManagedBy": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] }, "ParameterSets": [ "__AllParameterSets" @@ -17668,7 +26843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -17813,22 +26988,107 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "PassThru", + "Name": "AuthMethod", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { "Name": "DefaultProfile", @@ -17875,7 +27135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -17977,29 +27237,114 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "AuthMethod", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -18141,29 +27486,114 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 3, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "AuthMethod", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -18281,29 +27711,114 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 2, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "PassThru", + "Name": "AuthMethod", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": false, "Position": -2147483648, @@ -18354,30 +27869,6 @@ { "Name": "__AllParameterSets", "Parameters": [ - { - "ParameterMetadata": { - "Name": "PassThru", - "AliasList": [], - "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -18423,10 +27914,10 @@ "AliasList": [] }, { - "VerbName": "Set", - "NounName": "AzIotHubModule", - "Name": "Set-AzIotHubModule", - "ClassName": "Microsoft.Azure.Commands.Management.IotHub.SetAzIotHubModule", + "VerbName": "Update", + "NounName": "AzIotHubModuleTwin", + "Name": "Update-AzIotHubModuleTwin", + "ClassName": "Microsoft.Azure.Commands.Management.IotHub.UpdateAzIotHubModuleTwin", "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, @@ -18435,19 +27926,24 @@ { "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModuleTwin", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModuleTwin, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", + "AuthenticationType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationType", "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", + "Status": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "Capabilities": "Microsoft.Azure.Devices.Shared.DeviceCapabilities", + "Tags": "Microsoft.Azure.Devices.Shared.TwinCollection", + "Properties": "Microsoft.Azure.Devices.Shared.TwinProperties", "ConnectionStateUpdatedTime": "System.DateTime", + "StatusUpdatedTime": "System.DateTime", "LastActivityTime": "System.DateTime", "CloudToDeviceMessageCount": "System.Int32", - "Id": "System.String", + "Version": "System.Int64", + "ModuleId": "System.String", "DeviceId": "System.String", - "GenerationId": "System.String", "ETag": "System.String", - "ManagedBy": "System.String" + "StatusReason": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -18498,7 +27994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -18643,101 +28139,34 @@ "ValidateNotNullOrEmpty": true }, { - "Name": "AuthMethod", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Desired", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -18745,6 +28174,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "Partial", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -18790,7 +28237,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -18845,18 +28292,66 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 0, - "ValueFromPipeline": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DeviceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ModuleId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "DeviceId", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18868,19 +28363,19 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, - "Position": 1, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "ModuleId", + "Name": "Desired", "AliasList": [], "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18892,114 +28387,29 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, - "Mandatory": true, - "Position": 2, + "Mandatory": false, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AuthMethod", + "Name": "Partial", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], "Constructors": [] }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, @@ -19142,107 +28552,46 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 3, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AuthMethod", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Desired", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -19255,6 +28604,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Partial", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -19367,107 +28740,46 @@ "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": 2, + "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, { "ParameterMetadata": { - "Name": "AuthMethod", + "Name": "Tag", "AliasList": [], "Type": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceAuthType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Desired", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], "Constructors": [] }, "ValidateSet": [], @@ -19480,6 +28792,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "Partial", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -19524,6 +28860,102 @@ { "Name": "__AllParameterSets", "Parameters": [ + { + "ParameterMetadata": { + "Name": "ModuleId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Desired", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Partial", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -19582,7 +29014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubConsumerGroupInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubConsumerGroupInfo, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubConsumerGroupInfo, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Id": "System.String", @@ -19815,7 +29247,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -20162,7 +29594,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties", "ResourceGroupName": "System.String", @@ -20221,7 +29653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -20392,7 +29824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -20809,7 +30241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateWithNonceDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateWithNonceDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateWithNonceDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificatePropertiesWithNonce", "ResourceGroupName": "System.String", @@ -20868,7 +30300,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties", "ResourceGroupName": "System.String", @@ -21055,7 +30487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties", "ResourceGroupName": "System.String", @@ -21448,7 +30880,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rights": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", "KeyName": "System.String", @@ -21720,7 +31152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobResponse, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobResponse, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Status": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus]", "StartTimeUtc": "System.Nullable`1[System.DateTime]", @@ -21995,7 +31427,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rights": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", "KeyName": "System.String", @@ -22421,7 +31853,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubQuotaMetric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubQuotaMetric, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubQuotaMetric, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "CurrentValue": "System.String", @@ -22650,7 +32082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubRegistryStatistics", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubRegistryStatistics, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubRegistryStatistics, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TotalDeviceCount": "System.Nullable`1[System.Int64]", "EnabledDeviceCount": "System.Nullable`1[System.Int64]", @@ -22879,7 +32311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubCapacity", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -23127,7 +32559,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -23316,7 +32748,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -23829,7 +33261,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -23926,7 +33358,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24065,7 +33497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubInputProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubInputProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubInputProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Features": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCapabilities", "CloudToDevice": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties", @@ -24212,7 +33644,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -24369,7 +33801,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubInputProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubInputProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubInputProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Features": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCapabilities", "CloudToDevice": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties", @@ -24486,7 +33918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobResponse, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobResponse, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Status": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus]", "StartTimeUtc": "System.Nullable`1[System.DateTime]", @@ -24803,7 +34235,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobResponse, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobResponse, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Status": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus]", "StartTimeUtc": "System.Nullable`1[System.DateTime]", @@ -25120,7 +34552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rights": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", "KeyName": "System.String", @@ -25824,7 +35256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties", "ResourceGroupName": "System.String", @@ -26029,7 +35461,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties", "ResourceGroupName": "System.String", @@ -26753,7 +36185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rights": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", "KeyName": "System.String", @@ -27179,7 +36611,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointNames": "System.Collections.Generic.IList`1[System.String]", "Value": "System.String", @@ -27234,7 +36666,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -27441,7 +36873,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -27980,7 +37412,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "EndpointNames": "System.Collections.Generic.IList`1[System.String]", @@ -28037,7 +37469,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -28169,7 +37601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28365,7 +37797,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -28455,7 +37887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28752,7 +38184,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29025,7 +38457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29349,7 +38781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionString": "System.String", "Name": "System.String", @@ -29401,7 +38833,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionString": "System.String", "Name": "System.String", @@ -29453,7 +38885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionString": "System.String", "Name": "System.String", @@ -29505,7 +38937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BatchFrequencyInSeconds": "System.Nullable`1[System.Int32]", "MaxChunkSizeInBytes": "System.Nullable`1[System.Int32]", @@ -29566,7 +38998,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -29698,7 +39130,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29894,7 +39326,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -29984,7 +39416,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30281,7 +39713,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30554,7 +39986,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -30830,7 +40262,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointNames": "System.Collections.Generic.IList`1[System.String]", "Value": "System.String", @@ -30881,7 +40313,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentProperties", "GenericTypeArguments": [], @@ -30900,7 +40332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -31071,7 +40503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -31466,7 +40898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "EndpointNames": "System.Collections.Generic.IList`1[System.String]", @@ -31519,7 +40951,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties", "GenericTypeArguments": [], @@ -31538,7 +40970,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -31709,7 +41141,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -32126,7 +41558,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionString": "System.String", "Name": "System.String", @@ -32178,7 +41610,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -32195,7 +41627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionString": "System.String", "Name": "System.String", @@ -32247,7 +41679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties", "GenericTypeArguments": [], @@ -32262,7 +41694,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionString": "System.String", "Name": "System.String", @@ -32314,7 +41746,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties", "GenericTypeArguments": [], @@ -32329,7 +41761,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BatchFrequencyInSeconds": "System.Nullable`1[System.Int32]", "MaxChunkSizeInBytes": "System.Nullable`1[System.Int32]", @@ -32386,7 +41818,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties", "GenericTypeArguments": [], @@ -32401,7 +41833,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingCustomEndpoint[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingCustomEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingCustomEndpoint[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingCustomEndpoint", "GenericTypeArguments": [], @@ -32420,7 +41852,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -32534,7 +41966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32694,7 +42126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -32760,7 +42192,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32985,7 +42417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33186,7 +42618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33363,7 +42795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33566,7 +42998,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -33755,7 +43187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -34265,7 +43697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -34454,7 +43886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -34986,7 +44418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -35118,7 +44550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35278,7 +44710,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -35368,7 +44800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35617,7 +45049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35842,7 +45274,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36043,7 +45475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36227,7 +45659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointNames": "System.Collections.Generic.IList`1[System.String]", "Value": "System.String", @@ -36282,7 +45714,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -36489,7 +45921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -37028,7 +46460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "EndpointNames": "System.Collections.Generic.IList`1[System.String]", @@ -37085,7 +46517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -37217,7 +46649,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -37330,7 +46762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -37420,7 +46852,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -37634,7 +47066,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -37824,7 +47256,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -37966,7 +47398,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -38115,7 +47547,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTestRouteResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTestRouteResult, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTestRouteResult, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Details": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTestRouteResultDetails", "Result": "System.String" @@ -38165,7 +47597,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Location": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteErrorRange", "Severity": "System.String", @@ -38216,7 +47648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties[], Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties", "GenericTypeArguments": [], @@ -38235,7 +47667,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -38367,7 +47799,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38581,7 +48013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -38811,7 +48243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -38877,7 +48309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39362,7 +48794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39799,7 +49231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40151,7 +49583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -40248,7 +49680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40497,7 +49929,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Feedback": "Microsoft.Azure.Commands.Management.IotHub.Models.PSFeedbackProperties", "MaxDeliveryCount": "System.Nullable`1[System.Int32]", @@ -40551,7 +49983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Endpoints": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEndpoints", "FallbackRoute": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata", @@ -40606,7 +50038,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40626,7 +50058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.IotHub.Models", "Name": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "EndpointNames": "System.Collections.Generic.IList`1[System.String]", @@ -40813,7 +50245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41392,7 +50824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Feedback": "Microsoft.Azure.Commands.Management.IotHub.Models.PSFeedbackProperties", "MaxDeliveryCount": "System.Nullable`1[System.Int32]", @@ -41544,7 +50976,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Endpoints": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEndpoints", "FallbackRoute": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata", @@ -41697,7 +51129,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -41815,7 +51247,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.IotHub.Models", "Name": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "EndpointNames": "System.Collections.Generic.IList`1[System.String]", @@ -41976,7 +51408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties", "ResourceGroupName": "System.String", @@ -42035,7 +51467,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties", "ResourceGroupName": "System.String", @@ -42240,7 +51672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties", "ResourceGroupName": "System.String", @@ -42705,7 +52137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", "Sku": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", @@ -43223,7 +52655,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificateProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsVerified": "System.Nullable`1[System.Boolean]", "Expiry": "System.Nullable`1[System.DateTime]", @@ -43506,7 +52938,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43608,14 +53040,13 @@ "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationContent": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationContent", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationContent, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Type": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationType", - "SymmetricKey": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSymmetricKey", - "X509Thumbprint": "Microsoft.Azure.Commands.Management.IotHub.Models.PSX509Thumbprint" + "DeviceContent": "System.Collections.Hashtable", + "ModulesContent": "System.Collections.Hashtable" }, "ElementType": null, "GenericTypeArguments": [], @@ -43654,10 +53085,120 @@ } ] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationType": { + "System.Collections.Hashtable": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetrics": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetrics", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetrics, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Results": "System.Collections.Hashtable", + "Queries": "System.Collections.Hashtable" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Features": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCapabilities", + "CloudToDevice": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties", + "Routing": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties", + "EventHubEndpoints": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties]", + "MessagingEndpoints": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties]", + "StorageEndpoints": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties]", + "Locations": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription]", + "AuthorizationPolicies": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule]", + "EnableFileUploadNotifications": "System.Nullable`1[System.Boolean]", + "HostName": "System.String", + "Comments": "System.String", + "State": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Commands.Management.IotHub.Models.PSCapabilities": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCapabilities", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCapabilities, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43749,13 +53290,14 @@ ], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSSymmetricKey": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSymmetricKey", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSymmetricKey, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "PrimaryKey": "System.String", - "SecondaryKey": "System.String" + "Feedback": "Microsoft.Azure.Commands.Management.IotHub.Models.PSFeedbackProperties", + "MaxDeliveryCount": "System.Nullable`1[System.Int32]", + "DefaultTtlAsIso8601": "System.Nullable`1[System.TimeSpan]" }, "ElementType": null, "GenericTypeArguments": [], @@ -43794,13 +53336,14 @@ } ] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSX509Thumbprint": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSFeedbackProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSX509Thumbprint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSX509Thumbprint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSFeedbackProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSFeedbackProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "PrimaryThumbprint": "System.String", - "SecondaryThumbprint": "System.String" + "MaxDeliveryCount": "System.Nullable`1[System.Int32]", + "TtlAsIso8601": "System.Nullable`1[System.TimeSpan]", + "LockDurationAsIso8601": "System.Nullable`1[System.TimeSpan]" }, "ElementType": null, "GenericTypeArguments": [], @@ -43839,12 +53382,49 @@ } ] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities": { + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.TimeSpan" + ], + "Methods": [], + "Constructors": [] + }, + "System.TimeSpan": { + "Namespace": "System", + "Name": "System.TimeSpan", + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "IotEdge": "System.Boolean" + "Endpoints": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEndpoints", + "FallbackRoute": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata", + "Enrichments": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata]", + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata]" }, "ElementType": null, "GenericTypeArguments": [], @@ -43883,92 +53463,38 @@ } ] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEndpoints": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEndpoints", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEndpoints, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "EventHubs": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties]", + "ServiceBusQueues": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties]", + "ServiceBusTopics": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties]", + "StorageContainers": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties]" + }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [], "ReturnType": "System.String" }, { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", + "Name": "Equals", "Parameters": [ { - "Name": "flag", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetTypeCode", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.Int32" }, { "Name": "GetType", @@ -43976,94 +53502,58 @@ "ReturnType": "System.Type" } ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties" + ], + "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": {}, + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "ConnectionString": "System.String", + "Name": "System.String", + "SubscriptionId": "System.String", + "ResourceGroup": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, { "Name": "ToString", "Parameters": [], "ReturnType": "System.String" }, { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", + "Name": "Equals", "Parameters": [ { - "Name": "flag", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetTypeCode", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.Int32" }, { "Name": "GetType", @@ -44071,25 +53561,35 @@ "ReturnType": "System.Type" } ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties" + ], + "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Features": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCapabilities", - "CloudToDevice": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties", - "Routing": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties", - "EventHubEndpoints": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties]", - "MessagingEndpoints": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties]", - "StorageEndpoints": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties]", - "Locations": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription]", - "AuthorizationPolicies": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule]", - "EnableFileUploadNotifications": "System.Nullable`1[System.Boolean]", - "HostName": "System.String", - "Comments": "System.String", - "State": "System.String" + "ConnectionString": "System.String", + "Name": "System.String", + "SubscriptionId": "System.String", + "ResourceGroup": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -44128,14 +53628,36 @@ } ] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSCapabilities": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCapabilities", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCapabilities, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "ConnectionString": "System.String", + "Name": "System.String", + "SubscriptionId": "System.String", + "ResourceGroup": "System.String" + }, + "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, { "Name": "Equals", "Parameters": [ @@ -44151,69 +53673,117 @@ "Parameters": [], "ReturnType": "System.Int32" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "BatchFrequencyInSeconds": "System.Nullable`1[System.Int32]", + "MaxChunkSizeInBytes": "System.Nullable`1[System.Int32]", + "ConnectionString": "System.String", + "Name": "System.String", + "SubscriptionId": "System.String", + "ResourceGroup": "System.String", + "ContainerName": "System.String", + "FileNameFormat": "System.String", + "Encoding": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "ToString", "Parameters": [], "ReturnType": "System.String" }, { - "Name": "ToString", + "Name": "Equals", "Parameters": [ { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], + "Name": "GetHashCode", + "Parameters": [], "ReturnType": "System.Int32" }, { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata": { + "Namespace": "Microsoft.Azure.Management.IotHub.Models", + "Name": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata", + "AssemblyQualifiedName": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IsEnabled": "System.Boolean", + "EndpointNames": "System.Collections.Generic.IList`1[System.String]", + "Condition": "System.String", + "Source": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "HasFlag", + "Name": "Equals", "Parameters": [ { - "Name": "flag", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetTypeCode", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.Int32" }, { "Name": "GetType", @@ -44221,16 +53791,34 @@ "ReturnType": "System.Type" } ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata" + ], + "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Feedback": "Microsoft.Azure.Commands.Management.IotHub.Models.PSFeedbackProperties", - "MaxDeliveryCount": "System.Nullable`1[System.Int32]", - "DefaultTtlAsIso8601": "System.Nullable`1[System.TimeSpan]" + "EndpointNames": "System.Collections.Generic.IList`1[System.String]", + "Value": "System.String", + "Key": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -44269,14 +53857,28 @@ } ] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSFeedbackProperties": { + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSFeedbackProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSFeedbackProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "MaxDeliveryCount": "System.Nullable`1[System.Int32]", - "TtlAsIso8601": "System.Nullable`1[System.TimeSpan]", - "LockDurationAsIso8601": "System.Nullable`1[System.TimeSpan]" + "IsEnabled": "System.Boolean", + "EndpointNames": "System.Collections.Generic.IList`1[System.String]", + "Name": "System.String", + "Condition": "System.String", + "Source": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -44315,49 +53917,29 @@ } ] }, - "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", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "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", + "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties]", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "System.TimeSpan" + "System.String", + "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties" ], "Methods": [], "Constructors": [] }, - "System.TimeSpan": { - "Namespace": "System", - "Name": "System.TimeSpan", - "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Endpoints": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEndpoints", - "FallbackRoute": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata", - "Enrichments": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata]", - "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata]" + "PartitionIds": "System.Collections.Generic.IList`1[System.String]", + "PartitionCount": "System.Nullable`1[System.Int32]", + "RetentionTimeInDays": "System.Nullable`1[System.Int64]", + "Path": "System.String", + "Endpoint": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -44396,15 +53978,39 @@ } ] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEndpoints": { + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int64" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties]", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String", + "Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEndpoints", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEndpoints, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "EventHubs": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties]", - "ServiceBusQueues": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties]", - "ServiceBusTopics": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties]", - "StorageContainers": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties]" + "MaxDeliveryCount": "System.Nullable`1[System.Int32]", + "TtlAsIso8601": "System.Nullable`1[System.TimeSpan]", + "LockDurationAsIso8601": "System.Nullable`1[System.TimeSpan]" }, "ElementType": null, "GenericTypeArguments": [], @@ -44443,27 +54049,27 @@ } ] }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties]": { + "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties]", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties" + "System.String", + "Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingEventHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "SasTtlAsIso8601": "System.Nullable`1[System.TimeSpan]", "ConnectionString": "System.String", - "Name": "System.String", - "SubscriptionId": "System.String", - "ResourceGroup": "System.String" + "ContainerName": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -44502,27 +54108,25 @@ } ] }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties]": { + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties" + "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusQueueEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "ConnectionString": "System.String", - "Name": "System.String", - "SubscriptionId": "System.String", - "ResourceGroup": "System.String" + "Location": "System.String", + "Role": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -44561,27 +54165,27 @@ } ] }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties]": { + "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties" + "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingServiceBusTopicEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "ConnectionString": "System.String", - "Name": "System.String", - "SubscriptionId": "System.String", - "ResourceGroup": "System.String" + "Rights": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", + "KeyName": "System.String", + "PrimaryKey": "System.String", + "SecondaryKey": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -44620,32 +54224,14 @@ } ] }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingStorageContainerProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "BatchFrequencyInSeconds": "System.Nullable`1[System.Int32]", - "MaxChunkSizeInBytes": "System.Nullable`1[System.Int32]", - "ConnectionString": "System.String", - "Name": "System.String", - "SubscriptionId": "System.String", - "ResourceGroup": "System.String", - "ContainerName": "System.String", - "FileNameFormat": "System.String", - "Encoding": "System.String" + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku", + "Tier": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuTier", + "Capacity": "System.Nullable`1[System.Int64]" }, "ElementType": null, "GenericTypeArguments": [], @@ -44684,25 +54270,109 @@ } ] }, - "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata": { - "Namespace": "Microsoft.Azure.Management.IotHub.Models", - "Name": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Management.IotHub.Models.PSFallbackRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "IsEnabled": "System.Boolean", - "EndpointNames": "System.Collections.Generic.IList`1[System.String]", - "Condition": "System.String", - "Source": "System.String", - "Name": "System.String" - }, + "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, { "Name": "ToString", "Parameters": [], "ReturnType": "System.String" }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuTier": { + "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuTier", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuTier, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "Equals", "Parameters": [ @@ -44714,9 +54384,73 @@ "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.TypeCode" }, { "Name": "GetType", @@ -44724,34 +54458,25 @@ "ReturnType": "System.Type" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata" - ], - "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurations": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurations", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurations, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "EndpointNames": "System.Collections.Generic.IList`1[System.String]", - "Value": "System.String", - "Key": "System.String" + "Content": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationContent", + "SystemMetrics": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetrics", + "Metrics": "Microsoft.Azure.Commands.Management.IotHub.Models.PSConfigurationMetrics", + "Labels": "System.Collections.Hashtable", + "CreatedTimeUtc": "System.DateTime", + "LastUpdatedTimeUtc": "System.DateTime", + "Priority": "System.Int32", + "Id": "System.String", + "SchemaVersion": "System.String", + "ContentType": "System.String", + "TargetCondition": "System.String", + "ETag": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -44790,28 +54515,14 @@ } ] }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteMetadata, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "IsEnabled": "System.Boolean", - "EndpointNames": "System.Collections.Generic.IList`1[System.String]", - "Name": "System.String", - "Condition": "System.String", - "Source": "System.String" + "Type": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationType", + "SymmetricKey": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSymmetricKey", + "X509Thumbprint": "Microsoft.Azure.Commands.Management.IotHub.Models.PSX509Thumbprint" }, "ElementType": null, "GenericTypeArguments": [], @@ -44850,38 +54561,14 @@ } ] }, - "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String", - "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationType": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "PartitionIds": "System.Collections.Generic.IList`1[System.String]", - "PartitionCount": "System.Nullable`1[System.Int32]", - "RetentionTimeInDays": "System.Nullable`1[System.Int64]", - "Path": "System.String", - "Endpoint": "System.String" - }, + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationType", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "Equals", "Parameters": [ @@ -44897,135 +54584,69 @@ "Parameters": [], "ReturnType": "System.Int32" }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "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", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int64" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String", - "Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSMessagingEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "MaxDeliveryCount": "System.Nullable`1[System.Int32]", - "TtlAsIso8601": "System.Nullable`1[System.TimeSpan]", - "LockDurationAsIso8601": "System.Nullable`1[System.TimeSpan]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ { "Name": "ToString", "Parameters": [], "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "ToString", "Parameters": [ { - "Name": "obj", + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "GetHashCode", - "Parameters": [], + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.Int32" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String", - "Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties": { - "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSStorageEndpointProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "SasTtlAsIso8601": "System.Nullable`1[System.TimeSpan]", - "ConnectionString": "System.String", - "ContainerName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, { "Name": "ToString", - "Parameters": [], + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "HasFlag", "Parameters": [ { - "Name": "obj", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.TypeCode" }, { "Name": "GetType", @@ -45033,33 +54654,15 @@ "ReturnType": "System.Type" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription" - ], - "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSSymmetricKey": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubLocationDescription, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSymmetricKey", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSymmetricKey, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Location": "System.String", - "Role": "System.String" + "PrimaryKey": "System.String", + "SecondaryKey": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -45098,27 +54701,13 @@ } ] }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSX509Thumbprint": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSSharedAccessSignatureAuthorizationRule, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSX509Thumbprint", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSX509Thumbprint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Rights": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAccessRights", - "KeyName": "System.String", - "PrimaryKey": "System.String", - "SecondaryKey": "System.String" + "PrimaryThumbprint": "System.String", + "SecondaryThumbprint": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -45157,14 +54746,12 @@ } ] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuInfo, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku", - "Tier": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuTier", - "Capacity": "System.Nullable`1[System.Int64]" + "IotEdge": "System.Boolean" }, "ElementType": null, "GenericTypeArguments": [], @@ -45203,10 +54790,10 @@ } ] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSku, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45298,10 +54885,10 @@ ], "Constructors": [] }, - "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuTier": { + "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", - "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuTier", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubSkuTier, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45396,7 +54983,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevices": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevices", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevices, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevices, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", "Capabilities": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceCapabilities", @@ -45452,7 +55039,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevicesChildren": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevicesChildren", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevicesChildren, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDevicesChildren, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ChildrenDeviceId": "System.Collections.Generic.IList`1[System.String]", "DeviceId": "System.String" @@ -45494,10 +55081,302 @@ } ] }, + "Microsoft.Azure.Devices.Shared.DeviceCapabilities": { + "Namespace": "Microsoft.Azure.Devices.Shared", + "Name": "Microsoft.Azure.Devices.Shared.DeviceCapabilities", + "AssemblyQualifiedName": "Microsoft.Azure.Devices.Shared.DeviceCapabilities, Microsoft.Azure.Devices.Shared, Version=1.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IotEdge": "System.Boolean" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Devices.Shared.TwinCollection": { + "Namespace": "Microsoft.Azure.Devices.Shared", + "Name": "Microsoft.Azure.Devices.Shared.TwinCollection", + "AssemblyQualifiedName": "Microsoft.Azure.Devices.Shared.TwinCollection, Microsoft.Azure.Devices.Shared, Version=1.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Count": "System.Int32", + "Version": "System.Int64", + "Item": "System.Object" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetMetadata", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Devices.Shared.Metadata" + }, + { + "Name": "GetLastUpdated", + "Parameters": [], + "ReturnType": "System.DateTime" + }, + { + "Name": "GetLastUpdatedVersion", + "Parameters": [], + "ReturnType": "System.Nullable`1[System.Int64]" + }, + { + "Name": "ToJson", + "Parameters": [ + { + "Name": "formatting", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "Contains", + "Parameters": [ + { + "Name": "propertyName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetEnumerator", + "Parameters": [], + "ReturnType": "System.Collections.IEnumerator" + }, + { + "Name": "ClearMetadata", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "twinJson", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "twinJson", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "metadataJson", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "twinJson", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "metadataJson", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Object": { + "Namespace": "System", + "Name": "System.Object", + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Devices.Shared.Metadata": { + "Namespace": "Microsoft.Azure.Devices.Shared", + "Name": "Microsoft.Azure.Devices.Shared.Metadata", + "AssemblyQualifiedName": "Microsoft.Azure.Devices.Shared.Metadata, Microsoft.Azure.Devices.Shared, Version=1.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "LastUpdated": "System.DateTime", + "LastUpdatedVersion": "System.Nullable`1[System.Int64]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "lastUpdated", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "lastUpdatedVersion", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Collections.IEnumerator": { + "Namespace": "System.Collections", + "Name": "System.Collections.IEnumerator", + "AssemblyQualifiedName": "System.Collections.IEnumerator, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Devices.Shared.TwinProperties": { + "Namespace": "Microsoft.Azure.Devices.Shared", + "Name": "Microsoft.Azure.Devices.Shared.TwinProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Devices.Shared.TwinProperties, Microsoft.Azure.Devices.Shared, Version=1.16.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Desired": "Microsoft.Azure.Devices.Shared.TwinCollection", + "Reported": "Microsoft.Azure.Devices.Shared.TwinCollection" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracing": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracing", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracing, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracing, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SamplingMode": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode", "SamplingRate": "System.Int32" @@ -45542,7 +55421,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDistributedTracingSamplingMode, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45637,7 +55516,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSModules, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Authentication": "Microsoft.Azure.Commands.Management.IotHub.Models.PSAuthenticationMechanism", "ConnectionState": "Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceConnectionState", @@ -45690,7 +55569,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificatePropertiesWithNonce": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificatePropertiesWithNonce", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificatePropertiesWithNonce, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSCertificatePropertiesWithNonce, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsVerified": "System.Nullable`1[System.Boolean]", "Expiry": "System.Nullable`1[System.DateTime]", @@ -45740,7 +55619,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -45752,7 +55631,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubJobStatus, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -45847,7 +55726,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubCapacity": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubCapacity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubCapacity, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubCapacity, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScaleType": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubScaleType]", "Minimum": "System.Nullable`1[System.Int64]", @@ -45894,7 +55773,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubScaleType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubScaleType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubScaleType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubScaleType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -45906,7 +55785,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubScaleType": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubScaleType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubScaleType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHubScaleType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46001,7 +55880,7 @@ "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubInputProperties]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubInputProperties]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubInputProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubInputProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -46014,7 +55893,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubInputProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubInputProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubInputProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEventHubInputProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PartitionCount": "System.Nullable`1[System.Int32]", "RetentionTimeInDays": "System.Nullable`1[System.Int64]" @@ -46059,7 +55938,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEnrichmentProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointNames": "System.Collections.Generic.IList`1[System.String]", "Value": "System.String", @@ -46105,7 +55984,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteProperties, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "EndpointNames": "System.Collections.Generic.IList`1[System.String]", @@ -46153,7 +56032,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingCustomEndpoint": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingCustomEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingCustomEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingCustomEndpoint, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EndpointType": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", "Name": "System.String", @@ -46201,7 +56080,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSEndpointType, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46296,7 +56175,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -46391,7 +56270,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSTestRouteResultDetails": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTestRouteResultDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTestRouteResultDetails, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSTestRouteResultDetails, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CompilationErrors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError]" }, @@ -46435,7 +56314,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -46447,7 +56326,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteCompilationError, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Location": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteErrorRange", "Severity": "System.String", @@ -46493,7 +56372,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteErrorRange": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteErrorRange", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteErrorRange, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteErrorRange, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Start": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteErrorPosition", "End": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteErrorPosition" @@ -46538,7 +56417,7 @@ "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteErrorPosition": { "Namespace": "Microsoft.Azure.Commands.Management.IotHub.Models", "Name": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteErrorPosition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteErrorPosition, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.IotHub.Models.PSRouteErrorPosition, Microsoft.Azure.PowerShell.Cmdlets.IotHub, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Line": "System.Nullable`1[System.Int32]", "Column": "System.Nullable`1[System.Int32]" diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll.json index 103af8dd8a3e..eb508aa0a3a7 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.KeyVault.dll.json @@ -14,7 +14,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CancellationRequested": "System.Nullable`1[System.Boolean]", "Id": "System.String", @@ -116,7 +116,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsNames": "System.Collections.Generic.List`1[System.String]", "KeyUsage": "System.Collections.Generic.List`1[System.String]", @@ -384,7 +384,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsNames": "System.Collections.Generic.List`1[System.String]", "KeyUsage": "System.Collections.Generic.List`1[System.String]", @@ -626,7 +626,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Email": "System.String", "VaultName": "System.String" @@ -698,7 +698,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -992,7 +992,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -1390,7 +1390,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes", "Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey", @@ -1474,7 +1474,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -2377,7 +2377,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -2717,7 +2717,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -3909,7 +3909,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -4189,7 +4189,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -4506,7 +4506,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -4788,7 +4788,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -5107,7 +5107,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -5389,7 +5389,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -5649,7 +5649,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -5731,7 +5731,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceId": "System.String", @@ -5795,7 +5795,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -6350,7 +6350,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -6408,7 +6408,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -6465,7 +6465,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -6524,7 +6524,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -6606,7 +6606,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -7222,7 +7222,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -7431,7 +7431,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -7618,7 +7618,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -8234,7 +8234,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Email": "System.String", "VaultName": "System.String" @@ -8306,7 +8306,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -8516,7 +8516,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -8770,7 +8770,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "IssuerProvider": "System.String", @@ -8821,7 +8821,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OrganizationDetails": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails", "ApiKey": "System.Security.SecureString", @@ -8897,7 +8897,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -9153,7 +9153,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -9485,7 +9485,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CancellationRequested": "System.Nullable`1[System.Boolean]", "Id": "System.String", @@ -9587,7 +9587,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -9781,7 +9781,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -9943,7 +9943,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -10003,7 +10003,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes", "Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey", @@ -10065,7 +10065,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -10127,7 +10127,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes", "Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey", @@ -10213,7 +10213,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -10787,7 +10787,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -10972,7 +10972,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -11159,7 +11159,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -11751,7 +11751,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -11811,7 +11811,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes", "Tags": "System.Collections.Hashtable", @@ -11874,7 +11874,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -11936,7 +11936,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes", "Tags": "System.Collections.Hashtable", @@ -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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -12597,7 +12597,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -12782,7 +12782,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -12969,7 +12969,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -13561,7 +13561,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -14388,7 +14388,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -14956,7 +14956,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15236,7 +15236,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15494,7 +15494,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15552,7 +15552,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15613,7 +15613,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15673,7 +15673,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15758,7 +15758,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -16058,7 +16058,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -16384,7 +16384,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -16436,7 +16436,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -16491,7 +16491,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -16554,7 +16554,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -16656,7 +16656,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -16938,7 +16938,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -17200,7 +17200,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -17306,7 +17306,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -17627,7 +17627,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -17933,7 +17933,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -18058,7 +18058,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -18356,7 +18356,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -18608,7 +18608,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -18691,7 +18691,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -18943,7 +18943,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -19269,7 +19269,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -19366,7 +19366,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -19824,7 +19824,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -20286,7 +20286,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -20389,7 +20389,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -20585,7 +20585,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -20749,7 +20749,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinition, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -20866,7 +20866,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -21158,7 +21158,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultManagedStorageSasDefinitionIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -21304,7 +21304,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -21408,7 +21408,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -21871,7 +21871,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -22337,7 +22337,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -22441,7 +22441,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -22762,7 +22762,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes", "TagsDictionary": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -23068,7 +23068,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -23842,7 +23842,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsNames": "System.Collections.Generic.List`1[System.String]", "KeyUsage": "System.Collections.Generic.List`1[System.String]", @@ -26013,7 +26013,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -26643,7 +26643,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -26850,7 +26850,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -27556,7 +27556,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -27678,7 +27678,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -28766,7 +28766,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -28975,7 +28975,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -29160,7 +29160,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -29345,7 +29345,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -29528,7 +29528,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -30492,7 +30492,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -30591,7 +30591,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -30909,7 +30909,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -31215,7 +31215,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateContact, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Email": "System.String", "VaultName": "System.String" @@ -31287,7 +31287,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -31581,7 +31581,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -31979,7 +31979,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuer, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OrganizationDetails": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails", "ApiKey": "System.Security.SecureString", @@ -32075,7 +32075,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "IssuerProvider": "System.String", @@ -32346,7 +32346,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "IssuerProvider": "System.String", @@ -32597,7 +32597,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CancellationRequested": "System.Nullable`1[System.Boolean]", "Id": "System.String", @@ -32699,7 +32699,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CancellationRequested": "System.Nullable`1[System.Boolean]", "Id": "System.String", @@ -32979,7 +32979,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CancellationRequested": "System.Nullable`1[System.Boolean]", "Id": "System.String", @@ -33239,7 +33239,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes", "Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey", @@ -33345,7 +33345,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -33667,7 +33667,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -33975,7 +33975,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes", "Tags": "System.Collections.Hashtable", @@ -34082,7 +34082,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -34404,7 +34404,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -34712,7 +34712,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -34791,7 +34791,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -35043,7 +35043,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -35369,7 +35369,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes", "Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey", @@ -35453,7 +35453,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -35705,7 +35705,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -36031,7 +36031,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes", "Tags": "System.Collections.Hashtable", @@ -36116,7 +36116,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -36368,7 +36368,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -36694,7 +36694,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -36816,7 +36816,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceId": "System.String", @@ -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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceId": "System.String", @@ -39043,7 +39043,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceId": "System.String", @@ -39364,7 +39364,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceId": "System.String", @@ -39685,7 +39685,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceId": "System.String", @@ -40004,7 +40004,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "ResourceId": "System.String", @@ -41590,7 +41590,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsNames": "System.Collections.Generic.List`1[System.String]", "KeyUsage": "System.Collections.Generic.List`1[System.String]", @@ -41842,7 +41842,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdministratorDetails": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]", "Id": "System.String" @@ -41897,7 +41897,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "IssuerProvider": "System.String", @@ -42198,7 +42198,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdministratorDetails": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]", "Id": "System.String" @@ -42377,7 +42377,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIssuerIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "IssuerProvider": "System.String", @@ -42562,7 +42562,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsNames": "System.Collections.Generic.List`1[System.String]", "KeyUsage": "System.Collections.Generic.List`1[System.String]", @@ -42762,7 +42762,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsNames": "System.Collections.Generic.List`1[System.String]", "KeyUsage": "System.Collections.Generic.List`1[System.String]", @@ -43651,7 +43651,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsNames": "System.Collections.Generic.List`1[System.String]", "KeyUsage": "System.Collections.Generic.List`1[System.String]", @@ -45291,7 +45291,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes", "Tags": "System.Collections.Hashtable", @@ -45396,7 +45396,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -45856,7 +45856,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -46320,7 +46320,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CancellationRequested": "System.Nullable`1[System.Boolean]", "Id": "System.String", @@ -46422,7 +46422,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CancellationRequested": "System.Nullable`1[System.Boolean]", "Id": "System.String", @@ -46660,7 +46660,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CancellationRequested": "System.Nullable`1[System.Boolean]", "Id": "System.String", @@ -46872,7 +46872,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -46971,7 +46971,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -47167,7 +47167,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -47331,7 +47331,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes", "Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey", @@ -47435,7 +47435,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -47633,7 +47633,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -47799,7 +47799,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -47903,7 +47903,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -48204,7 +48204,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -48421,7 +48421,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes", "Tags": "System.Collections.Hashtable", @@ -48526,7 +48526,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -48724,7 +48724,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSDeletedKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -48876,6 +48876,848 @@ ], "AliasList": [] }, + { + "VerbName": "Update", + "NounName": "AzKeyVault", + "Name": "Update-AzKeyVault", + "ClassName": "Microsoft.Azure.Commands.KeyVault.UpdateTopLevelResourceCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "UpdateByNameParameterSet", + "OutputTypes": [ + { + "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=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", + "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", + "OriginalVault": "Microsoft.Azure.Management.KeyVault.Models.Vault", + "EnabledForDeployment": "System.Boolean", + "Tags": "System.Collections.Hashtable", + "TenantId": "System.Guid", + "EnabledForTemplateDeployment": "System.Nullable`1[System.Boolean]", + "EnabledForDiskEncryption": "System.Nullable`1[System.Boolean]", + "EnableSoftDelete": "System.Nullable`1[System.Boolean]", + "EnablePurgeProtection": "System.Nullable`1[System.Boolean]", + "Location": "System.String", + "ResourceGroupName": "System.String", + "VaultName": "System.String", + "ResourceId": "System.String", + "VaultUri": "System.String", + "AccessPoliciesText": "System.String", + "Sku": "System.String", + "TenantName": "System.String", + "NetworkAclsText": "System.String", + "TagsTable": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "vault", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "adClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "VaultName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "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=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", + "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", + "OriginalVault": "Microsoft.Azure.Management.KeyVault.Models.Vault", + "EnabledForDeployment": "System.Boolean", + "Tags": "System.Collections.Hashtable", + "TenantId": "System.Guid", + "EnabledForTemplateDeployment": "System.Nullable`1[System.Boolean]", + "EnabledForDiskEncryption": "System.Nullable`1[System.Boolean]", + "EnableSoftDelete": "System.Nullable`1[System.Boolean]", + "EnablePurgeProtection": "System.Nullable`1[System.Boolean]", + "Location": "System.String", + "ResourceGroupName": "System.String", + "VaultName": "System.String", + "ResourceId": "System.String", + "VaultUri": "System.String", + "AccessPoliciesText": "System.String", + "Sku": "System.String", + "TenantName": "System.String", + "NetworkAclsText": "System.String", + "TagsTable": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "vault", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "adClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "EnableSoftDelete", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "EnablePurgeProtection", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "UpdateByNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VaultName", + "AliasList": [ + "Name" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnableSoftDelete", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnablePurgeProtection", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "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=1.6.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", + "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", + "OriginalVault": "Microsoft.Azure.Management.KeyVault.Models.Vault", + "EnabledForDeployment": "System.Boolean", + "Tags": "System.Collections.Hashtable", + "TenantId": "System.Guid", + "EnabledForTemplateDeployment": "System.Nullable`1[System.Boolean]", + "EnabledForDiskEncryption": "System.Nullable`1[System.Boolean]", + "EnableSoftDelete": "System.Nullable`1[System.Boolean]", + "EnablePurgeProtection": "System.Nullable`1[System.Boolean]", + "Location": "System.String", + "ResourceGroupName": "System.String", + "VaultName": "System.String", + "ResourceId": "System.String", + "VaultUri": "System.String", + "AccessPoliciesText": "System.String", + "Sku": "System.String", + "TenantName": "System.String", + "NetworkAclsText": "System.String", + "TagsTable": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "vault", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "adClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnableSoftDelete", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnablePurgeProtection", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "UpdateByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "EnableSoftDelete", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnablePurgeProtection", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "EnableSoftDelete", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "EnablePurgeProtection", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, { "VerbName": "Update", "NounName": "AzKeyVaultCertificate", @@ -48890,7 +49732,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificate, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -48989,7 +49831,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -49359,7 +50201,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -49697,7 +50539,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKey, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes", "Key": "Microsoft.Azure.KeyVault.WebKey.JsonWebKey", @@ -49801,7 +50643,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -50311,7 +51153,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -50834,7 +51676,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecret, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Attributes": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes", "Tags": "System.Collections.Hashtable", @@ -50939,7 +51781,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -51449,7 +52291,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -51971,7 +52813,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -52075,7 +52917,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -52453,7 +53295,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -52923,7 +53765,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -53027,7 +53869,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -53405,7 +54247,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -53875,7 +54717,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -53979,7 +54821,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -54100,7 +54942,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=1.5.2.0, Culture=neutral, PublicKeyToken=null]], 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=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -54120,7 +54962,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=1.5.2.0, Culture=neutral, PublicKeyToken=null]], 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=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -54281,7 +55123,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=1.5.2.0, Culture=neutral, PublicKeyToken=null]], 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=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -54307,7 +55149,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=1.5.2.0, Culture=neutral, PublicKeyToken=null]], 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=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -54449,7 +55291,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AccessPolicies": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[]", "NetworkAcls": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet", @@ -54540,7 +55382,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=1.5.2.0, Culture=neutral, PublicKeyToken=null]], 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=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -54566,7 +55408,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=1.5.2.0, Culture=neutral, PublicKeyToken=null]], 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=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -54732,7 +55574,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=1.5.2.0, Culture=neutral, PublicKeyToken=null]], 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=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -54758,7 +55600,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=1.5.2.0, Culture=neutral, PublicKeyToken=null]], 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=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -54900,7 +55742,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=1.5.2.0, Culture=neutral, PublicKeyToken=null]], 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=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -54926,7 +55768,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=1.5.2.0, Culture=neutral, PublicKeyToken=null]], 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=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -55075,7 +55917,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificatePolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsNames": "System.Collections.Generic.List`1[System.String]", "KeyUsage": "System.Collections.Generic.List`1[System.String]", @@ -55273,7 +56115,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -55467,7 +56309,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateIdentityItem, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Hashtable", "Enabled": "System.Nullable`1[System.Boolean]", @@ -55629,7 +56471,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FirstName": "System.String", "LastName": "System.String", @@ -55945,7 +56787,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdministratorDetails": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]", "Id": "System.String" @@ -56017,7 +56859,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=1.5.2.0, Culture=neutral, PublicKeyToken=null]], 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=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -56100,7 +56942,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=1.5.2.0, Culture=neutral, PublicKeyToken=null]], 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=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -56568,7 +57410,7 @@ "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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy[], Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy", "GenericTypeArguments": [], @@ -56578,7 +57420,7 @@ "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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultAccessPolicy, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PermissionsToKeys": "System.Collections.Generic.List`1[System.String]", "PermissionsToSecrets": "System.Collections.Generic.List`1[System.String]", @@ -56700,7 +57542,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Bypass": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum", "DefaultAction": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum", @@ -56771,7 +57613,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -56876,7 +57718,7 @@ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultNetworkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -57802,7 +58644,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultKeyAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TagsDirectionary": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Tags": "System.Collections.Hashtable", @@ -58178,7 +59020,7 @@ "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails": { "Namespace": "Microsoft.Azure.Commands.KeyVault.Models", "Name": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdministratorDetails": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]", "Id": "System.String" @@ -58223,7 +59065,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=1.5.2.0, Culture=neutral, PublicKeyToken=null]], 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=1.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -58235,7 +59077,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FirstName": "System.String", "LastName": "System.String", @@ -58292,7 +59134,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultSecretAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TagsDictionary": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Tags": "System.Collections.Hashtable", @@ -58345,7 +59187,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageAccountAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "Created": "System.Nullable`1[System.DateTime]", @@ -58419,7 +59261,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=1.5.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultManagedStorageSasDefinitionAttributes, Microsoft.Azure.PowerShell.Cmdlets.KeyVault, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "Created": "System.Nullable`1[System.DateTime]", diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Monitor.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Monitor.dll.json index 10303693b75b..0e9c5811f059 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Monitor.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Monitor.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -460,7 +460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AznsAction": "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup", "Trigger": "Microsoft.Azure.Management.Monitor.Models.TriggerCondition", @@ -526,7 +526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAznsAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAznsAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAznsAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ActionGroup": "System.Collections.Generic.IList`1[System.String]", "EmailSubject": "System.String", @@ -621,7 +621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleTriggerCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleTriggerCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleTriggerCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MetricTrigger": "Microsoft.Azure.Management.Monitor.Models.LogMetricTrigger", "Threshold": "System.Double", @@ -724,7 +724,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAznsAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAznsAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAznsAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ActionGroup": "System.Collections.Generic.IList`1[System.String]", "EmailSubject": "System.String", @@ -837,7 +837,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleTriggerCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleTriggerCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleTriggerCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MetricTrigger": "Microsoft.Azure.Management.Monitor.Models.LogMetricTrigger", "Threshold": "System.Double", @@ -958,7 +958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAznsAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAznsAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAznsAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ActionGroup": "System.Collections.Generic.IList`1[System.String]", "EmailSubject": "System.String", @@ -1234,7 +1234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -1308,7 +1308,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizedResources": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String", @@ -1373,7 +1373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrequencyInMinutes": "System.Int32", "TimeWindowInMinutes": "System.Int32" @@ -1436,7 +1436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AznsAction": "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup", "Trigger": "Microsoft.Azure.Management.Monitor.Models.TriggerCondition", @@ -1648,7 +1648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizedResources": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String", @@ -1719,7 +1719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrequencyInMinutes": "System.Int32", "TimeWindowInMinutes": "System.Int32" @@ -1788,7 +1788,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AznsAction": "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup", "Trigger": "Microsoft.Azure.Management.Monitor.Models.TriggerCondition", @@ -2054,7 +2054,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleLogMetricTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleLogMetricTrigger, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleLogMetricTrigger, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Threshold": "System.Nullable`1[System.Double]", "ThresholdOperator": "System.String", @@ -2373,7 +2373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrequencyInMinutes": "System.Int32", "TimeWindowInMinutes": "System.Int32" @@ -2611,7 +2611,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizedResources": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String", @@ -2935,7 +2935,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleTriggerCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleTriggerCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleTriggerCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MetricTrigger": "Microsoft.Azure.Management.Monitor.Models.LogMetricTrigger", "Threshold": "System.Double", @@ -3036,7 +3036,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleLogMetricTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleLogMetricTrigger, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleLogMetricTrigger, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Threshold": "System.Nullable`1[System.Double]", "ThresholdOperator": "System.String", @@ -3183,7 +3183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleLogMetricTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleLogMetricTrigger, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleLogMetricTrigger, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Threshold": "System.Nullable`1[System.Double]", "ThresholdOperator": "System.String", @@ -3319,7 +3319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -3503,7 +3503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -3933,7 +3933,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -4007,7 +4007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -4098,7 +4098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizedResources": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String", @@ -4163,7 +4163,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrequencyInMinutes": "System.Int32", "TimeWindowInMinutes": "System.Int32" @@ -4226,7 +4226,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AznsAction": "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup", "Trigger": "Microsoft.Azure.Management.Monitor.Models.TriggerCondition", @@ -4456,7 +4456,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -4535,7 +4535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizedResources": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String", @@ -4606,7 +4606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrequencyInMinutes": "System.Int32", "TimeWindowInMinutes": "System.Int32" @@ -4675,7 +4675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AznsAction": "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup", "Trigger": "Microsoft.Azure.Management.Monitor.Models.TriggerCondition", @@ -4934,7 +4934,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizedResources": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String", @@ -5005,7 +5005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrequencyInMinutes": "System.Int32", "TimeWindowInMinutes": "System.Int32" @@ -5074,7 +5074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AznsAction": "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup", "Trigger": "Microsoft.Azure.Management.Monitor.Models.TriggerCondition", @@ -5309,7 +5309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizedResources": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String", @@ -5380,7 +5380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrequencyInMinutes": "System.Int32", "TimeWindowInMinutes": "System.Int32" @@ -5449,7 +5449,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleAlertingAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AznsAction": "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup", "Trigger": "Microsoft.Azure.Management.Monitor.Models.TriggerCondition", @@ -5807,7 +5807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -5881,7 +5881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -6065,7 +6065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSScheduledQueryRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Management.Monitor.Models.Action", "Schedule": "Microsoft.Azure.Management.Monitor.Models.Schedule", @@ -6457,6 +6457,4194 @@ ], "AliasList": [] }, + { + "VerbName": "Get", + "NounName": "AzInsightsPrivateLinkScope", + "Name": "Get-AzInsightsPrivateLinkScope", + "ClassName": "Microsoft.Azure.Commands.Insights.PrivateLinkScopes.GetAzureInsightsPrivateLinkScope", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByResourceGroupParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "privateEndpointConnections", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByResourceGroupParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByResourceNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzInsightsPrivateLinkScopedResource", + "Name": "Get-AzInsightsPrivateLinkScopedResource", + "ClassName": "Microsoft.Azure.Commands.Insights.PrivateLinkScopes.GetAzureInsightsPrivateLinkScopedResource", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByScopeParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScopedResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScopedResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "LinkedResourceId": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "linkedResourceId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ScopeName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "privateEndpointConnections", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByScopeParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ScopeName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "privateEndpointConnections", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzInsightsPrivateLinkScope", + "Name": "New-AzInsightsPrivateLinkScope", + "ClassName": "Microsoft.Azure.Commands.Insights.PrivateLinkScopes.NewAzureInsightsPrivateLinkScope", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByResourceNameParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "privateEndpointConnections", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Tags", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tags", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByResourceNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tags", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzInsightsPrivateLinkScopedResource", + "Name": "New-AzInsightsPrivateLinkScopedResource", + "ClassName": "Microsoft.Azure.Commands.Insights.PrivateLinkScopes.NewAzureInsightsPrivateLinkScopedResource", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByResourceNameParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScopedResource", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScopedResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "LinkedResourceId": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "linkedResourceId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "LinkedResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ScopeName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "privateEndpointConnections", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "LinkedResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByResourceNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ScopeName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LinkedResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "privateEndpointConnections", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LinkedResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzInsightsPrivateLinkScope", + "Name": "Remove-AzInsightsPrivateLinkScope", + "ClassName": "Microsoft.Azure.Commands.Insights.PrivateLinkScopes.RemoveAzureInsightsPrivateLinkScope", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByResourceNameParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "privateEndpointConnections", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByResourceNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "privateEndpointConnections", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzInsightsPrivateLinkScopedResource", + "Name": "Remove-AzInsightsPrivateLinkScopedResource", + "ClassName": "Microsoft.Azure.Commands.Insights.PrivateLinkScopes.RemoveAzureInsightsPrivateLinkScopedResource", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByScopeParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ScopeName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "privateEndpointConnections", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByScopeParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ScopeName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "privateEndpointConnections", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Update", + "NounName": "AzInsightsPrivateLinkScope", + "Name": "Update-AzInsightsPrivateLinkScope", + "ClassName": "Microsoft.Azure.Commands.Insights.PrivateLinkScopes.UpdateAzureInsightsPrivateLinkScope", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByResourceNameParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "privateEndpointConnections", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "privateEndpointConnections", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Tags", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tags", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", + "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScope, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Id": "System.String", + "Name": "System.String", + "Type": "System.String", + "Location": "System.String", + "ProvisioningState": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "tags", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "id", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "name", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "type", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provisioningState", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "privateEndpointConnections", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tags", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByResourceNameParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Tags", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Tags", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, { "VerbName": "Get", "NounName": "AzMetric", @@ -6471,7 +10659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetric", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetric, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetric, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "Microsoft.Azure.Management.Monitor.Models.LocalizableString", "Unit": "Microsoft.Azure.Management.Monitor.Models.Unit", @@ -6570,7 +10758,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Models.AggregationType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.AggregationType, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.AggregationType, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -6682,7 +10870,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Models.ResultType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.ResultType, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.ResultType, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -7035,7 +11223,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Models.AggregationType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.AggregationType, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.AggregationType, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -7183,7 +11371,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Models.ResultType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.ResultType, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.ResultType, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -7402,7 +11590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDefinition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDefinition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "Microsoft.Azure.Management.Monitor.Models.LocalizableString", "Dimensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.LocalizableString]", @@ -7967,7 +12155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RetentionPolicy": "Microsoft.Azure.Management.Monitor.Management.Models.RetentionPolicy", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -8393,7 +12581,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfileCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfileCollection, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfileCollection, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Item": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile", "Count": "System.Int32", @@ -9341,7 +13529,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Logs": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.LogSettings]", @@ -9813,7 +14001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Logs": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.LogSettings]", @@ -9883,7 +14071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Logs": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.LogSettings]", @@ -10253,7 +14441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSServiceDiagnosticSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Logs": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.LogSettings]", @@ -10813,7 +15001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAutoscaleSettingOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAutoscaleSettingOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAutoscaleSettingOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SettingSpec": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleSettingResource", "StatusCode": "System.Net.HttpStatusCode", @@ -10870,7 +15058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutoscaleSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutoscaleSetting, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutoscaleSetting, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Notifications": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification]", @@ -11014,7 +15202,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11052,7 +15240,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11113,7 +15301,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutoscaleSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutoscaleSetting, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutoscaleSetting, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Notifications": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification]", @@ -11239,7 +15427,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11265,7 +15453,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11433,7 +15621,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11483,7 +15671,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11604,7 +15792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Claims": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", "Properties": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", @@ -12040,7 +16228,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutoscaleSetting", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutoscaleSetting, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutoscaleSetting, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Notifications": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification]", @@ -12375,7 +16563,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Email": "Microsoft.Azure.Management.Monitor.Management.Models.EmailNotification", "Webhooks": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification]", @@ -12440,7 +16628,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification", "GenericTypeArguments": [], @@ -12551,7 +16739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification", "GenericTypeArguments": [], @@ -12698,7 +16886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Recurrence": "Microsoft.Azure.Management.Monitor.Management.Models.Recurrence", "Capacity": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleCapacity", @@ -12896,7 +17084,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13077,7 +17265,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -13232,7 +17420,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -13470,7 +17658,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -13636,7 +17824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -13847,7 +18035,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -13968,7 +18156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MetricTrigger": "Microsoft.Azure.Management.Monitor.Management.Models.MetricTrigger", "ScaleAction": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleAction" @@ -14087,7 +18275,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14190,7 +18378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14311,7 +18499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14468,7 +18656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14571,7 +18759,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14779,7 +18967,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14888,7 +19076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15021,7 +19209,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15202,7 +19390,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15311,7 +19499,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15495,7 +19683,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ServiceUri": "System.String" @@ -16009,7 +20197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAlertRuleOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAlertRuleOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAlertRuleOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AlertRule": "Microsoft.Azure.Management.Monitor.Management.Models.AlertRuleResource", "StatusCode": "System.Net.HttpStatusCode", @@ -16082,7 +20270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ConditionOperator", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ConditionOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ConditionOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16239,7 +20427,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -16351,7 +20539,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -16434,7 +20622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ConditionOperator", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ConditionOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ConditionOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -16615,7 +20803,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -16763,7 +20951,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -16840,7 +21028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[]", "Criteria": "Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria", @@ -17072,7 +21260,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -17094,7 +21282,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[], Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[], Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup", "GenericTypeArguments": [], @@ -17325,7 +21513,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -17593,7 +21781,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -17761,7 +21949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[], Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[], Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup", "GenericTypeArguments": [], @@ -17887,7 +22075,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -18179,7 +22367,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -18497,7 +22685,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -18715,7 +22903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[], Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[], Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup", "GenericTypeArguments": [], @@ -18841,7 +23029,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19183,7 +23371,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19332,7 +23520,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAlertRuleOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAlertRuleOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAddAlertRuleOperationResponse, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AlertRule": "Microsoft.Azure.Management.Monitor.Management.Models.AlertRuleResource", "StatusCode": "System.Net.HttpStatusCode", @@ -19569,7 +23757,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19870,7 +24058,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -19947,7 +24135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Claims": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", "Properties": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", @@ -20383,7 +24571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAlertRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAlertRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.RuleCondition", "IsEnabled": "System.Boolean", @@ -20950,7 +25138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[]", "Criteria": "Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria", @@ -21408,7 +25596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RuleEmailAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleEmailAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleEmailAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomEmails": "System.Collections.Generic.IList`1[System.String]", "SendToServiceOwners": "System.Nullable`1[System.Boolean]" @@ -21646,7 +25834,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RuleWebhookAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleWebhookAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleWebhookAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ServiceUri": "System.String" @@ -21884,14 +26072,14 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricCriteria", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CriterionType": "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "Dimensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricDimension]", "Threshold": "System.Double", - "OperatorProperty": "System.Object", "TimeAggregation": "System.Object", + "OperatorProperty": "System.String", "Name": "System.String", "MetricName": "System.String", "MetricNamespace": "System.String" @@ -21951,16 +26139,16 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDynamicMetricCriteria", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDynamicMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDynamicMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CriterionType": "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType", "FailingPeriods": "Microsoft.Azure.Management.Monitor.Models.DynamicThresholdFailingPeriods", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "Dimensions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricDimension]", "IgnoreDataBefore": "System.Nullable`1[System.DateTime]", - "OperatorProperty": "System.Object", - "AlertSensitivity": "System.Object", "TimeAggregation": "System.Object", + "OperatorProperty": "System.String", + "AlertSensitivity": "System.String", "Name": "System.String", "MetricName": "System.String", "MetricNamespace": "System.String" @@ -22078,7 +26266,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension", "GenericTypeArguments": [], @@ -22445,7 +26633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension", "GenericTypeArguments": [], @@ -22609,7 +26797,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension", "GenericTypeArguments": [], @@ -22797,7 +26985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension", "GenericTypeArguments": [], @@ -22920,7 +27108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IncludeValues": "System.Collections.Generic.IList`1[System.String]", "ExcludeValues": "System.Collections.Generic.IList`1[System.String]", @@ -23557,7 +27745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[]", "Criteria": "Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria", @@ -23971,7 +28159,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricAlertRuleV2, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[]", "Criteria": "Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria", @@ -24247,7 +28435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Claims": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", "Properties": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", @@ -25789,7 +29977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -25897,7 +30085,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -26117,7 +30305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -26357,7 +30545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -26465,7 +30653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -26685,7 +30873,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -26925,7 +31113,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -27283,7 +31471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WebhookProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ActionGroupId": "System.String" @@ -27532,7 +31720,7 @@ "Type": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Field": "System.String", "Equals": "System.String" @@ -27865,7 +32053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -28085,7 +32273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -28325,7 +32513,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -28471,7 +32659,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -28491,7 +32679,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -28568,7 +32756,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -28794,7 +32982,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -28820,7 +33008,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -29015,7 +33203,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -29041,7 +33229,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -29236,7 +33424,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -29262,7 +33450,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -29339,7 +33527,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActivityLogAlertResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", @@ -29511,7 +33699,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -29877,7 +34065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String" }, @@ -32638,7 +36826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -32916,7 +37104,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -33096,7 +37284,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -33230,7 +37418,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -33307,7 +37495,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -33497,7 +37685,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -33642,7 +37830,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -33862,7 +38050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -34173,7 +38361,7 @@ "Microsoft.Azure.Management.Monitor.Models.Action": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.Action", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.Action, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.Action, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34225,7 +38413,7 @@ "Microsoft.Azure.Management.Monitor.Models.Schedule": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.Schedule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.Schedule, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.Schedule, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "FrequencyInMinutes": "System.Int32", "TimeWindowInMinutes": "System.Int32" @@ -34299,7 +38487,7 @@ "Microsoft.Azure.Management.Monitor.Models.Source": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.Source", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.Source, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.Source, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AuthorizedResources": "System.Collections.Generic.IList`1[System.String]", "Query": "System.String", @@ -34575,7 +38763,7 @@ "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.AzNsActionGroup, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionGroup": "System.Collections.Generic.IList`1[System.String]", "EmailSubject": "System.String", @@ -34639,7 +38827,7 @@ "Microsoft.Azure.Management.Monitor.Models.TriggerCondition": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.TriggerCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.TriggerCondition, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.TriggerCondition, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MetricTrigger": "Microsoft.Azure.Management.Monitor.Models.LogMetricTrigger", "Threshold": "System.Double", @@ -34708,7 +38896,7 @@ "Microsoft.Azure.Management.Monitor.Models.LogMetricTrigger": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.LogMetricTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.LogMetricTrigger, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.LogMetricTrigger, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Threshold": "System.Nullable`1[System.Double]", "ThresholdOperator": "System.String", @@ -34801,7 +38989,7 @@ "Microsoft.Azure.Management.Monitor.Models.LocalizableString": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.LocalizableString", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.LocalizableString, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.LocalizableString, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Value": "System.String", "LocalizedValue": "System.String" @@ -34865,7 +39053,7 @@ "Microsoft.Azure.Management.Monitor.Models.Unit": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.Unit", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.Unit, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.Unit, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34970,7 +39158,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricValue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricValue]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.MetricValue, Microsoft.Azure.Management.Monitor, Version=0.24.1.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.Monitor.Models.MetricValue, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -34982,7 +39170,7 @@ "Microsoft.Azure.Management.Monitor.Models.MetricValue": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.MetricValue", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricValue, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricValue, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TimeStamp": "System.DateTime", "Average": "System.Nullable`1[System.Double]", @@ -35066,7 +39254,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.TimeSeriesElement]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.TimeSeriesElement]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.TimeSeriesElement, Microsoft.Azure.Management.Monitor, Version=0.24.1.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.Monitor.Models.TimeSeriesElement, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35078,7 +39266,7 @@ "Microsoft.Azure.Management.Monitor.Models.TimeSeriesElement": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.TimeSeriesElement", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.TimeSeriesElement, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.TimeSeriesElement, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Metadatavalues": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetadataValue]", "Data": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricValue]" @@ -35137,7 +39325,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetadataValue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetadataValue]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.MetadataValue, Microsoft.Azure.Management.Monitor, Version=0.24.1.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.Monitor.Models.MetadataValue, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35149,7 +39337,7 @@ "Microsoft.Azure.Management.Monitor.Models.MetadataValue": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.MetadataValue", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetadataValue, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetadataValue, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Name": "Microsoft.Azure.Management.Monitor.Models.LocalizableString", "Value": "System.String" @@ -35213,7 +39401,7 @@ "Microsoft.Azure.Management.Monitor.Models.AggregationType": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.AggregationType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.AggregationType, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.AggregationType, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35308,7 +39496,7 @@ "Microsoft.Azure.Management.Monitor.Models.ResultType": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ResultType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ResultType, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ResultType, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35403,7 +39591,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.LocalizableString]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.LocalizableString]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.LocalizableString, Microsoft.Azure.Management.Monitor, Version=0.24.1.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.Monitor.Models.LocalizableString, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35415,7 +39603,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricAvailability]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricAvailability]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.MetricAvailability, Microsoft.Azure.Management.Monitor, Version=0.24.1.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.Monitor.Models.MetricAvailability, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35427,7 +39615,7 @@ "Microsoft.Azure.Management.Monitor.Models.MetricAvailability": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.MetricAvailability", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricAvailability, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricAvailability, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TimeGrain": "System.Nullable`1[System.TimeSpan]", "Retention": "System.Nullable`1[System.TimeSpan]" @@ -35508,7 +39696,7 @@ "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.Monitor.Models.AggregationType]]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[System.Nullable`1[Microsoft.Azure.Management.Monitor.Models.AggregationType]]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.AggregationType, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.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.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.AggregationType, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35520,7 +39708,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Monitor.Models.AggregationType]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Models.AggregationType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.AggregationType, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.AggregationType, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35532,7 +39720,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Monitor.Models.Unit]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Models.Unit]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.Unit, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.Unit, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35556,7 +39744,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.RetentionPolicy": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RetentionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "Days": "System.Int32" @@ -35611,7 +39799,7 @@ "Microsoft.Azure.Management.Monitor.Models.RetentionPolicy": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.RetentionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.RetentionPolicy, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.RetentionPolicy, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Enabled": "System.Boolean", "Days": "System.Int32" @@ -35675,7 +39863,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RetentionPolicy": "Microsoft.Azure.Management.Monitor.Management.Models.RetentionPolicy", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -35738,7 +39926,7 @@ "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile]": { "Namespace": "System.Collections.ObjectModel", "Name": "System.Collections.ObjectModel.ReadOnlyCollection`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile]", - "AssemblyQualifiedName": "System.Collections.ObjectModel.ReadOnlyCollection`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.ObjectModel.ReadOnlyCollection`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35772,7 +39960,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35784,7 +39972,7 @@ "System.Collections.Generic.List`1+Enumerator[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1+Enumerator[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1+Enumerator[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1+Enumerator[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35796,7 +39984,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile[]": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile[], Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile", "GenericTypeArguments": [], @@ -35816,7 +40004,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.LogSettings]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.LogSettings]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.LogSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.LogSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35828,7 +40016,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.LogSettings": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.LogSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.LogSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.LogSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RetentionPolicy": "Microsoft.Azure.Management.Monitor.Management.Models.RetentionPolicy", "Enabled": "System.Boolean", @@ -35884,7 +40072,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.MetricSettings]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.MetricSettings]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.MetricSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.MetricSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35896,7 +40084,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.MetricSettings": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.MetricSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricSettings, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RetentionPolicy": "Microsoft.Azure.Management.Monitor.Management.Models.RetentionPolicy", "Enabled": "System.Boolean", @@ -35953,7 +40141,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.LogSettings]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.LogSettings]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.LogSettings, Microsoft.Azure.Management.Monitor, Version=0.24.1.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.Monitor.Models.LogSettings, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -35965,7 +40153,7 @@ "Microsoft.Azure.Management.Monitor.Models.LogSettings": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.LogSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.LogSettings, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.LogSettings, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RetentionPolicy": "Microsoft.Azure.Management.Monitor.Models.RetentionPolicy", "Enabled": "System.Boolean", @@ -36034,7 +40222,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricSettings]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricSettings]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.MetricSettings, Microsoft.Azure.Management.Monitor, Version=0.24.1.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.Monitor.Models.MetricSettings, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -36046,7 +40234,7 @@ "Microsoft.Azure.Management.Monitor.Models.MetricSettings": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.MetricSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricSettings, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricSettings, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "RetentionPolicy": "Microsoft.Azure.Management.Monitor.Models.RetentionPolicy", "Enabled": "System.Boolean", @@ -36120,7 +40308,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleSettingResource": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleSettingResource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleSettingResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleSettingResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Notifications": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification]", @@ -36183,7 +40371,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -36195,7 +40383,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Email": "Microsoft.Azure.Management.Monitor.Management.Models.EmailNotification", "Webhooks": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification]", @@ -36251,7 +40439,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.EmailNotification": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.EmailNotification", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.EmailNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.EmailNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomEmails": "System.Collections.Generic.IList`1[System.String]", "SendToSubscriptionCoAdministrators": "System.Nullable`1[System.Boolean]", @@ -36307,7 +40495,7 @@ "Microsoft.Azure.Management.Monitor.Models.EmailNotification": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.EmailNotification", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.EmailNotification, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.EmailNotification, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "CustomEmails": "System.Collections.Generic.IList`1[System.String]", "SendToSubscriptionCoAdministrators": "System.Nullable`1[System.Boolean]", @@ -36371,7 +40559,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -36383,7 +40571,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.WebhookNotification, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ServiceUri": "System.String" @@ -36438,7 +40626,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.WebhookNotification]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.WebhookNotification]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.WebhookNotification, Microsoft.Azure.Management.Monitor, Version=0.24.1.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.Monitor.Models.WebhookNotification, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -36450,7 +40638,7 @@ "Microsoft.Azure.Management.Monitor.Models.WebhookNotification": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.WebhookNotification", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.WebhookNotification, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.WebhookNotification, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ServiceUri": "System.String" @@ -36509,7 +40697,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -36521,7 +40709,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Recurrence": "Microsoft.Azure.Management.Monitor.Management.Models.Recurrence", "Capacity": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleCapacity", @@ -36584,7 +40772,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.Recurrence": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.Recurrence", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.Recurrence, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.Recurrence, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Frequency": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency", "Schedule": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrentSchedule" @@ -36644,7 +40832,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrenceFrequency, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36739,7 +40927,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.RecurrentSchedule": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrentSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrentSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RecurrentSchedule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Hours": "System.Collections.Generic.IList`1[System.Nullable`1[System.Int32]]", "Minutes": "System.Collections.Generic.IList`1[System.Nullable`1[System.Int32]]", @@ -36813,7 +41001,7 @@ "Microsoft.Azure.Management.Monitor.Models.RecurrenceFrequency": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.RecurrenceFrequency", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.RecurrenceFrequency, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.RecurrenceFrequency, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -36908,7 +41096,7 @@ "Microsoft.Azure.Management.Monitor.Models.RecurrentSchedule": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.RecurrentSchedule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.RecurrentSchedule, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.RecurrentSchedule, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Hours": "System.Collections.Generic.IList`1[System.Nullable`1[System.Int32]]", "Minutes": "System.Collections.Generic.IList`1[System.Nullable`1[System.Int32]]", @@ -36982,7 +41170,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ScaleCapacity": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleCapacity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleCapacity, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleCapacity, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Minimum": "System.String", "Maximum": "System.String", @@ -37043,7 +41231,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.TimeWindow": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.TimeWindow", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeWindow, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeWindow, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Start": "System.DateTime", "End": "System.DateTime", @@ -37104,7 +41292,7 @@ "Microsoft.Azure.Management.Monitor.Models.Recurrence": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.Recurrence", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.Recurrence, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.Recurrence, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Frequency": "Microsoft.Azure.Management.Monitor.Models.RecurrenceFrequency", "Schedule": "Microsoft.Azure.Management.Monitor.Models.RecurrentSchedule" @@ -37168,7 +41356,7 @@ "Microsoft.Azure.Management.Monitor.Models.ScaleCapacity": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ScaleCapacity", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ScaleCapacity, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ScaleCapacity, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Minimum": "System.String", "Maximum": "System.String", @@ -37237,7 +41425,7 @@ "Microsoft.Azure.Management.Monitor.Models.TimeWindow": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.TimeWindow", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.TimeWindow, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.TimeWindow, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Start": "System.DateTime", "End": "System.DateTime", @@ -37306,7 +41494,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -37318,7 +41506,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleRule, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MetricTrigger": "Microsoft.Azure.Management.Monitor.Management.Models.MetricTrigger", "ScaleAction": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleAction" @@ -37392,7 +41580,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.MetricTrigger": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.MetricTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricTrigger, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricTrigger, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OperatorProperty": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType", "Statistic": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType", @@ -37458,7 +41646,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ComparisonOperationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37553,7 +41741,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.MetricStatisticType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37648,7 +41836,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37743,7 +41931,7 @@ "Microsoft.Azure.Management.Monitor.Models.ComparisonOperationType": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ComparisonOperationType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ComparisonOperationType, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ComparisonOperationType, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37838,7 +42026,7 @@ "Microsoft.Azure.Management.Monitor.Models.MetricStatisticType": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.MetricStatisticType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricStatisticType, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricStatisticType, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37933,7 +42121,7 @@ "Microsoft.Azure.Management.Monitor.Models.TimeAggregationType": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.TimeAggregationType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.TimeAggregationType, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.TimeAggregationType, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38028,7 +42216,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ScaleAction": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Direction": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection", "Type": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType", @@ -38090,7 +42278,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleDirection, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38185,7 +42373,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ScaleType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38280,7 +42468,7 @@ "Microsoft.Azure.Management.Monitor.Models.ScaleDirection": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ScaleDirection", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ScaleDirection, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ScaleDirection, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38375,7 +42563,7 @@ "Microsoft.Azure.Management.Monitor.Models.ScaleType": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ScaleType", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ScaleType, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ScaleType, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -38470,7 +42658,7 @@ "Microsoft.Azure.Management.Monitor.Models.MetricTrigger": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.MetricTrigger", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricTrigger, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricTrigger, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "OperatorProperty": "Microsoft.Azure.Management.Monitor.Models.ComparisonOperationType", "Statistic": "Microsoft.Azure.Management.Monitor.Models.MetricStatisticType", @@ -38564,7 +42752,7 @@ "Microsoft.Azure.Management.Monitor.Models.ScaleAction": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ScaleAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ScaleAction, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ScaleAction, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Direction": "Microsoft.Azure.Management.Monitor.Models.ScaleDirection", "Type": "Microsoft.Azure.Management.Monitor.Models.ScaleType", @@ -38638,7 +42826,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.ScaleRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.ScaleRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.ScaleRule, Microsoft.Azure.Management.Monitor, Version=0.24.1.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.Monitor.Models.ScaleRule, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -38650,7 +42838,7 @@ "Microsoft.Azure.Management.Monitor.Models.ScaleRule": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ScaleRule", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ScaleRule, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ScaleRule, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MetricTrigger": "Microsoft.Azure.Management.Monitor.Models.MetricTrigger", "ScaleAction": "Microsoft.Azure.Management.Monitor.Models.ScaleAction" @@ -38714,7 +42902,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.AutoscaleNotification]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.AutoscaleNotification]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.AutoscaleNotification, Microsoft.Azure.Management.Monitor, Version=0.24.1.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.Monitor.Models.AutoscaleNotification, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -38726,7 +42914,7 @@ "Microsoft.Azure.Management.Monitor.Models.AutoscaleNotification": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.AutoscaleNotification", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.AutoscaleNotification, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.AutoscaleNotification, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Email": "Microsoft.Azure.Management.Monitor.Models.EmailNotification", "Webhooks": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.WebhookNotification]", @@ -38786,7 +42974,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.AutoscaleProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.AutoscaleProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.AutoscaleProfile, Microsoft.Azure.Management.Monitor, Version=0.24.1.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.Monitor.Models.AutoscaleProfile, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -38798,7 +42986,7 @@ "Microsoft.Azure.Management.Monitor.Models.AutoscaleProfile": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.AutoscaleProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.AutoscaleProfile, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.AutoscaleProfile, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Recurrence": "Microsoft.Azure.Management.Monitor.Models.Recurrence", "Capacity": "Microsoft.Azure.Management.Monitor.Models.ScaleCapacity", @@ -38877,7 +43065,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSDictionaryElement, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Content": "System.Collections.Generic.IDictionary`2[System.String,System.String]" }, @@ -38936,7 +43124,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataAuthorization": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataAuthorization", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Scope": "System.String", "Action": "System.String", @@ -38983,7 +43171,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataHttpRequest": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataHttpRequest", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataHttpRequest, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEventDataHttpRequest, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ClientId": "System.String", "Method": "System.String", @@ -39030,7 +43218,7 @@ "Microsoft.Azure.Management.Monitor.Models.EventLevel": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.EventLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.EventLevel, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.EventLevel, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39125,7 +43313,7 @@ "Microsoft.Azure.Management.Monitor.Models.HttpRequestInfo": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.HttpRequestInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.HttpRequestInfo, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.HttpRequestInfo, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ClientRequestId": "System.String", "ClientIpAddress": "System.String", @@ -39194,7 +43382,7 @@ "Microsoft.Azure.Management.Monitor.Models.SenderAuthorization": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.SenderAuthorization", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.SenderAuthorization, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.SenderAuthorization, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Action": "System.String", "Role": "System.String", @@ -39258,7 +43446,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Monitor.Models.EventLevel]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Models.EventLevel]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.EventLevel, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Models.EventLevel, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -39270,7 +43458,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.AlertRuleResource": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.AlertRuleResource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AlertRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.AlertRuleResource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Condition": "Microsoft.Azure.Management.Monitor.Management.Models.RuleCondition", "IsEnabled": "System.Boolean", @@ -39339,7 +43527,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.RuleCondition": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RuleCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DataSource": "Microsoft.Azure.Management.Monitor.Management.Models.RuleDataSource" }, @@ -39393,7 +43581,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.RuleDataSource": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RuleDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleDataSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleDataSource, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceUri": "System.String" }, @@ -39447,7 +43635,7 @@ "Microsoft.Azure.Management.Monitor.Models.RuleDataSource": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.RuleDataSource", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.RuleDataSource, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.RuleDataSource, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ResourceUri": "System.String" }, @@ -39501,7 +43689,7 @@ "Microsoft.Azure.Management.Monitor.Models.RuleCondition": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.RuleCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.RuleCondition, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.RuleCondition, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "DataSource": "Microsoft.Azure.Management.Monitor.Models.RuleDataSource" }, @@ -39555,7 +43743,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -39567,7 +43755,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.RuleAction": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.RuleAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.RuleAction, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39609,7 +43797,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.RuleAction]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.RuleAction]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.RuleAction, Microsoft.Azure.Management.Monitor, Version=0.24.1.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.Monitor.Models.RuleAction, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -39621,7 +43809,7 @@ "Microsoft.Azure.Management.Monitor.Models.RuleAction": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.RuleAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.RuleAction, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.RuleAction, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39663,7 +43851,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.TimeAggregationOperator, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -39758,7 +43946,7 @@ "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[]": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[], Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup[], Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup", "GenericTypeArguments": [], @@ -39768,7 +43956,7 @@ "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "WebhookProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ActionGroupId": "System.String" @@ -39832,7 +44020,7 @@ "Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]" }, @@ -39909,7 +44097,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -39921,7 +44109,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.IPSMultiMetricCriteria, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CriterionType": "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType" }, @@ -39933,7 +44121,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.CriterionType, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -40028,7 +44216,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricAlertAction]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricAlertAction]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.MetricAlertAction, Microsoft.Azure.Management.Monitor, Version=0.24.1.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.Monitor.Models.MetricAlertAction, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40040,9 +44228,9 @@ "Microsoft.Azure.Management.Monitor.Models.MetricAlertAction": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.MetricAlertAction", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricAlertAction, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricAlertAction, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "WebhookProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "WebHookProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ActionGroupId": "System.String" }, "ElementType": null, @@ -40089,7 +44277,7 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "webhookProperties", + "Name": "webHookProperties", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -40099,7 +44287,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricDimension]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.MetricDimension]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.MetricDimension, Microsoft.Azure.Management.Monitor, Version=0.24.1.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.Monitor.Models.MetricDimension, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40111,7 +44299,7 @@ "Microsoft.Azure.Management.Monitor.Models.MetricDimension": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.MetricDimension", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricDimension, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.MetricDimension, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Values": "System.Collections.Generic.IList`1[System.String]", "OperatorProperty": "System.String", @@ -40180,7 +44368,7 @@ "Microsoft.Azure.Management.Monitor.Models.DynamicThresholdFailingPeriods": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.DynamicThresholdFailingPeriods", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.DynamicThresholdFailingPeriods, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.DynamicThresholdFailingPeriods, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "NumberOfEvaluationPeriods": "System.Double", "MinFailingPeriodsToAlert": "System.Double" @@ -40244,7 +44432,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSMetricDimension, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IncludeValues": "System.Collections.Generic.IList`1[System.String]", "ExcludeValues": "System.Collections.Generic.IList`1[System.String]", @@ -40303,7 +44491,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionList, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ActionGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup]" }, @@ -40357,7 +44545,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40369,7 +44557,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WebhookProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ActionGroupId": "System.String" @@ -40429,7 +44617,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup, Microsoft.Azure.Management.Monitor, Version=0.24.1.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.Monitor.Models.ActivityLogAlertActionGroup, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40441,7 +44629,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertAllOfCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllOf": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition]" }, @@ -40495,7 +44683,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40507,7 +44695,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Field": "System.String", "Equals": "System.String" @@ -40567,7 +44755,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertLeafCondition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertLeafCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.Management.Monitor, Version=0.24.1.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.Monitor.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40579,7 +44767,7 @@ "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertLeafCondition": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertLeafCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertLeafCondition, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Field": "System.String", "Equals": "System.String" @@ -40643,7 +44831,7 @@ "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionList": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionList", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionList, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionList, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ActionGroups": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertActionGroup]" }, @@ -40697,7 +44885,7 @@ "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertAllOfCondition": { "Namespace": "Microsoft.Azure.Management.Monitor.Models", "Name": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertAllOfCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertAllOfCondition, Microsoft.Azure.Management.Monitor, Version=0.24.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertAllOfCondition, Microsoft.Azure.Management.Monitor, Version=0.25.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "AllOf": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertLeafCondition]" }, @@ -40756,7 +44944,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40768,7 +44956,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSArmRoleReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UseCommonAlertSchema": "System.Boolean", "RoleId": "System.String", @@ -40824,7 +45012,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40836,7 +45024,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAutomationRunbookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsGlobalRunbook": "System.Boolean", "UseCommonAlertSchema": "System.Boolean", @@ -40896,7 +45084,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40908,7 +45096,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureAppPushReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EmailAddress": "System.String", "Name": "System.String" @@ -40963,7 +45151,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -40975,7 +45163,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSAzureFunctionReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UseCommonAlertSchema": "System.Boolean", "FunctionAppResourceId": "System.String", @@ -41033,7 +45221,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -41045,7 +45233,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSEmailReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UseCommonAlertSchema": "System.Boolean", "Status": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus]", @@ -41102,7 +45290,7 @@ "System.Nullable`1[Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -41114,7 +45302,7 @@ "Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus": { "Namespace": "Microsoft.Azure.Management.Monitor.Management.Models", "Name": "Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -41209,7 +45397,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -41221,7 +45409,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSItsmReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WorkspaceId": "System.String", "ConnectionId": "System.String", @@ -41279,7 +45467,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -41291,7 +45479,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSLogicAppReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UseCommonAlertSchema": "System.Boolean", "ResourceId": "System.String", @@ -41348,7 +45536,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -41360,7 +45548,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSSmsReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Status": "System.Nullable`1[Microsoft.Azure.Management.Monitor.Management.Models.ReceiverStatus]", "CountryCode": "System.String", @@ -41417,7 +45605,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -41429,7 +45617,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSVoiceReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CountryCode": "System.String", "PhoneNumber": "System.String", @@ -41485,7 +45673,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -41497,7 +45685,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSWebhookReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UseCommonAlertSchema": "System.Boolean", "UseAadAuth": "System.Boolean", @@ -41557,7 +45745,7 @@ "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase": { "Namespace": "Microsoft.Azure.Commands.Insights.OutputClasses", "Name": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase, Microsoft.Azure.PowerShell.Cmdlets.Monitor, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String" }, diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Network.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Network.dll.json index 9ff72f20c2c8..1fa6068cba1b 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Network.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Network.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -41,16 +41,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -116,7 +117,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -143,16 +144,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -292,7 +294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -319,16 +321,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -498,7 +501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -574,7 +577,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -601,16 +604,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -738,7 +742,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -765,16 +769,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -896,7 +901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -1128,7 +1133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -1155,16 +1160,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -1248,7 +1254,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -1275,16 +1281,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -1412,7 +1419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -1439,16 +1446,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -1570,7 +1578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -1597,16 +1605,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -1672,7 +1681,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -1699,16 +1708,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -1848,7 +1858,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -1875,16 +1885,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -2054,7 +2065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -2108,7 +2119,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -2135,16 +2146,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -2248,7 +2260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -2275,16 +2287,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -2406,7 +2419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -2638,7 +2651,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -2665,16 +2678,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -2740,7 +2754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -2767,16 +2781,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -2898,7 +2913,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -2925,16 +2940,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -3080,7 +3096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3107,16 +3123,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -3182,7 +3199,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3209,16 +3226,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -3360,7 +3378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3387,16 +3405,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -3568,7 +3587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3595,16 +3614,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -3670,7 +3690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3697,16 +3717,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -3864,7 +3885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -3891,16 +3912,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -4094,7 +4116,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -4183,7 +4205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -4210,16 +4232,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -4347,7 +4370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -4374,16 +4397,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -4505,7 +4529,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -4792,7 +4816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -4881,7 +4905,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -4908,16 +4932,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -5045,7 +5070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -5072,16 +5097,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -5203,7 +5229,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -5230,16 +5256,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -5305,7 +5332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -5332,16 +5359,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -5499,7 +5527,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -5526,16 +5554,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -5729,7 +5758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -5756,16 +5785,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -5831,7 +5861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -5858,16 +5888,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -6028,7 +6059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -6099,7 +6130,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -6166,7 +6197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -6184,7 +6215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -6313,7 +6344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -6340,16 +6371,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -6546,7 +6578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -6629,7 +6661,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -6702,7 +6734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -6726,7 +6758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -6899,7 +6931,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -7004,7 +7036,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -7031,16 +7063,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -7168,7 +7201,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -7195,16 +7228,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -7328,7 +7362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -7511,7 +7545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -7582,7 +7616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -7649,7 +7683,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -7667,7 +7701,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -7922,7 +7956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -8005,7 +8039,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -8078,7 +8112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -8102,7 +8136,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -8275,7 +8309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -8302,16 +8336,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -8395,7 +8430,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -8422,16 +8457,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -8559,7 +8595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -8586,16 +8622,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -8719,7 +8756,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -8746,16 +8783,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -8821,7 +8859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -8848,16 +8886,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -9018,7 +9057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -9089,7 +9128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -9156,7 +9195,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -9174,7 +9213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -9303,7 +9342,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -9330,16 +9369,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -9536,7 +9576,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -9619,7 +9659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -9692,7 +9732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -9716,7 +9756,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -9889,7 +9929,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -9943,7 +9983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -10068,7 +10108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -10211,7 +10251,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -10439,7 +10479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -10526,7 +10566,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -10651,7 +10691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -10794,7 +10834,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -10881,7 +10921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -11042,7 +11082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -11233,7 +11273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -11287,7 +11327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -11314,16 +11354,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -11463,7 +11504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -11490,16 +11531,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -11669,7 +11711,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -11723,7 +11765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -11867,7 +11909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -12041,7 +12083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -12113,7 +12155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -12140,16 +12182,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -12277,7 +12320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -12304,16 +12347,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -12435,7 +12479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -12507,7 +12551,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -12639,7 +12683,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -12765,7 +12809,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -12993,7 +13037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -13065,7 +13109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -13092,16 +13136,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -13229,7 +13274,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -13256,16 +13301,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -13387,7 +13433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -13459,7 +13505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -13591,7 +13637,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -13717,7 +13763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -13771,7 +13817,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -13798,16 +13844,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -13947,7 +13994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -13974,16 +14021,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -14153,7 +14201,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -14207,7 +14255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -14351,7 +14399,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -14525,7 +14573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -14588,7 +14636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -14615,16 +14663,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -14728,7 +14777,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -14755,16 +14804,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -14886,7 +14936,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -15028,7 +15078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup", "GenericTypeArguments": [], @@ -15100,7 +15150,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion", "GenericTypeArguments": [], @@ -15260,7 +15310,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup", "GenericTypeArguments": [], @@ -15356,7 +15406,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion", "GenericTypeArguments": [], @@ -15431,7 +15481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -15458,16 +15508,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -15533,7 +15584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -15560,16 +15611,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -15713,7 +15765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup", "GenericTypeArguments": [], @@ -15785,7 +15837,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion", "GenericTypeArguments": [], @@ -15842,7 +15894,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -15869,16 +15921,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -16052,7 +16105,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup", "GenericTypeArguments": [], @@ -16148,7 +16201,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion", "GenericTypeArguments": [], @@ -16223,7 +16276,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "System.Collections.Generic.List`1[System.Int32]", "RuleGroupName": "System.String", @@ -16452,7 +16505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchVariable": "System.String", "SelectorMatchOperator": "System.String", @@ -16723,7 +16776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -16750,16 +16803,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -16825,7 +16879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -16852,16 +16906,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -16980,7 +17035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -17111,7 +17166,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -17226,7 +17281,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -17253,16 +17308,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -17497,7 +17553,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -17524,16 +17580,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -17696,7 +17753,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -17815,7 +17872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -17897,7 +17954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -17924,16 +17981,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -18079,7 +18137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -18160,7 +18218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -18187,16 +18245,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -18324,7 +18383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -18351,16 +18410,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -18482,7 +18542,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -18599,7 +18659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -18730,7 +18790,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -19101,7 +19161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -19220,7 +19280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -19377,7 +19437,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -19404,16 +19464,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -19497,7 +19558,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -19524,16 +19585,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -19661,7 +19723,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -19688,16 +19750,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -19819,7 +19882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -19846,16 +19909,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -19921,7 +19985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -19948,16 +20012,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -20076,7 +20141,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -20207,7 +20272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -20322,7 +20387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -20349,16 +20414,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -20593,7 +20659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -20620,16 +20686,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -20792,7 +20859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -20911,7 +20978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -20993,7 +21060,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -21020,16 +21087,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -21175,7 +21243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -21202,118 +21270,120 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", + "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", + "ProbesText": "System.String", + "ProvisioningState": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "RequestRoutingRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ApplicationGateway", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", + "TagsTable": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", "Name": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ApplicationGateway", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "TagsTable": "System.String", "UrlPathMapsText": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", - "Name": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -21453,7 +21523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -21480,16 +21550,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -21659,7 +21730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -21735,7 +21806,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -21762,16 +21833,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -21899,7 +21971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -21926,16 +21998,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -22057,7 +22130,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -22289,7 +22362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -22316,16 +22389,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -22409,7 +22483,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -22436,16 +22510,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -22573,7 +22648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -22600,16 +22675,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -22731,7 +22807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -22758,16 +22834,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -22833,7 +22910,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -22860,16 +22937,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -23009,7 +23087,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -23036,16 +23114,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -23215,7 +23294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -23242,16 +23321,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -23317,7 +23397,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -23344,16 +23424,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -23454,7 +23535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -23606,7 +23687,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -23633,16 +23714,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -23805,7 +23887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -23832,16 +23914,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -23980,7 +24063,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -24099,7 +24182,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -24126,16 +24209,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -24281,7 +24365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "ProvisioningState": "System.String", @@ -24358,7 +24442,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -24385,16 +24469,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -24522,7 +24607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -24549,16 +24634,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -24680,7 +24766,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "ProvisioningState": "System.String", @@ -24775,7 +24861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -25087,7 +25173,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -25281,7 +25367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -25308,16 +25394,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -25401,7 +25488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -25428,16 +25515,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -25565,7 +25653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -25592,16 +25680,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -25723,7 +25812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -25750,16 +25839,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -25825,7 +25915,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -25852,16 +25942,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -25962,7 +26053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -26114,7 +26205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -26141,16 +26232,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -26313,7 +26405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -26340,16 +26432,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -26488,7 +26581,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -26607,7 +26700,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -26634,16 +26727,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -26789,7 +26883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableServerVariableAndRequestHeaderResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableServerVariableAndRequestHeaderResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableServerVariableAndRequestHeaderResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableServerVariable": "System.Collections.Generic.IList`1[System.String]", "AvailableRequestHeader": "System.Collections.Generic.IList`1[System.String]", @@ -26936,7 +27030,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableSslOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableSslOptions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableSslOptions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PredefinedPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "AvailableCipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -27097,7 +27191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableWafRuleSetsResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableWafRuleSetsResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAvailableWafRuleSetsResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Value": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet]", "ValueText": "System.String" @@ -27244,7 +27338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealth", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool]", "BackendAddressPoolsText": "System.String" @@ -27678,7 +27772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -27705,16 +27799,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -27958,7 +28053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPredefinedPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPredefinedPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPredefinedPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CipherSuites": "System.Collections.Generic.List`1[System.String]", "MinProtocolVersion": "System.String", @@ -28150,7 +28245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -28177,16 +28272,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -28252,7 +28348,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -28279,16 +28375,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -28389,7 +28486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -28469,7 +28566,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -28562,7 +28659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -28625,7 +28722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -28763,7 +28860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -28820,7 +28917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -28847,16 +28944,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -29053,7 +29151,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -29217,7 +29315,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -29244,16 +29342,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -29450,7 +29549,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -29518,7 +29617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -29586,7 +29685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -29649,7 +29748,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -29718,7 +29817,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -29784,7 +29883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -29811,16 +29910,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -30017,7 +30117,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -30092,7 +30192,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -30180,7 +30280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -30207,16 +30307,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -30344,7 +30445,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -30371,16 +30472,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -30502,7 +30604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -30608,7 +30710,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -30688,7 +30790,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -30781,7 +30883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -30844,7 +30946,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -30982,7 +31084,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -31165,7 +31267,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -31455,7 +31557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -31523,7 +31625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -31591,7 +31693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -31654,7 +31756,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -31723,7 +31825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -31915,7 +32017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -31990,7 +32092,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -32078,7 +32180,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -32105,16 +32207,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -32242,7 +32345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -32269,16 +32372,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -32400,7 +32504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -32427,16 +32531,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -32502,7 +32607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -32529,16 +32634,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -32639,7 +32745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -32719,7 +32825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -32812,7 +32918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -32875,7 +32981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -33013,7 +33119,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -33070,7 +33176,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -33097,16 +33203,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -33303,7 +33410,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -33467,7 +33574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -33494,16 +33601,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -33700,7 +33808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -33768,7 +33876,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -33836,7 +33944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -33899,7 +34007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -33968,7 +34076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -34034,7 +34142,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -34061,16 +34169,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -34267,7 +34376,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -34342,7 +34451,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -34398,7 +34507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -34425,16 +34534,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -34538,7 +34648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -34565,16 +34675,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -34696,7 +34807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -34888,7 +34999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -34915,16 +35026,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -34990,7 +35102,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -35017,16 +35129,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -35130,7 +35243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -35157,16 +35270,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -35288,7 +35402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -35315,16 +35429,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -35390,7 +35505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -35417,16 +35532,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -35550,7 +35666,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -35577,16 +35693,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -35734,7 +35851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -35761,16 +35878,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -35892,7 +36010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -35946,7 +36064,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -36004,7 +36122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", "GenericTypeArguments": [], @@ -36022,7 +36140,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", "GenericTypeArguments": [], @@ -36040,7 +36158,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -36058,7 +36176,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -36076,7 +36194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", "GenericTypeArguments": [], @@ -36094,7 +36212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", "GenericTypeArguments": [], @@ -36112,7 +36230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", "GenericTypeArguments": [], @@ -36130,7 +36248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -36148,7 +36266,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "GenericTypeArguments": [], @@ -36166,7 +36284,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", "GenericTypeArguments": [], @@ -36184,7 +36302,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", "GenericTypeArguments": [], @@ -36202,7 +36320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", "GenericTypeArguments": [], @@ -36220,7 +36338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", "GenericTypeArguments": [], @@ -36238,7 +36356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", "GenericTypeArguments": [], @@ -36256,7 +36374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -36336,7 +36454,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -36399,7 +36517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -36482,6 +36600,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "ForceFirewallPolicyAssociation", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "Zone", "AliasList": [], @@ -36544,7 +36680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -36635,7 +36771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -36766,7 +36902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -36826,7 +36962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -36890,7 +37026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", "GenericTypeArguments": [], @@ -36914,7 +37050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", "GenericTypeArguments": [], @@ -36938,7 +37074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -36962,7 +37098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -36986,7 +37122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", "GenericTypeArguments": [], @@ -37010,7 +37146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", "GenericTypeArguments": [], @@ -37034,7 +37170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", "GenericTypeArguments": [], @@ -37058,7 +37194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -37082,7 +37218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "GenericTypeArguments": [], @@ -37106,7 +37242,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", "GenericTypeArguments": [], @@ -37130,7 +37266,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", "GenericTypeArguments": [], @@ -37154,7 +37290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", "GenericTypeArguments": [], @@ -37178,7 +37314,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", "GenericTypeArguments": [], @@ -37202,7 +37338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", "GenericTypeArguments": [], @@ -37226,7 +37362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -37294,7 +37430,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -37394,6 +37530,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ForceFirewallPolicyAssociation", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Zone", @@ -37497,7 +37657,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -37663,7 +37823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -37723,7 +37883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -37787,7 +37947,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", "GenericTypeArguments": [], @@ -37811,7 +37971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", "GenericTypeArguments": [], @@ -37835,7 +37995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -37859,7 +38019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -37883,7 +38043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", "GenericTypeArguments": [], @@ -37907,7 +38067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", "GenericTypeArguments": [], @@ -37931,7 +38091,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", "GenericTypeArguments": [], @@ -37955,7 +38115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -37979,7 +38139,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "GenericTypeArguments": [], @@ -38003,7 +38163,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", "GenericTypeArguments": [], @@ -38027,7 +38187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", "GenericTypeArguments": [], @@ -38051,7 +38211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", "GenericTypeArguments": [], @@ -38075,7 +38235,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", "GenericTypeArguments": [], @@ -38099,7 +38259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", "GenericTypeArguments": [], @@ -38123,7 +38283,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -38191,7 +38351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -38291,6 +38451,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ForceFirewallPolicyAssociation", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Zone", @@ -38394,7 +38578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -38462,7 +38646,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -38605,7 +38789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -38665,7 +38849,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -38729,7 +38913,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", "GenericTypeArguments": [], @@ -38753,7 +38937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", "GenericTypeArguments": [], @@ -38777,7 +38961,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -38801,7 +38985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -38825,7 +39009,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", "GenericTypeArguments": [], @@ -38849,7 +39033,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", "GenericTypeArguments": [], @@ -38873,7 +39057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", "GenericTypeArguments": [], @@ -38897,7 +39081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -38921,7 +39105,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "GenericTypeArguments": [], @@ -38945,7 +39129,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", "GenericTypeArguments": [], @@ -38969,7 +39153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", "GenericTypeArguments": [], @@ -38993,7 +39177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", "GenericTypeArguments": [], @@ -39017,7 +39201,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", "GenericTypeArguments": [], @@ -39041,7 +39225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", "GenericTypeArguments": [], @@ -39065,7 +39249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -39133,7 +39317,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -39233,6 +39417,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ForceFirewallPolicyAssociation", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Zone", @@ -39336,7 +39544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -39504,7 +39712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -39564,7 +39772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -39628,7 +39836,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", "GenericTypeArguments": [], @@ -39652,7 +39860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", "GenericTypeArguments": [], @@ -39676,7 +39884,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -39700,7 +39908,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -39724,7 +39932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", "GenericTypeArguments": [], @@ -39748,7 +39956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", "GenericTypeArguments": [], @@ -39772,7 +39980,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", "GenericTypeArguments": [], @@ -39796,7 +40004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -39820,7 +40028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "GenericTypeArguments": [], @@ -39844,7 +40052,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", "GenericTypeArguments": [], @@ -39868,7 +40076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", "GenericTypeArguments": [], @@ -39892,7 +40100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", "GenericTypeArguments": [], @@ -39916,7 +40124,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", "GenericTypeArguments": [], @@ -39940,7 +40148,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", "GenericTypeArguments": [], @@ -39964,7 +40172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -40032,7 +40240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -40132,6 +40340,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ForceFirewallPolicyAssociation", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Zone", @@ -40235,7 +40467,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -40303,7 +40535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -40438,7 +40670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -40498,7 +40730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -40562,7 +40794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", "GenericTypeArguments": [], @@ -40586,7 +40818,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", "GenericTypeArguments": [], @@ -40610,7 +40842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", "GenericTypeArguments": [], @@ -40634,7 +40866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", "GenericTypeArguments": [], @@ -40658,7 +40890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", "GenericTypeArguments": [], @@ -40682,7 +40914,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", "GenericTypeArguments": [], @@ -40706,7 +40938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", "GenericTypeArguments": [], @@ -40730,7 +40962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -40754,7 +40986,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "GenericTypeArguments": [], @@ -40778,7 +41010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", "GenericTypeArguments": [], @@ -40802,7 +41034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", "GenericTypeArguments": [], @@ -40826,7 +41058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", "GenericTypeArguments": [], @@ -40850,7 +41082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", "GenericTypeArguments": [], @@ -40874,7 +41106,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", "GenericTypeArguments": [], @@ -40898,7 +41130,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -40966,7 +41198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -41066,6 +41298,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "ForceFirewallPolicyAssociation", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "Zone", @@ -41169,7 +41425,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", "GenericTypeArguments": [], @@ -41244,7 +41500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -41366,7 +41622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -41454,7 +41710,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -41558,7 +41814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -41639,7 +41895,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -41724,7 +41980,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -42130,7 +42386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -42206,7 +42462,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -42298,7 +42554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -42367,7 +42623,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -42440,7 +42696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -42608,7 +42864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -42837,7 +43093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -42864,16 +43120,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -42939,7 +43196,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -42966,16 +43223,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -43223,7 +43481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -43316,7 +43574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -43343,16 +43601,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -43666,7 +43925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -43777,7 +44036,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -43863,7 +44122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -43890,16 +44149,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -44027,7 +44287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -44054,16 +44314,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -44185,7 +44446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -44436,7 +44697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -44772,7 +45033,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -44883,7 +45144,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -44910,16 +45171,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -45003,7 +45265,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -45030,16 +45292,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -45167,7 +45430,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -45194,16 +45457,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -45325,7 +45589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -45352,16 +45616,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -45427,7 +45692,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -45454,16 +45719,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -45711,7 +45977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -45804,7 +46070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -45831,16 +46097,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -46154,7 +46421,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -46265,7 +46532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -46292,16 +46559,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -46367,7 +46635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -46394,16 +46662,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -46527,7 +46796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -46693,7 +46962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -46720,16 +46989,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -46973,7 +47243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -47000,16 +47270,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -47229,7 +47500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -47304,7 +47575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -47331,16 +47602,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -47584,7 +47856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -47611,16 +47883,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -47847,7 +48120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -47933,7 +48206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -47960,16 +48233,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -48097,7 +48371,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -48124,16 +48398,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -48255,7 +48530,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -48382,7 +48657,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -48870,7 +49145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -49274,7 +49549,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -49301,16 +49576,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -49394,7 +49670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -49421,16 +49697,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -49558,7 +49835,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -49585,16 +49862,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -49716,7 +49994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -49743,16 +50021,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -49818,7 +50097,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -49845,16 +50124,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -49978,7 +50258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -50144,7 +50424,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -50171,16 +50451,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -50424,7 +50705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -50451,16 +50732,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -50680,7 +50962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -50755,7 +51037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -50782,16 +51064,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -51035,7 +51318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -51062,16 +51345,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -51579,7 +51863,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -51606,16 +51890,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -51681,7 +51966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -51708,16 +51993,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -51839,7 +52125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -51943,7 +52229,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -52030,7 +52316,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -52118,7 +52404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -52201,7 +52487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -52282,7 +52568,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -52388,7 +52674,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -52415,16 +52701,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -52734,7 +53021,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -52761,16 +53048,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -52936,7 +53224,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -53028,7 +53316,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -53103,7 +53391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -53179,7 +53467,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -53250,7 +53538,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -53319,7 +53607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -53392,7 +53680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -53419,16 +53707,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -53601,7 +53890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -53689,7 +53978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -53716,16 +54005,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -53853,7 +54143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -53880,16 +54170,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -54011,7 +54302,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -54138,7 +54429,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -54242,7 +54533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -54329,7 +54620,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -54417,7 +54708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -54500,7 +54791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -54581,7 +54872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -55021,7 +55312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -55113,7 +55404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -55188,7 +55479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -55264,7 +55555,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -55335,7 +55626,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -55404,7 +55695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -55579,7 +55870,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -55667,7 +55958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -55694,16 +55985,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -55831,7 +56123,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -55858,16 +56150,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -55989,7 +56282,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -56016,16 +56309,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -56091,7 +56385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -56118,16 +56412,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -56249,7 +56544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -56353,7 +56648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -56440,7 +56735,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -56528,7 +56823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -56611,7 +56906,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -56692,7 +56987,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -56798,7 +57093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -56825,16 +57120,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -57144,7 +57440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -57171,16 +57467,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -57346,7 +57643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -57438,7 +57735,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -57513,7 +57810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -57589,7 +57886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -57660,7 +57957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -57729,7 +58026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -57802,7 +58099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -57829,16 +58126,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -58011,7 +58309,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UrlConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", "RequestHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", @@ -58069,7 +58367,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -58089,7 +58387,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -58109,7 +58407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Reroute": "System.Boolean", "ModifiedQueryString": "System.String", @@ -58202,7 +58500,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -58228,7 +58526,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -58254,7 +58552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Reroute": "System.Boolean", "ModifiedQueryString": "System.String", @@ -58365,7 +58663,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IgnoreCase": "System.Nullable`1[System.Boolean]", "Negate": "System.Nullable`1[System.Boolean]", @@ -58679,7 +58977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HeaderName": "System.String", "HeaderValue": "System.String" @@ -58907,7 +59205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -58934,118 +59232,120 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", + "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", + "ProbesText": "System.String", + "ProvisioningState": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "RequestRoutingRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ApplicationGateway", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", + "TagsTable": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", "Name": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ApplicationGateway", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "TagsTable": "System.String", "UrlPathMapsText": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", - "Name": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -59128,7 +59428,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -59187,7 +59487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -59214,16 +59514,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -59318,7 +59619,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -59395,7 +59696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -59477,7 +59778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -59504,16 +59805,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -59641,7 +59943,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -59668,16 +59970,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -59799,7 +60102,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -59881,7 +60184,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -59964,7 +60267,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -60041,7 +60344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -60068,16 +60371,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -60161,7 +60465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -60188,16 +60492,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -60325,7 +60630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -60352,16 +60657,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -60483,7 +60789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -60510,16 +60816,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -60585,7 +60892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -60612,16 +60919,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -60704,7 +61012,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -60763,7 +61071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -60790,16 +61098,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -60894,7 +61203,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -60971,7 +61280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Reroute": "System.Boolean", "ModifiedQueryString": "System.String", @@ -61242,7 +61551,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ActionSet": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", "Conditions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition]", @@ -61319,7 +61628,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UrlConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", "RequestHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", @@ -61394,7 +61703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition", "GenericTypeArguments": [], @@ -61475,7 +61784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UrlConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", "RequestHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", @@ -61562,7 +61871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition", "GenericTypeArguments": [], @@ -61637,7 +61946,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -61664,16 +61973,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -61739,7 +62049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -61766,16 +62076,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -61897,7 +62208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -61924,16 +62235,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -62079,7 +62391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -62134,7 +62446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -62161,16 +62473,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -62274,7 +62587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -62301,16 +62614,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -62432,7 +62746,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -62733,7 +63047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -62760,16 +63074,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -62835,7 +63150,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -62862,16 +63177,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -63044,7 +63360,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -63071,16 +63387,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -63289,7 +63606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -63316,16 +63633,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -63391,7 +63709,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -63418,16 +63736,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -63603,7 +63922,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -63630,16 +63949,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -63857,7 +64177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -63936,7 +64256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -63963,16 +64283,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -64100,7 +64421,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -64127,16 +64448,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -64258,7 +64580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -64577,7 +64899,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -64604,16 +64926,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -64697,7 +65020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -64724,16 +65047,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -64861,7 +65185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -64888,16 +65212,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -65019,7 +65344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -65046,16 +65371,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -65121,7 +65447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -65148,16 +65474,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -65333,7 +65660,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -65360,16 +65687,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -65587,7 +65915,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -65646,7 +65974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -65673,16 +66001,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -65786,7 +66115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -65813,16 +66142,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -65944,7 +66274,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -66325,7 +66655,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -66352,16 +66682,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -66427,7 +66758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -66454,16 +66785,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -66585,7 +66917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -66612,16 +66944,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -66767,7 +67100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -66794,16 +67127,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -66869,7 +67203,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -66896,16 +67230,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -67110,7 +67445,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -67137,16 +67472,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -67399,7 +67735,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -67426,16 +67762,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -67501,7 +67838,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -67528,16 +67865,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -67641,7 +67979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -67668,16 +68006,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -67799,7 +68138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -67826,16 +68165,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -67901,7 +68241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -67928,16 +68268,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -68059,7 +68400,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -68086,16 +68427,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -68241,7 +68583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -68268,118 +68610,120 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", + "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", + "ProbesText": "System.String", + "ProvisioningState": "System.String", + "RewriteRuleSetsText": "System.String", + "HttpListenersText": "System.String", + "BackendHttpSettingsCollectionText": "System.String", + "BackendAddressPoolsText": "System.String", + "FrontendPortsText": "System.String", + "FrontendIpConfigurationsText": "System.String", + "SslCertificatesText": "System.String", + "AuthenticationCertificatesText": "System.String", + "GatewayIpConfigurationsText": "System.String", + "Etag": "System.String", + "OperationalState": "System.String", + "RequestRoutingRulesText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ApplicationGateway", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", + "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", + "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", + "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", + "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", + "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", + "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", + "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", + "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", + "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", + "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", + "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", + "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", + "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", + "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", + "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", + "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", + "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", + "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", + "Zones": "System.Collections.Generic.List`1[System.String]", + "Tag": "System.Collections.Hashtable", + "EnableHttp2": "System.Nullable`1[System.Boolean]", + "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", + "TagsTable": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", "Name": "System.String", - "ProbesText": "System.String", - "ProvisioningState": "System.String", - "RewriteRuleSetsText": "System.String", - "HttpListenersText": "System.String", - "BackendHttpSettingsCollectionText": "System.String", - "BackendAddressPoolsText": "System.String", - "FrontendPortsText": "System.String", - "FrontendIpConfigurationsText": "System.String", - "SslCertificatesText": "System.String", - "AuthenticationCertificatesText": "System.String", - "GatewayIpConfigurationsText": "System.String", - "Etag": "System.String", - "OperationalState": "System.String", - "RequestRoutingRulesText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "ApplicationGateway", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "SslPolicy": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "WebApplicationFirewallConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "FirewallPolicy": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AuthenticationCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "CustomErrorConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "FrontendIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "FrontendPorts": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "HttpListeners": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "GatewayIPConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "Probes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "RedirectConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "RewriteRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "SslCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "TrustedRootCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "UrlPathMaps": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "Zones": "System.Collections.Generic.List`1[System.String]", - "Tag": "System.Collections.Hashtable", - "EnableHttp2": "System.Nullable`1[System.Boolean]", - "EnableFips": "System.Nullable`1[System.Boolean]", - "TagsTable": "System.String", "UrlPathMapsText": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", - "Name": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -68519,7 +68863,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -68546,16 +68890,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -68725,7 +69070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -68801,7 +69146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -68828,16 +69173,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -68965,7 +69311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -68992,16 +69338,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -69123,7 +69470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -69355,7 +69702,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -69382,16 +69729,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -69475,7 +69823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -69502,16 +69850,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -69639,7 +69988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -69666,16 +70015,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -69797,7 +70147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -69824,16 +70174,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -69899,7 +70250,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -69926,16 +70277,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -70075,7 +70427,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -70102,16 +70454,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -70281,7 +70634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -70308,16 +70661,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -70383,7 +70737,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -70410,16 +70764,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -70502,7 +70857,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -70538,7 +70893,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -70626,7 +70981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -70712,7 +71067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -70811,7 +71166,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -70917,7 +71272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -70944,16 +71299,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -71048,7 +71404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -71188,7 +71544,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -71215,16 +71571,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -71319,7 +71676,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -71387,7 +71744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -71463,7 +71820,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -71555,7 +71912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -71624,7 +71981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -71651,16 +72008,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -71755,7 +72113,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -71823,7 +72181,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -71892,7 +72250,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -71965,7 +72323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -71992,16 +72350,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -72096,7 +72455,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -72212,7 +72571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -72239,16 +72598,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -72343,7 +72703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -72418,7 +72778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -72502,7 +72862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -72529,16 +72889,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -72666,7 +73027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -72693,16 +73054,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -72824,7 +73186,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -72908,7 +73270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -72944,7 +73306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -73032,7 +73394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -73118,7 +73480,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -73217,7 +73579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -73347,7 +73709,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -73511,7 +73873,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -73579,7 +73941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -73655,7 +74017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -73747,7 +74109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -73840,7 +74202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -73908,7 +74270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -73977,7 +74339,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -74074,7 +74436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -74214,7 +74576,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -74289,7 +74651,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -74316,16 +74678,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -74409,7 +74772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -74436,16 +74799,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -74573,7 +74937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -74600,16 +74964,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -74731,7 +75096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -74758,16 +75123,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -74833,7 +75199,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -74860,16 +75226,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -74952,7 +75319,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -74988,7 +75355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -75076,7 +75443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -75162,7 +75529,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -75261,7 +75628,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -75367,7 +75734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -75394,16 +75761,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -75498,7 +75866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -75638,7 +76006,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -75665,16 +76033,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -75769,7 +76138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -75837,7 +76206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -75913,7 +76282,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -76005,7 +76374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -76074,7 +76443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -76101,16 +76470,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -76205,7 +76575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -76273,7 +76643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -76342,7 +76712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -76415,7 +76785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -76442,16 +76812,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -76546,7 +76917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -76662,7 +77033,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoscaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", @@ -76689,16 +77060,17 @@ "Tag": "System.Collections.Hashtable", "EnableHttp2": "System.Nullable`1[System.Boolean]", "EnableFips": "System.Nullable`1[System.Boolean]", + "ForceFirewallPolicyAssociation": "System.Nullable`1[System.Boolean]", + "IdentityText": "System.String", + "SslPolicyText": "System.String", + "FirewallPolicyText": "System.String", + "ResourceGroupName": "System.String", "TagsTable": "System.String", - "UrlPathMapsText": "System.String", - "Type": "System.String", "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "FirewallPolicyText": "System.String", - "SslPolicyText": "System.String", - "IdentityText": "System.String", + "Type": "System.String", "Name": "System.String", + "UrlPathMapsText": "System.String", + "Location": "System.String", "ProbesText": "System.String", "ProvisioningState": "System.String", "RewriteRuleSetsText": "System.String", @@ -76793,7 +77165,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", "GenericTypeArguments": [], @@ -76868,7 +77240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailablePrivateEndpointType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailablePrivateEndpointType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailablePrivateEndpointType, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Id": "System.String", @@ -77099,7 +77471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "FqdnTagName": "System.String", @@ -77157,7 +77529,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -77268,7 +77640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Protocols": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -77918,7 +78290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", "Name": "System.String", @@ -78021,7 +78393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule", "GenericTypeArguments": [], @@ -78147,7 +78519,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule", "GenericTypeArguments": [], @@ -78249,7 +78621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -78622,7 +78994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]", @@ -78748,7 +79120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -78963,7 +79335,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -79166,7 +79538,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -79596,7 +79968,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -80228,7 +80600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -80753,7 +81125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -80946,7 +81318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", "Name": "System.String" @@ -81056,7 +81428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -81321,7 +81693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -81554,7 +81926,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", "Name": "System.String", @@ -81657,7 +82029,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -81693,7 +82065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -81862,7 +82234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -82026,7 +82398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -82094,7 +82466,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -82212,7 +82584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -82344,7 +82716,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -82426,7 +82798,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", "Name": "System.String" @@ -82806,7 +83178,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -82992,7 +83364,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", "Name": "System.String" @@ -83430,7 +83802,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", "Name": "System.String", @@ -83517,7 +83889,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", "Name": "System.String" @@ -83570,7 +83942,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -83706,7 +84078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -83861,7 +84233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -83955,7 +84327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -84049,7 +84421,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -84117,7 +84489,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupWrapper, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", "Name": "System.String" @@ -84200,7 +84572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -84316,7 +84688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -84408,7 +84780,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", "GenericTypeArguments": [], @@ -84483,7 +84855,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -84586,7 +84958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -85045,7 +85417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BasePolicy": "Microsoft.Azure.Management.Network.Models.SubResource", "RuleCollectionGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", @@ -85626,7 +85998,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule]", @@ -85752,7 +86124,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule", "GenericTypeArguments": [], @@ -85878,7 +86250,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule", "GenericTypeArguments": [], @@ -85980,7 +86352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Protocols": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -86698,7 +87070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", @@ -86968,7 +87340,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewall]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -87167,7 +87539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule]", @@ -87293,7 +87665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule", "GenericTypeArguments": [], @@ -87398,7 +87770,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule", "GenericTypeArguments": [], @@ -87473,7 +87845,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -88068,7 +88440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]", @@ -88194,7 +88566,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule", "GenericTypeArguments": [], @@ -88320,7 +88692,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule", "GenericTypeArguments": [], @@ -88422,7 +88794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -88978,7 +89350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", @@ -89344,7 +89716,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -89419,7 +89791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GenericTypeArguments": [], @@ -89437,7 +89809,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -89513,7 +89885,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", "GenericTypeArguments": [], @@ -89531,7 +89903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", "GenericTypeArguments": [], @@ -89549,7 +89921,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", "GenericTypeArguments": [], @@ -89589,7 +89961,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -89902,7 +90274,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", "GenericTypeArguments": [], @@ -89926,7 +90298,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", "GenericTypeArguments": [], @@ -89950,7 +90322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", "GenericTypeArguments": [], @@ -90002,7 +90374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -90422,7 +90794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", "GenericTypeArguments": [], @@ -90446,7 +90818,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", "GenericTypeArguments": [], @@ -90470,7 +90842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", "GenericTypeArguments": [], @@ -90522,7 +90894,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -90820,7 +91192,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -90901,7 +91273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "GenericTypeArguments": [], @@ -90925,7 +91297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -91081,7 +91453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", "GenericTypeArguments": [], @@ -91105,7 +91477,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", "GenericTypeArguments": [], @@ -91129,7 +91501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", "GenericTypeArguments": [], @@ -91181,7 +91553,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -91813,7 +92185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", @@ -92087,7 +92459,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", @@ -92417,7 +92789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", @@ -92771,7 +93143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -93001,7 +93373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "EnableInternetSecurity": "System.Boolean", @@ -93100,7 +93472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -93578,7 +93950,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -94355,7 +94727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "EnableInternetSecurity": "System.Boolean", @@ -94777,7 +95149,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "EnableInternetSecurity": "System.Boolean", @@ -95034,7 +95406,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -95420,7 +95792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -95563,7 +95935,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -95935,7 +96307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -96699,7 +97071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -97006,7 +97378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -97388,7 +97760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -97498,7 +97870,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -97888,7 +98260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -98412,7 +98784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -98512,7 +98884,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -98788,7 +99160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -99111,7 +99483,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -99211,7 +99583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -99323,7 +99695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -99736,7 +100108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -99939,7 +100311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -100015,7 +100387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -100218,7 +100590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -100464,7 +100836,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -101041,7 +101413,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -101407,7 +101779,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -101851,7 +102223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -101971,7 +102343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -102299,7 +102671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -102677,7 +103049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -102806,7 +103178,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -103277,7 +103649,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -103591,7 +103963,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -103889,7 +104261,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -103999,7 +104371,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -104221,7 +104593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -104459,7 +104831,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnConnectionHealth", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SasUrl": "System.String" }, @@ -104552,7 +104924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -104858,7 +105230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -105240,7 +105612,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProfileUrl": "System.String" }, @@ -105333,7 +105705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -105603,7 +105975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -105922,7 +106294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -106067,7 +106439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -106155,7 +106527,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -106560,7 +106932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -107075,7 +107447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -107151,7 +107523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -107427,7 +107799,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -107742,7 +108114,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -108324,7 +108696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -108633,7 +109005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -109017,7 +109389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -109129,7 +109501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -109234,7 +109606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -109668,7 +110040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -110111,7 +110483,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -110328,7 +110700,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -110403,7 +110775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -110630,7 +111002,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnServerConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -111057,7 +111429,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -111617,7 +111989,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Destinations": "System.Collections.Generic.List`1[System.String]", @@ -111933,7 +112305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -112009,7 +112381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", "GenericTypeArguments": [], @@ -112108,7 +112480,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", "GenericTypeArguments": [], @@ -112207,7 +112579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -112308,7 +112680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -112585,7 +112957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -112991,7 +113363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -113063,7 +113435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -113458,7 +113830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -113652,7 +114024,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -114096,7 +114468,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -114395,7 +114767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -114505,7 +114877,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -114623,7 +114995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -114641,7 +115013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -114890,7 +115262,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -114914,7 +115286,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -115093,7 +115465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -115262,7 +115634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -115286,7 +115658,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -115588,7 +115960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -115612,7 +115984,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -115798,7 +116170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Destinations": "System.Collections.Generic.List`1[System.String]", @@ -116030,7 +116402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -116088,7 +116460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", "GenericTypeArguments": [], @@ -116145,7 +116517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", "GenericTypeArguments": [], @@ -116300,7 +116672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -116774,7 +117146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -117089,7 +117461,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -117222,7 +117594,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -117292,7 +117664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", "GenericTypeArguments": [], @@ -117437,7 +117809,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", "GenericTypeArguments": [], @@ -117579,7 +117951,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", "GenericTypeArguments": [], @@ -117697,7 +118069,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -117773,7 +118145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", "GenericTypeArguments": [], @@ -117889,7 +118261,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", "GenericTypeArguments": [], @@ -118012,7 +118384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -118144,7 +118516,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -118232,7 +118604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -118250,7 +118622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -118475,7 +118847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -118499,7 +118871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -118728,7 +119100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -118752,7 +119124,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -118933,7 +119305,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -119033,7 +119405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -119057,7 +119429,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -119260,7 +119632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", "GenericTypeArguments": [], @@ -119284,7 +119656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", "Connections": "System.Collections.Generic.List`1[System.String]", @@ -119470,7 +119842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -119761,7 +120133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationsResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationsResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfigurationsResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VpnServerConfigurationResourceIds": "System.Collections.Generic.List`1[System.String]", "VpnServerConfigurationResourceIdsText": "System.String" @@ -119855,7 +120227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -120074,7 +120446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -120369,7 +120741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfileResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProfileUrl": "System.String" }, @@ -120462,7 +120834,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -120546,7 +120918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -120753,7 +121125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -121056,7 +121428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -121126,7 +121498,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -121284,7 +121656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -121475,7 +121847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -121830,7 +122202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWanVpnSitesConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWanVpnSitesConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWanVpnSitesConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SasUrl": "System.String" }, @@ -121924,7 +122296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -122044,7 +122416,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", "GenericTypeArguments": [], @@ -122152,7 +122524,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", "GenericTypeArguments": [], @@ -122389,7 +122761,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -122459,7 +122831,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", "GenericTypeArguments": [], @@ -122553,7 +122925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -122741,7 +123113,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", "GenericTypeArguments": [], @@ -123026,7 +123398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -123583,7 +123955,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -123887,7 +124259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -124266,7 +124638,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -124372,7 +124744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -124852,7 +125224,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -125531,7 +125903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -125642,7 +126014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -125749,7 +126121,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -125870,7 +126242,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -126004,7 +126376,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -126148,7 +126520,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -126296,7 +126668,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -126460,7 +126832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -126726,7 +127098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -126890,7 +127262,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -127009,7 +127381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -127080,7 +127452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -127228,7 +127600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -127392,7 +127764,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -127511,7 +127883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -127681,7 +128053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -127845,7 +128217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -127988,7 +128360,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -128136,7 +128508,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -128300,7 +128672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -128542,7 +128914,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -128706,7 +129078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -128897,7 +129269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -129061,7 +129433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -129184,7 +129556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableBgp": "System.Boolean", @@ -129272,11 +129644,12 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", "LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", "IpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "Type": "System.String", "Name": "System.String", @@ -129385,7 +129758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -129584,11 +129957,12 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", "LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", "IpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "Type": "System.String", "Name": "System.String", @@ -129721,7 +130095,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -130037,7 +130411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -130470,7 +130844,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -130735,7 +131109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -131029,7 +131403,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -131152,7 +131526,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -131258,7 +131632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -131426,7 +131800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -131542,7 +131916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHub, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VpnGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -131693,7 +132067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -131908,7 +132282,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -132123,7 +132497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -132306,7 +132680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -132611,7 +132985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -132991,7 +133365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -133099,7 +133473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -133182,7 +133556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -133345,7 +133719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -133487,7 +133861,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -133558,7 +133932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -133722,7 +134096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -133862,7 +134236,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", "GenericTypeArguments": [], @@ -134009,7 +134383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -134317,7 +134691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -134659,7 +135033,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -134882,7 +135256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -135176,7 +135550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -135518,7 +135892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -135836,7 +136210,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -136019,7 +136393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -136338,7 +136712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -136732,7 +137106,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -136853,7 +137227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -137157,7 +137531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -137404,7 +137778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -137722,7 +138096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -138016,7 +138390,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -138134,7 +138508,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -138322,7 +138696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -138440,7 +138814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -138676,7 +139050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -138794,7 +139168,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnServerConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AadAuthenticationParameters": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", "VpnClientRevokedCertificates": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", @@ -139006,7 +139380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -139251,7 +139625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -139544,7 +139918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -139813,7 +140187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -139984,7 +140358,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -140107,7 +140481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -140403,7 +140777,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -140564,7 +140938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -140790,7 +141164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -141577,7 +141951,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -141840,7 +142214,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -142269,7 +142643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -142339,7 +142713,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -143009,7 +143383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -143279,11 +143653,12 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", "LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", "IpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "Type": "System.String", "Name": "System.String", @@ -143369,6 +143744,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "Fqdn", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "LinkProviderName", "AliasList": [], @@ -143503,30 +143896,382 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, - { - "ParameterMetadata": { - "Name": "IPAddress", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": true, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, + { + "ParameterMetadata": { + "Name": "LinkProviderName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LinkSpeedInMbps", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BGPAsn", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BGPPeeringAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByVpnSiteLinkIpAddress", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "IPAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LinkProviderName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LinkSpeedInMbps", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BGPAsn", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "BGPPeeringAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByVpnSiteLinkFqdn", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Fqdn", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "LinkProviderName", @@ -143741,7 +144486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -144048,7 +144793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -144430,7 +145175,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -144539,7 +145284,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -144662,7 +145407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -144888,7 +145633,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -145272,7 +146017,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -145655,7 +146400,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -145822,7 +146567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -146084,7 +146829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -146443,7 +147188,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -146561,7 +147306,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -146874,7 +147619,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -146992,7 +147737,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -147281,7 +148026,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -147399,7 +148144,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -147472,7 +148217,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -147734,7 +148479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -147852,7 +148597,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -148117,7 +148862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -148499,7 +149244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -148857,7 +149602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -148999,7 +149744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualWan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowVnetToVnetTraffic": "System.Boolean", "AllowBranchToBranchTraffic": "System.Boolean", @@ -149261,7 +150006,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -149595,7 +150340,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -149903,7 +150648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", "GenericTypeArguments": [], @@ -150026,7 +150771,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualNetworks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Tag": "System.Collections.Hashtable", @@ -150633,7 +151378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -150733,7 +151478,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -150877,7 +151622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -151015,7 +151760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizationKey": "System.String", "AuthorizationUseStatus": "System.String", @@ -151091,7 +151836,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -151235,7 +151980,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -151373,7 +152118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizationKey": "System.String", "AuthorizationUseStatus": "System.String", @@ -151563,7 +152308,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -151663,7 +152408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -151807,7 +152552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -151945,7 +152690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -152205,7 +152950,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -152675,7 +153420,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -152911,7 +153656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -153003,7 +153748,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering", "GenericTypeArguments": [], @@ -153021,7 +153766,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", "GenericTypeArguments": [], @@ -153282,7 +154027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering", "GenericTypeArguments": [], @@ -153306,7 +154051,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", "GenericTypeArguments": [], @@ -153674,7 +154419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering", "GenericTypeArguments": [], @@ -153698,7 +154443,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", "GenericTypeArguments": [], @@ -153864,7 +154609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -154098,7 +154843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPeering", "GenericTypeArguments": [], @@ -154122,7 +154867,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", "GenericTypeArguments": [], @@ -154295,7 +155040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -154395,7 +155140,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -154660,7 +155405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -154837,7 +155582,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -155287,7 +156032,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -155689,7 +156434,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -155794,7 +156539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -156207,7 +156952,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -156307,7 +157052,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -156418,6 +157163,27 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "AddressPrefixType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "IPv4", + "IPv6" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "AuthorizationKey", "AliasList": [], @@ -156505,7 +157271,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -156609,6 +157375,33 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "AddressPrefixType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "IPv4", + "IPv6" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AuthorizationKey", @@ -156732,7 +157525,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -156836,6 +157629,33 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "AddressPrefixType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "IPv4", + "IPv6" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "AuthorizationKey", @@ -156922,8 +157742,9 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "IPv6CircuitConnectionConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig", "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "AddressPrefix": "System.String", @@ -156932,6 +157753,7 @@ "ProvisioningState": "System.String", "ExpressRouteCircuitPeeringText": "System.String", "PeerExpressRouteCircuitPeeringText": "System.String", + "IPv6CircuitConnectionConfigText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -157003,7 +157825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -157147,7 +157969,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -157285,7 +158107,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -157385,7 +158207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -157529,7 +158351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -157654,47 +158476,51 @@ "AliasList": [] }, { - "VerbName": "Get", - "NounName": "AzExpressRouteCircuitPeeringConfig", - "Name": "Get-AzExpressRouteCircuitPeeringConfig", - "ClassName": "Microsoft.Azure.Commands.Network.GetAzureExpressRouteCircuitPeeringConfigCommand", - "SupportsShouldProcess": false, + "VerbName": "Set", + "NounName": "AzExpressRouteCircuitConnectionConfig", + "Name": "Set-AzExpressRouteCircuitConnectionConfig", + "ClassName": "Microsoft.Azure.Commands.Network.SetAzureExpressRouteCircuitConnectionConfigCommand", + "SupportsShouldProcess": true, "ConfirmImpact": 2, "SupportsPaging": false, - "DefaultParameterSetName": "__AllParameterSets", + "DefaultParameterSetName": "SetByResource", "OutputTypes": [ { "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", - "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", - "RouteFilter": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "Connections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection]", - "PeeredConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection]", - "AzureASN": "System.Int32", - "VlanId": "System.Int32", - "PeeringType": "System.String", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", + "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ServiceProviderProperties": "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties", + "Authorizations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization]", + "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", + "Tag": "System.Collections.Hashtable", + "AllowClassicOperations": "System.Nullable`1[System.Boolean]", + "AllowGlobalReach": "System.Nullable`1[System.Boolean]", + "GlobalReachEnabled": "System.Nullable`1[System.Boolean]", + "BandwidthInGbps": "System.Nullable`1[System.Double]", + "Stag": "System.Nullable`1[System.Int32]", + "ProvisioningState": "System.String", "Name": "System.String", - "ConnectionsText": "System.String", - "Ipv6PeeringConfigText": "System.String", - "RouteFilterText": "System.String", - "PeerASNText": "System.String", - "MicrosoftPeeringConfigText": "System.String", - "GatewayManagerEtag": "System.String", + "TagsTable": "System.String", + "CircuitProvisioningState": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "ExpressRoutePortText": "System.String", + "ServiceProviderPropertiesText": "System.String", + "PeeringsText": "System.String", + "AuthorizationsText": "System.String", + "SkuText": "System.String", "Etag": "System.String", - "ProvisioningState": "System.String", - "SharedKey": "System.String", - "SecondaryAzurePort": "System.String", - "PrimaryAzurePort": "System.String", - "SecondaryPeerAddressPrefix": "System.String", - "PrimaryPeerAddressPrefix": "System.String", - "State": "System.String", - "LastModifiedBy": "System.String", - "Id": "System.String", - "PeerASN": "System.UInt32" + "ServiceProviderProvisioningState": "System.String", + "ServiceKey": "System.String", + "ServiceProviderNotes": "System.String", + "GatewayManagerEtag": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -157755,7 +158581,7 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, { "Name": "ExpressRouteCircuit", @@ -157763,7 +158589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -157836,8 +158662,83 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "PeerExpressRouteCircuitPeering", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AddressPrefix", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AddressPrefixType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "IPv4", + "IPv6" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "AuthorizationKey", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "DefaultProfile", "AliasList": [ @@ -157893,10 +158794,10 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, - "Mandatory": false, - "Position": -2147483648, + "Mandatory": true, + "Position": 0, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, @@ -157907,7 +158808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -157980,10 +158881,721 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false + "ValidateNotNullOrEmpty": true }, "Mandatory": true, - "Position": -2147483648, + "Position": 1, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AddressPrefix", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AddressPrefixType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "IPv4", + "IPv6" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AuthorizationKey", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SetByResourceId", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "PeerExpressRouteCircuitPeering", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": 2, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExpressRouteCircuit", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", + "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ServiceProviderProperties": "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties", + "Authorizations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization]", + "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", + "Tag": "System.Collections.Hashtable", + "AllowClassicOperations": "System.Nullable`1[System.Boolean]", + "AllowGlobalReach": "System.Nullable`1[System.Boolean]", + "GlobalReachEnabled": "System.Nullable`1[System.Boolean]", + "BandwidthInGbps": "System.Nullable`1[System.Double]", + "Stag": "System.Nullable`1[System.Int32]", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "CircuitProvisioningState": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "ExpressRoutePortText": "System.String", + "ServiceProviderPropertiesText": "System.String", + "PeeringsText": "System.String", + "AuthorizationsText": "System.String", + "SkuText": "System.String", + "Etag": "System.String", + "ServiceProviderProvisioningState": "System.String", + "ServiceKey": "System.String", + "ServiceProviderNotes": "System.String", + "GatewayManagerEtag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AddressPrefix", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 3, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AddressPrefixType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [ + "IPv4", + "IPv6" + ], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AuthorizationKey", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "SetByResource", + "Parameters": [] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzExpressRouteCircuitPeeringConfig", + "Name": "Get-AzExpressRouteCircuitPeeringConfig", + "ClassName": "Microsoft.Azure.Commands.Network.GetAzureExpressRouteCircuitPeeringConfigCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", + "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", + "RouteFilter": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "Connections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection]", + "PeeredConnections": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection]", + "AzureASN": "System.Int32", + "VlanId": "System.Int32", + "PeeringType": "System.String", + "Name": "System.String", + "ConnectionsText": "System.String", + "Ipv6PeeringConfigText": "System.String", + "RouteFilterText": "System.String", + "PeerASNText": "System.String", + "MicrosoftPeeringConfigText": "System.String", + "GatewayManagerEtag": "System.String", + "Etag": "System.String", + "ProvisioningState": "System.String", + "SharedKey": "System.String", + "SecondaryAzurePort": "System.String", + "PrimaryAzurePort": "System.String", + "SecondaryPeerAddressPrefix": "System.String", + "PrimaryPeerAddressPrefix": "System.String", + "State": "System.String", + "LastModifiedBy": "System.String", + "Id": "System.String", + "PeerASN": "System.UInt32" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "ExpressRouteCircuit", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", + "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ServiceProviderProperties": "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties", + "Authorizations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization]", + "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", + "Tag": "System.Collections.Hashtable", + "AllowClassicOperations": "System.Nullable`1[System.Boolean]", + "AllowGlobalReach": "System.Nullable`1[System.Boolean]", + "GlobalReachEnabled": "System.Nullable`1[System.Boolean]", + "BandwidthInGbps": "System.Nullable`1[System.Double]", + "Stag": "System.Nullable`1[System.Int32]", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "CircuitProvisioningState": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "ExpressRoutePortText": "System.String", + "ServiceProviderPropertiesText": "System.String", + "PeeringsText": "System.String", + "AuthorizationsText": "System.String", + "SkuText": "System.String", + "Etag": "System.String", + "ServiceProviderProvisioningState": "System.String", + "ServiceKey": "System.String", + "ServiceProviderNotes": "System.String", + "GatewayManagerEtag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ExpressRouteCircuit", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", + "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "ServiceProviderProperties": "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties", + "Authorizations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization]", + "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", + "Tag": "System.Collections.Hashtable", + "AllowClassicOperations": "System.Nullable`1[System.Boolean]", + "AllowGlobalReach": "System.Nullable`1[System.Boolean]", + "GlobalReachEnabled": "System.Nullable`1[System.Boolean]", + "BandwidthInGbps": "System.Nullable`1[System.Double]", + "Stag": "System.Nullable`1[System.Int32]", + "ProvisioningState": "System.String", + "Name": "System.String", + "TagsTable": "System.String", + "CircuitProvisioningState": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "ExpressRoutePortText": "System.String", + "ServiceProviderPropertiesText": "System.String", + "PeeringsText": "System.String", + "AuthorizationsText": "System.String", + "SkuText": "System.String", + "Etag": "System.String", + "ServiceProviderProvisioningState": "System.String", + "ServiceKey": "System.String", + "ServiceProviderNotes": "System.String", + "GatewayManagerEtag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, "ValueFromPipeline": true, "ValueFromPipelineByPropertyName": false }, @@ -158045,7 +159657,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -158325,7 +159937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -159180,7 +160792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -159611,7 +161223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -159711,7 +161323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -159877,7 +161489,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -160043,7 +161655,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -160143,7 +161755,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -160408,7 +162020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -160585,7 +162197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -161035,7 +162647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -161437,7 +163049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -161542,7 +163154,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -162278,7 +163890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -162360,7 +163972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -162498,7 +164110,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", "ExpressRoutePort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -162660,7 +164272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Age": "System.Nullable`1[System.Int32]", "InterfaceProperty": "System.String", @@ -162777,7 +164389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -162998,7 +164610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163158,7 +164770,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "Network": "System.String", @@ -163276,7 +164888,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163497,7 +165109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163657,7 +165269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTableSummary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTableSummary, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTableSummary, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "V": "System.Nullable`1[System.Int32]", "AsProperty": "System.Nullable`1[System.Int32]", @@ -163775,7 +165387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -163996,7 +165608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164156,7 +165768,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitStats", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitStats, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitStats, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrimaryBytesIn": "System.Nullable`1[System.Int64]", "PrimaryBytesOut": "System.Nullable`1[System.Int64]", @@ -164444,7 +166056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitArpTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Age": "System.Nullable`1[System.Int32]", "InterfaceProperty": "System.String", @@ -164539,7 +166151,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -164633,7 +166245,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -164857,7 +166469,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165013,7 +166625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -165119,7 +166731,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165303,7 +166915,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165466,7 +167078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitRoutesTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "Network": "System.String", @@ -165562,7 +167174,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -165656,7 +167268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -165880,7 +167492,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166036,7 +167648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -166142,7 +167754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166326,7 +167938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166489,7 +168101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -166601,7 +168213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -166695,7 +168307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -166919,7 +168531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167075,7 +168687,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -167181,7 +168793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167365,7 +168977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network", "Name": "Microsoft.Azure.Commands.Network.DevicePathEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.DevicePathEnum, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -167528,7 +169140,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -167619,7 +169231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -167959,7 +169571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -168363,7 +169975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -168453,7 +170065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -168588,7 +170200,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -168717,7 +170329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -168790,7 +170402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -168959,7 +170571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -169164,7 +170776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -169411,7 +171023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -169484,7 +171096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -169628,7 +171240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering", "GenericTypeArguments": [], @@ -169721,7 +171333,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuit": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", @@ -169987,7 +171599,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering", "GenericTypeArguments": [], @@ -170202,7 +171814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AvailableBandwidths": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths]", "Tag": "System.Collections.Hashtable", @@ -170400,7 +172012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -170783,7 +172395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -170839,7 +172451,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -170952,7 +172564,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -171083,7 +172695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -171275,7 +172887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -171350,7 +172962,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -171463,7 +173075,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -171594,7 +173206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -171669,7 +173281,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -171802,7 +173414,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -171959,7 +173571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MacSecConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig", "RouterName": "System.String", @@ -172041,7 +173653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -172196,7 +173808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -172320,7 +173932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -172468,7 +174080,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -172599,7 +174211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -172820,7 +174432,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink", "GenericTypeArguments": [], @@ -172874,7 +174486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -173112,7 +174724,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink", "GenericTypeArguments": [], @@ -173184,7 +174796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -173459,7 +175071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink", "GenericTypeArguments": [], @@ -173531,7 +175143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -173756,7 +175368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink", "GenericTypeArguments": [], @@ -173828,7 +175440,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -173959,7 +175571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -174182,7 +175794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -174807,7 +176419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -174884,7 +176496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -175017,7 +176629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", "Links": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", @@ -175172,7 +176784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchVariables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable]", "MatchValues": "System.Collections.Generic.List`1[System.String]", @@ -175232,7 +176844,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable", "GenericTypeArguments": [], @@ -175380,7 +176992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable", "GenericTypeArguments": [], @@ -175570,7 +177182,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchConditions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition]", "Priority": "System.Int32", @@ -175684,7 +177296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition", "GenericTypeArguments": [], @@ -175837,7 +177449,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition", "GenericTypeArguments": [], @@ -175940,7 +177552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VariableName": "System.String", "Selector": "System.String" @@ -176186,7 +177798,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -176428,7 +178040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchVariable": "System.String", "SelectorMatchOperator": "System.String", @@ -176719,7 +178331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleId": "System.String", "State": "System.String" @@ -176951,7 +178563,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride]", "RuleGroupName": "System.String" @@ -177023,7 +178635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride", "GenericTypeArguments": [], @@ -177104,7 +178716,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride", "GenericTypeArguments": [], @@ -177179,7 +178791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleGroupOverrides": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride]", "RuleSetVersion": "System.String", @@ -177270,7 +178882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride", "GenericTypeArguments": [], @@ -177375,7 +178987,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride", "GenericTypeArguments": [], @@ -177450,7 +179062,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -177504,7 +179116,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet", "GenericTypeArguments": [], @@ -177522,7 +179134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion", "GenericTypeArguments": [], @@ -177579,7 +179191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet", "GenericTypeArguments": [], @@ -177603,7 +179215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion", "GenericTypeArguments": [], @@ -177678,7 +179290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -177798,7 +179410,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", "GenericTypeArguments": [], @@ -177816,7 +179428,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -177872,7 +179484,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -178092,7 +179704,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", "GenericTypeArguments": [], @@ -178116,7 +179728,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -178178,7 +179790,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -178360,7 +179972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -178786,7 +180398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -179126,7 +180738,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -179574,7 +181186,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -179674,7 +181286,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -179755,7 +181367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", "GenericTypeArguments": [], @@ -179773,7 +181385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -179829,7 +181441,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -179987,7 +181599,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", "GenericTypeArguments": [], @@ -180011,7 +181623,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -180073,7 +181685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -180200,7 +181812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagedRules": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", "PolicySettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", @@ -180269,7 +181881,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", "GenericTypeArguments": [], @@ -180293,7 +181905,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -180355,7 +181967,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -180506,7 +182118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", "GenericTypeArguments": [], @@ -180530,7 +182142,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -180592,7 +182204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -180719,7 +182331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", "GenericTypeArguments": [], @@ -180743,7 +182355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -180805,7 +182417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -180939,7 +182551,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -181179,7 +182791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -181910,7 +183522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -181988,7 +183600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -182122,7 +183734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -182280,7 +183892,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -182352,7 +183964,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -182486,7 +184098,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -182644,7 +184256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -182848,7 +184460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -182926,7 +184538,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -183060,7 +184672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -183218,7 +184830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -183296,7 +184908,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -183466,7 +185078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -183597,7 +185209,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -183712,7 +185324,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -183938,7 +185550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -184057,7 +185669,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -184307,7 +185919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -184506,7 +186118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -184681,7 +186293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -184763,7 +186375,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -184945,7 +186557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -185045,7 +186657,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -185179,7 +186791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -185337,7 +186949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -185530,7 +187142,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -185661,7 +187273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -185919,7 +187531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -186413,7 +188025,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -186594,7 +188206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -186672,7 +188284,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -186806,7 +188418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -186964,7 +188576,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -187042,7 +188654,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -187212,7 +188824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -187343,7 +188955,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -187458,7 +189070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -187684,7 +189296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -187803,7 +189415,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -188053,7 +189665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -188252,7 +189864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -188427,7 +190039,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -188509,7 +190121,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -188691,7 +190303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -189127,7 +190739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -189205,7 +190817,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -189444,7 +191056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -189582,7 +191194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -189925,7 +191537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -190244,7 +191856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -190349,7 +191961,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -190675,7 +192287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPortRangeStart": "System.Int32", @@ -190755,7 +192367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -190889,7 +192501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -191047,7 +192659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPortRangeStart": "System.Int32", @@ -191289,7 +192901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -191923,7 +193535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -192271,7 +193883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -192349,7 +193961,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -192483,7 +194095,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -192641,7 +194253,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -192719,7 +194331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -192958,7 +194570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -193096,7 +194708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -193439,7 +195051,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -193758,7 +195370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -193863,7 +195475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -194189,7 +195801,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -194267,7 +195879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -194488,7 +196100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -194626,7 +196238,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -194945,7 +196557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -195240,7 +196852,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -195345,7 +196957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -195647,7 +197259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -195723,7 +197335,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -195857,7 +197469,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -196015,7 +197627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -196235,7 +197847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -196821,7 +198433,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -197145,7 +198757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -197223,7 +198835,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -197357,7 +198969,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -197515,7 +199127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -197593,7 +199205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -197814,7 +199426,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -197952,7 +199564,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -198271,7 +199883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -198566,7 +200178,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -198671,7 +200283,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -198973,7 +200585,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -199051,7 +200663,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -199308,7 +200920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -199425,7 +201037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -199514,7 +201126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -199635,7 +201247,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -200050,7 +201662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -200393,7 +202005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -200498,7 +202110,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -200575,7 +202187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -200663,7 +202275,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -201013,7 +202625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -201093,7 +202705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -201227,7 +202839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -201385,7 +202997,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -201645,7 +203257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -201762,7 +203374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -201851,7 +203463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -202564,7 +204176,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -202669,7 +204281,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -202746,7 +204358,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -203101,7 +204713,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -203179,7 +204791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -203313,7 +204925,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -203471,7 +205083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -203549,7 +205161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -203806,7 +205418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -203923,7 +205535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -204012,7 +205624,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -204133,7 +205745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -204548,7 +206160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -204891,7 +206503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -204996,7 +206608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -205073,7 +206685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -205161,7 +206773,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -205511,7 +207123,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -205681,7 +207293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "GenericTypeArguments": [], @@ -205699,7 +207311,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -205717,7 +207329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule", "GenericTypeArguments": [], @@ -205735,7 +207347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSProbe", "GenericTypeArguments": [], @@ -205753,7 +207365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -205771,7 +207383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool", "GenericTypeArguments": [], @@ -205789,7 +207401,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule", "GenericTypeArguments": [], @@ -206004,7 +207616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "GenericTypeArguments": [], @@ -206028,7 +207640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -206052,7 +207664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule", "GenericTypeArguments": [], @@ -206076,7 +207688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSProbe", "GenericTypeArguments": [], @@ -206100,7 +207712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -206124,7 +207736,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool", "GenericTypeArguments": [], @@ -206148,7 +207760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule", "GenericTypeArguments": [], @@ -206271,7 +207883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -206349,7 +207961,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -206516,7 +208128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -206552,7 +208164,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -206662,7 +208274,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -206865,7 +208477,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -206957,7 +208569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -207160,7 +208772,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -207228,7 +208840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -207305,7 +208917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -207508,7 +209120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -207583,7 +209195,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -207652,7 +209264,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -207786,7 +209398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -207944,7 +209556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -208103,7 +209715,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -208139,7 +209751,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -208369,7 +209981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -208581,7 +210193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -208649,7 +210261,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -208846,7 +210458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -208921,7 +210533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -208999,7 +210611,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -209133,7 +210745,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -209291,7 +210903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -209369,7 +210981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -209536,7 +211148,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -209572,7 +211184,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -209682,7 +211294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -209885,7 +211497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -209977,7 +211589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -210180,7 +211792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -210248,7 +211860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -210325,7 +211937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -210528,7 +212140,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -210603,7 +212215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -210681,7 +212293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -210905,7 +212517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -211183,7 +212795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -211266,7 +212878,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -211400,7 +213012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -211558,7 +213170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -211983,7 +213595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -212061,7 +213673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -212195,7 +213807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -212353,7 +213965,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -212431,7 +214043,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -212655,7 +214267,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -213256,7 +214868,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -213334,7 +214946,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -213468,7 +215080,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", "BackendAddressPools": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", @@ -213626,7 +215238,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -214061,7 +215673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -214230,7 +215842,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoute", "GenericTypeArguments": [], @@ -214445,7 +216057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRoute", "GenericTypeArguments": [], @@ -214891,7 +216503,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -214968,7 +216580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -215155,7 +216767,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -215384,7 +216996,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressPrefix": "System.String", "NextHopType": "System.String", @@ -215443,7 +217055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -215576,7 +217188,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -215733,7 +217345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressPrefix": "System.String", "NextHopType": "System.String", @@ -216050,7 +217662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -216127,7 +217739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -216260,7 +217872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -216417,7 +218029,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -216494,7 +218106,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -216681,7 +218293,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -216910,7 +218522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -216987,7 +218599,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -217120,7 +218732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -217277,7 +218889,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceType": "System.String" }, @@ -217462,7 +219074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -217522,7 +219134,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Network.Models.PSIpGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -217851,7 +219463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -218364,7 +219976,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -218704,7 +220316,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -219152,7 +220764,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -219216,7 +220828,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -219336,7 +220948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -219480,12 +221092,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -219725,12 +221338,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -219860,6 +221474,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "Fqdn", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "AddressPrefix", "AliasList": [], @@ -220100,7 +221732,365 @@ }, { "ParameterMetadata": { - "Name": "GatewayIpAddress", + "Name": "AddressPrefix", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Asn", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "BgpPeeringAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "PeerWeight", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByLocalNetworkGatewayIpAddress", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "GatewayIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AddressPrefix", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Asn", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.UInt32", + "AssemblyQualifiedName": "System.UInt32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "BgpPeeringAddress", "AliasList": [], "Type": { "Namespace": "System", @@ -220122,6 +222112,244 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "PeerWeight", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Tag", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ByLocalNetworkGatewayFqdn", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Fqdn", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "AddressPrefix", @@ -220671,12 +222899,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -220738,12 +222967,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -220933,12 +223163,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -221176,7 +223407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -221622,7 +223853,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -221820,7 +224051,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -221838,7 +224069,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -222101,7 +224332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -222125,7 +224356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -222305,7 +224536,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -222653,7 +224884,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -223109,7 +225340,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -223237,7 +225468,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -223306,7 +225537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -223324,7 +225555,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -223465,7 +225696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -223489,7 +225720,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -223631,7 +225862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -223655,7 +225886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -223773,7 +226004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -223848,7 +226079,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -223872,7 +226103,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -223988,7 +226219,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -224012,7 +226243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "GenericTypeArguments": [], @@ -224135,7 +226366,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Association": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -224369,7 +226600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEffectiveRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "AddressPrefix": "System.Collections.Generic.List`1[System.String]", @@ -224644,7 +226875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -225608,7 +227839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -225720,7 +227951,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -225888,7 +228119,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -226019,7 +228250,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -226113,7 +228344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -226149,7 +228380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -226185,7 +228416,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -226221,7 +228452,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -226302,7 +228533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -226688,7 +228919,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -226906,7 +229137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -227025,7 +229256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -227107,7 +229338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -227131,7 +229362,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -227155,7 +229386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -227179,7 +229410,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -227227,7 +229458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -227452,7 +229683,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", @@ -227566,7 +229797,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -227722,7 +229953,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -227872,7 +230103,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", @@ -228061,7 +230292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -228192,7 +230423,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -228286,7 +230517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -228322,7 +230553,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -228358,7 +230589,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -228394,7 +230625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -228881,7 +231112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -229000,7 +231231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -229082,7 +231313,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -229106,7 +231337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -229130,7 +231361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -229154,7 +231385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -229328,7 +231559,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -229440,7 +231671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -229596,7 +231827,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -229746,7 +231977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -229858,7 +232089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -230026,7 +232257,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -230157,7 +232388,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -230251,7 +232482,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -230287,7 +232518,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -230323,7 +232554,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -230359,7 +232590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -230440,7 +232671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -230826,7 +233057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -231044,7 +233275,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -231163,7 +233394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -231245,7 +233476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -231269,7 +233500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -231293,7 +233524,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -231317,7 +233548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -231365,7 +233596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -231590,7 +233821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -231740,7 +233971,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "GenericTypeArguments": [], @@ -231776,7 +234007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -231907,7 +234138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -232001,7 +234232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -232108,7 +234339,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -232144,7 +234375,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -232180,7 +234411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -232216,7 +234447,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -232721,7 +234952,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "GenericTypeArguments": [], @@ -232769,7 +235000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -233150,7 +235381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "GenericTypeArguments": [], @@ -233962,7 +236193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -234081,7 +236312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -234163,7 +236394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -234258,7 +236489,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", "GenericTypeArguments": [], @@ -234282,7 +236513,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", "GenericTypeArguments": [], @@ -234306,7 +236537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "GenericTypeArguments": [], @@ -234330,7 +236561,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -235018,7 +237249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -235112,7 +237343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -235262,7 +237493,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -235436,7 +237667,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -235530,7 +237761,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -235659,7 +237890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -235765,7 +237996,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -235956,7 +238187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -236123,7 +238354,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -236196,7 +238427,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -236370,7 +238601,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -236775,7 +239006,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -236941,7 +239172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -237354,7 +239585,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -237609,7 +239840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -237703,7 +239934,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -237836,7 +240067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -238003,7 +240234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]", @@ -238083,7 +240314,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile", "GenericTypeArguments": [], @@ -238166,7 +240397,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile", "GenericTypeArguments": [], @@ -238241,7 +240472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -238843,7 +241074,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]", @@ -238921,7 +241152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -239115,7 +241346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -239326,7 +241557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -239496,7 +241727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -239638,7 +241869,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", "GenericTypeArguments": [], @@ -239831,7 +242062,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", "GenericTypeArguments": [], @@ -240029,7 +242260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -240493,7 +242724,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -240803,7 +243034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -240869,7 +243100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -240991,7 +243222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "ContainerNetworkInterfaceConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", @@ -241137,7 +243368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -241585,7 +243816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -241693,7 +243924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -241897,7 +244128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -241915,7 +244146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -242092,7 +244323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -242460,7 +244691,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -242484,7 +244715,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -242532,7 +244763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -242972,7 +245203,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -243347,7 +245578,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SourcePortRange": "System.Collections.Generic.IList`1[System.String]", "DestinationPortRange": "System.Collections.Generic.IList`1[System.String]", @@ -243434,7 +245665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -243604,7 +245835,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -243774,7 +246005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SourcePortRange": "System.Collections.Generic.IList`1[System.String]", "DestinationPortRange": "System.Collections.Generic.IList`1[System.String]", @@ -243976,7 +246207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -243994,7 +246225,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -244444,7 +246675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -244468,7 +246699,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -245141,7 +247372,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -245249,7 +247480,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -245401,7 +247632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -245547,7 +247778,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -245655,7 +247886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -245859,7 +248090,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -245877,7 +248108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -246054,7 +248285,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -246422,7 +248653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -246446,7 +248677,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", "GenericTypeArguments": [], @@ -246494,7 +248725,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -246934,7 +249165,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -247309,7 +249540,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -247455,7 +249686,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule", "GenericTypeArguments": [], @@ -247640,7 +249871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule", "GenericTypeArguments": [], @@ -248110,7 +250341,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -248200,7 +250431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -248346,7 +250577,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -248516,7 +250747,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Destination": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination", "Source": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource", @@ -248581,7 +250812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -248648,7 +250879,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -248840,7 +251071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -249308,7 +251539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorQueryResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorQueryResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorQueryResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "States": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot]", "StatesText": "System.String" @@ -249362,7 +251593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -249495,7 +251726,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -249633,7 +251864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -250146,7 +252377,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -250356,7 +252587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Destination": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination", "Source": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource", @@ -250421,7 +252652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -250488,7 +252719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -250733,7 +252964,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -250751,7 +252982,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -250787,7 +253018,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -250959,7 +253190,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -251338,7 +253569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -251431,7 +253662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -251455,7 +253686,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -252053,7 +254284,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -252077,7 +254308,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -252627,7 +254858,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -252651,7 +254882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -252815,7 +255046,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -253073,7 +255304,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "System.String", "Address": "System.String" @@ -253259,7 +255490,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Filter": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilter", "Name": "System.String", @@ -253388,7 +255619,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem", "GenericTypeArguments": [], @@ -253561,7 +255792,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem", "GenericTypeArguments": [], @@ -253752,7 +255983,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -253814,7 +256045,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -253949,7 +256180,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -253967,7 +256198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -254060,7 +256291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -254153,7 +256384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -254177,7 +256408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -254367,7 +256598,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -254391,7 +256622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -254557,7 +256788,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -254581,7 +256812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -254723,7 +256954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -254747,7 +256978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -254870,7 +257101,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WorkspaceSettings": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings", "Type": "System.String", @@ -255099,7 +257330,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProtocolConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration", "SuccessThreshold": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold", @@ -255196,7 +257427,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -255393,7 +257624,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -255576,7 +257807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sources": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", "Destinations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", @@ -255654,7 +257885,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -255674,7 +257905,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -255694,7 +257925,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -255795,7 +258026,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -255821,7 +258052,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -255847,7 +258078,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -255967,7 +258198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -256100,7 +258331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -256256,7 +258487,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -256865,7 +259096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -257123,7 +259354,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV1, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Destination": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination", "Source": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource", @@ -257188,7 +259419,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResultV2, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Outputs": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", @@ -257255,7 +259486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -257388,7 +259619,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -257579,7 +259810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -257597,7 +259828,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -257726,7 +259957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -258081,7 +260312,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -258174,7 +260405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -258198,7 +260429,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -258748,7 +260979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -258772,7 +261003,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -259274,7 +261505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -259298,7 +261529,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -259748,7 +261979,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", "GenericTypeArguments": [], @@ -259772,7 +262003,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", "GenericTypeArguments": [], @@ -259912,7 +262143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -260141,7 +262372,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -260274,7 +262505,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -260430,7 +262661,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -261039,7 +263270,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -261316,7 +263547,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -261449,7 +263680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -261605,7 +263836,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -262214,7 +264445,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -262472,7 +264703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -262544,7 +264775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -262736,7 +264967,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -263204,7 +265435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -263276,7 +265507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -263672,7 +265903,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -264029,7 +266260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -266228,7 +268459,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -266361,7 +268592,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -266527,7 +268758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -267136,7 +269367,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -267404,7 +269635,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -267476,7 +269707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -267609,7 +269840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -267963,7 +270194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -268322,7 +270553,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -270869,7 +273100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -271089,7 +273320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -271459,7 +273690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLog", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLog, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLog, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -271520,7 +273751,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -271712,7 +273943,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -272228,7 +274459,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNextHopResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNextHopResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNextHopResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NextHopType": "System.String", "NextHopIpAddress": "System.String", @@ -272283,7 +274514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -272529,7 +274760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -273333,7 +275564,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupViewResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupViewResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupViewResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView]", "NetworkInterfacesText": "System.String" @@ -273387,7 +275618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -273579,7 +275810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -274095,7 +276326,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTopology", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopology, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopology, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Resources": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyResource]", "CreatedDateTime": "System.Nullable`1[System.DateTime]", @@ -274152,7 +276383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -274326,7 +276557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -274746,7 +276977,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails]", "Tag": "System.Collections.Hashtable", @@ -274817,7 +277048,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -274991,7 +277222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -275411,7 +277642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResponse, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult]", "ResultsText": "System.String" @@ -275465,7 +277696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -275636,7 +277867,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -275713,7 +277944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -275828,7 +278059,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -276020,7 +278251,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -276186,7 +278417,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -276352,7 +278583,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -276494,7 +278725,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -276595,7 +278826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Direction": "System.String", "Protocol": "System.String", @@ -276952,7 +279183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -277276,7 +279507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGetPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGetPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGetPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageLocation": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation", "Filters": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter]", @@ -277360,7 +279591,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -277552,7 +279783,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -278068,7 +280299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageLocation": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation", "Filters": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter]", @@ -278142,7 +280373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -278409,7 +280640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", "GenericTypeArguments": [], @@ -278484,7 +280715,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -278749,7 +280980,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", "GenericTypeArguments": [], @@ -279089,7 +281320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", "GenericTypeArguments": [], @@ -279403,7 +281634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", "GenericTypeArguments": [], @@ -279693,7 +281924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", "GenericTypeArguments": [], @@ -279792,7 +282023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Protocol": "System.String", "RemoteIPAddress": "System.String", @@ -280168,7 +282399,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -280378,7 +282609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -281009,7 +283240,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -281219,7 +283450,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -281850,7 +284081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -282042,7 +284273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -282558,7 +284789,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLog", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLog, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLog, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Format": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", "RetentionPolicy": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", @@ -282619,7 +284850,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -283035,7 +285266,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -283418,7 +285649,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -283845,7 +286076,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -286445,7 +288676,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Results": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails]", "Tag": "System.Collections.Hashtable", @@ -286516,7 +288747,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -286726,7 +288957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -287338,7 +289569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectivityInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Hops": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]", "AvgLatencyInMs": "System.Nullable`1[System.Int32]", @@ -287398,7 +289629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -287605,7 +289836,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -287717,7 +289948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -287904,7 +290135,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -288203,7 +290434,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -288476,7 +290707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -288725,7 +290956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -288861,7 +291092,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPFlowVerifyResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPFlowVerifyResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPFlowVerifyResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Access": "System.String", "RuleName": "System.String" @@ -288915,7 +291146,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -289239,7 +291470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -290451,7 +292682,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", @@ -290896,7 +293127,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", @@ -291037,7 +293268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -291150,7 +293381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection", "GenericTypeArguments": [], @@ -291353,7 +293584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -291472,7 +293703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection", "GenericTypeArguments": [], @@ -291643,7 +293874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", "GroupIds": "System.Collections.Generic.List`1[System.String]", @@ -291723,7 +293954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -292008,7 +294239,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -292676,7 +294907,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", @@ -292761,7 +294992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", @@ -292902,7 +295133,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", @@ -293067,7 +295298,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAutoApprovedPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAutoApprovedPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAutoApprovedPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateLinkService": "System.String" }, @@ -293294,7 +295525,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -293729,7 +295960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -293862,7 +296093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "GenericTypeArguments": [], @@ -293880,7 +296111,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration", "GenericTypeArguments": [], @@ -294119,7 +296350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "GenericTypeArguments": [], @@ -294143,7 +296374,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration", "GenericTypeArguments": [], @@ -294362,7 +296593,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -294905,7 +297136,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -295448,7 +297679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -296872,7 +299103,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -297505,7 +299736,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequiredMembers": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", @@ -297739,7 +299970,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -297860,7 +300091,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -297936,7 +300167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -298181,7 +300412,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -298263,7 +300494,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -299015,7 +301246,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -299092,7 +301323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -299225,7 +301456,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkService, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Visibility": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", "AutoApproval": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", @@ -299382,7 +301613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpServiceCommunity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpServiceCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpServiceCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpCommunities": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity]", "Name": "System.String", @@ -299530,7 +301761,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProvider", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProvider, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BandwidthsOffered": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered]", "PeeringLocations": "System.Collections.Generic.List`1[System.String]", @@ -299877,7 +302108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -300788,7 +303019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -301002,7 +303233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag", "GenericTypeArguments": [], @@ -301020,7 +303251,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", @@ -301417,7 +303648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag", "GenericTypeArguments": [], @@ -301441,7 +303672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", @@ -301713,7 +303944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpTagType": "System.String", "Tag": "System.String" @@ -302264,7 +304495,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -302341,7 +304572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -302474,7 +304705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -302631,7 +304862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", @@ -303011,7 +305242,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", @@ -303198,7 +305429,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag", "GenericTypeArguments": [], @@ -303478,7 +305709,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag", "GenericTypeArguments": [], @@ -303724,7 +305955,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", @@ -304194,7 +306425,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", @@ -304510,7 +306741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", @@ -304582,7 +306813,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", @@ -304710,7 +306941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefix, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", @@ -304862,7 +307093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -305296,7 +307527,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -305428,7 +307659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", "GenericTypeArguments": [], @@ -305613,7 +307844,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", "GenericTypeArguments": [], @@ -306041,7 +308272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -306117,7 +308348,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -306326,7 +308557,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -306583,7 +308814,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Communities": "System.Collections.Generic.List`1[System.String]", "Access": "System.String", @@ -306659,7 +308890,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -306797,7 +309028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -306929,7 +309160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Communities": "System.Collections.Generic.List`1[System.String]", "Access": "System.String", @@ -307297,7 +309528,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Communities": "System.Collections.Generic.List`1[System.String]", "Access": "System.String", @@ -307373,7 +309604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -307529,7 +309760,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -307685,7 +309916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -307761,7 +309992,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -307970,7 +310201,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -308227,7 +310458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -308303,7 +310534,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -308453,7 +310684,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -308633,7 +310864,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -309013,7 +311244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -309107,7 +311338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", "GenericTypeArguments": [], @@ -309242,7 +311473,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", "GenericTypeArguments": [], @@ -309462,7 +311693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -309868,7 +312099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -310140,7 +312371,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -310234,7 +312465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -310426,7 +312657,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -310634,7 +312865,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -310711,7 +312942,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -310849,7 +313080,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -310981,7 +313212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -311302,7 +313533,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -311414,7 +313645,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -311472,7 +313703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -311610,7 +313841,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -311759,7 +313990,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -311884,7 +314115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -311948,7 +314179,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -312073,7 +314304,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -312205,7 +314436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -312299,7 +314530,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -312491,7 +314722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -312699,7 +314930,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -312775,7 +315006,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -312889,7 +315120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -313541,29 +315772,31 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "ExpressRouteGatewayBypass": "System.Boolean", - "EnableBgp": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", + "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", + "DpdTimeoutSeconds": "System.Int32", "RoutingWeight": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "Type": "System.String", - "TunnelConnectionStatusText": "System.String", "TagsTable": "System.String", + "Type": "System.String", "ResourceGuid": "System.String", "Name": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", + "TunnelConnectionStatusText": "System.String", "PeerText": "System.String", "AuthorizationKey": "System.String", "VirtualNetworkGateway2Text": "System.String", @@ -314001,7 +316234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -314577,7 +316810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalAddressRanges": "System.String[]", "RemoteAddressRanges": "System.String[]" @@ -314809,29 +317042,31 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "ExpressRouteGatewayBypass": "System.Boolean", - "EnableBgp": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", + "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", + "DpdTimeoutSeconds": "System.Int32", "RoutingWeight": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "Type": "System.String", - "TunnelConnectionStatusText": "System.String", "TagsTable": "System.String", + "Type": "System.String", "ResourceGuid": "System.String", "Name": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", + "TunnelConnectionStatusText": "System.String", "PeerText": "System.String", "AuthorizationKey": "System.String", "VirtualNetworkGateway2Text": "System.String", @@ -314882,52 +317117,313 @@ } ] }, - "ParameterSets": [ - "__AllParameterSets" - ] - } - ], - "Parameters": [ - { - "Name": "Name", - "AliasList": [ - "ResourceName" - ], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "ResourceGroupName", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "ResourceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Location", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AuthorizationKey", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "VirtualNetworkGateway1", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", + "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", + "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", + "ActiveActive": "System.Boolean", + "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "Tag": "System.Collections.Hashtable", + "TagsTable": "System.String", + "Name": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "CustomRoutesText": "System.String", + "IpConfigurationsText": "System.String", + "VpnClientConfigurationText": "System.String", + "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", + "Etag": "System.String", + "VpnGatewayGeneration": "System.String", + "ProvisioningState": "System.String", + "VpnType": "System.String", + "GatewayType": "System.String", + "BgpSettingsText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "VirtualNetworkGateway2", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", + "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", + "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", + "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", + "ActiveActive": "System.Boolean", + "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", + "Tag": "System.Collections.Hashtable", + "TagsTable": "System.String", + "Name": "System.String", + "Type": "System.String", + "ResourceGuid": "System.String", + "Location": "System.String", + "ResourceGroupName": "System.String", + "CustomRoutesText": "System.String", + "IpConfigurationsText": "System.String", + "VpnClientConfigurationText": "System.String", + "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", + "Etag": "System.String", + "VpnGatewayGeneration": "System.String", + "ProvisioningState": "System.String", + "VpnType": "System.String", + "GatewayType": "System.String", + "BgpSettingsText": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "LocalNetworkGateway2", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", + "Tag": "System.Collections.Hashtable", + "GatewayIpAddress": "System.String", + "Fqdn": "System.String", + "ProvisioningState": "System.String", + "AddressSpaceText": "System.String", + "BgpSettingsText": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true + "ValidateNotNullOrEmpty": false }, { - "Name": "Location", + "Name": "ConnectionType", "AliasList": [], "Type": { "Namespace": "System", @@ -314939,18 +317435,23 @@ "Methods": [], "Constructors": [] }, - "ValidateSet": [], + "ValidateSet": [ + "IPsec", + "Vnet2Vnet", + "ExpressRoute", + "VPNClient" + ], "ValidateRangeMin": null, "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, { - "Name": "AuthorizationKey", + "Name": "RoutingWeight", "AliasList": [], "Type": { "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -314960,255 +317461,10 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "VirtualNetworkGateway1", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", - "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", - "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", - "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", - "EnableBgp": "System.Boolean", - "ActiveActive": "System.Boolean", - "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", - "Tag": "System.Collections.Hashtable", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", - "VpnClientConfigurationText": "System.String", - "SkuText": "System.String", - "Etag": "System.String", - "IpConfigurationsText": "System.String", - "VpnGatewayGeneration": "System.String", - "ProvisioningState": "System.String", - "VpnType": "System.String", - "GatewayType": "System.String", - "BgpSettingsText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, { - "Name": "VirtualNetworkGateway2", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", - "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", - "GatewayDefaultSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", - "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", - "EnableBgp": "System.Boolean", - "ActiveActive": "System.Boolean", - "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", - "Tag": "System.Collections.Hashtable", - "Name": "System.String", - "TagsTable": "System.String", - "Type": "System.String", - "ResourceGuid": "System.String", - "Location": "System.String", - "ResourceGroupName": "System.String", - "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", - "VpnClientConfigurationText": "System.String", - "SkuText": "System.String", - "Etag": "System.String", - "IpConfigurationsText": "System.String", - "VpnGatewayGeneration": "System.String", - "ProvisioningState": "System.String", - "VpnType": "System.String", - "GatewayType": "System.String", - "BgpSettingsText": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "LocalNetworkGateway2", - "AliasList": [], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", - "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", - "Tag": "System.Collections.Hashtable", - "GatewayIpAddress": "System.String", - "ProvisioningState": "System.String", - "AddressSpaceText": "System.String", - "BgpSettingsText": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - { - "Name": "ConnectionType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [ - "IPsec", - "Vnet2Vnet", - "ExpressRoute", - "VPNClient" - ], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - { - "Name": "RoutingWeight", + "Name": "DpdTimeoutInSeconds", "AliasList": [], "Type": { "Namespace": "System", @@ -315267,7 +317523,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -315356,6 +317612,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "UseLocalAzureIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "Tag", "AliasList": [], @@ -315416,7 +317690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -315434,7 +317708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -315646,7 +317920,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -315654,21 +317928,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -315730,7 +318005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -315738,21 +318013,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -315814,12 +318090,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -315932,6 +318209,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "DpdTimeoutInSeconds", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "SharedKey", @@ -315980,6 +318281,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "UseLocalAzureIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Tag", @@ -316059,7 +318384,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -316083,7 +318408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -316348,7 +318673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -316356,21 +318681,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -316432,7 +318758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -316440,21 +318766,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -316516,12 +318843,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -316634,6 +318962,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "DpdTimeoutInSeconds", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "SharedKey", @@ -316682,6 +319034,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "UseLocalAzureIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Tag", @@ -316761,7 +319137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -316785,7 +319161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -316928,7 +319304,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -317109,7 +319485,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -317117,21 +319493,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -317193,7 +319570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -317201,21 +319578,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -317277,12 +319655,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -317395,6 +319774,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "DpdTimeoutInSeconds", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.Int32", + "AssemblyQualifiedName": "System.Int32, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "SharedKey", @@ -317443,6 +319846,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "UseLocalAzureIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Tag", @@ -317522,7 +319949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -317546,7 +319973,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -318539,7 +320966,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -318646,29 +321073,31 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "ExpressRouteGatewayBypass": "System.Boolean", - "EnableBgp": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", + "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", + "DpdTimeoutSeconds": "System.Int32", "RoutingWeight": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "Type": "System.String", - "TunnelConnectionStatusText": "System.String", "TagsTable": "System.String", + "Type": "System.String", "ResourceGuid": "System.String", "Name": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", + "TunnelConnectionStatusText": "System.String", "PeerText": "System.String", "AuthorizationKey": "System.String", "VirtualNetworkGateway2Text": "System.String", @@ -318969,29 +321398,31 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "ExpressRouteGatewayBypass": "System.Boolean", - "EnableBgp": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", + "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", + "DpdTimeoutSeconds": "System.Int32", "RoutingWeight": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "Type": "System.String", - "TunnelConnectionStatusText": "System.String", "TagsTable": "System.String", + "Type": "System.String", "ResourceGuid": "System.String", "Name": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", + "TunnelConnectionStatusText": "System.String", "PeerText": "System.String", "AuthorizationKey": "System.String", "VirtualNetworkGateway2Text": "System.String", @@ -319366,7 +321797,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -319472,29 +321903,31 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "ExpressRouteGatewayBypass": "System.Boolean", - "EnableBgp": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", + "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", + "DpdTimeoutSeconds": "System.Int32", "RoutingWeight": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "Type": "System.String", - "TunnelConnectionStatusText": "System.String", "TagsTable": "System.String", + "Type": "System.String", "ResourceGuid": "System.String", "Name": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", + "TunnelConnectionStatusText": "System.String", "PeerText": "System.String", "AuthorizationKey": "System.String", "VirtualNetworkGateway2Text": "System.String", @@ -319794,29 +322227,31 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "ExpressRouteGatewayBypass": "System.Boolean", - "EnableBgp": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", + "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", + "DpdTimeoutSeconds": "System.Int32", "RoutingWeight": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "Type": "System.String", - "TunnelConnectionStatusText": "System.String", "TagsTable": "System.String", + "Type": "System.String", "ResourceGuid": "System.String", "Name": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", + "TunnelConnectionStatusText": "System.String", "PeerText": "System.String", "AuthorizationKey": "System.String", "VirtualNetworkGateway2Text": "System.String", @@ -320191,29 +322626,31 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "ExpressRouteGatewayBypass": "System.Boolean", - "EnableBgp": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", + "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", + "DpdTimeoutSeconds": "System.Int32", "RoutingWeight": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "Type": "System.String", - "TunnelConnectionStatusText": "System.String", "TagsTable": "System.String", + "Type": "System.String", "ResourceGuid": "System.String", "Name": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", + "TunnelConnectionStatusText": "System.String", "PeerText": "System.String", "AuthorizationKey": "System.String", "VirtualNetworkGateway2Text": "System.String", @@ -320276,29 +322713,31 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "ExpressRouteGatewayBypass": "System.Boolean", - "EnableBgp": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", + "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", + "DpdTimeoutSeconds": "System.Int32", "RoutingWeight": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "Type": "System.String", - "TunnelConnectionStatusText": "System.String", "TagsTable": "System.String", + "Type": "System.String", "ResourceGuid": "System.String", "Name": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", + "TunnelConnectionStatusText": "System.String", "PeerText": "System.String", "AuthorizationKey": "System.String", "VirtualNetworkGateway2Text": "System.String", @@ -320374,6 +322813,26 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "DpdTimeoutInSeconds", + "AliasList": [], + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "UsePolicyBasedTrafficSelectors", "AliasList": [], @@ -320394,13 +322853,33 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "UseLocalAzureIpAddress", + "AliasList": [], + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "IpsecPolicies", "AliasList": [], "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -320418,7 +322897,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -320529,29 +323008,31 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "ExpressRouteGatewayBypass": "System.Boolean", - "EnableBgp": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", + "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", + "DpdTimeoutSeconds": "System.Int32", "RoutingWeight": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "Type": "System.String", - "TunnelConnectionStatusText": "System.String", "TagsTable": "System.String", + "Type": "System.String", "ResourceGuid": "System.String", "Name": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", + "TunnelConnectionStatusText": "System.String", "PeerText": "System.String", "AuthorizationKey": "System.String", "VirtualNetworkGateway2Text": "System.String", @@ -320638,6 +323119,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "DpdTimeoutInSeconds", + "AliasList": [], + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "UsePolicyBasedTrafficSelectors", @@ -320664,6 +323171,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "UseLocalAzureIpAddress", + "AliasList": [], + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "IpsecPolicies", @@ -320671,7 +323204,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -320695,7 +323228,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -320835,29 +323368,31 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", "Peer": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "VirtualNetworkGateway1": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "VirtualNetworkGateway2": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", "ExpressRouteGatewayBypass": "System.Boolean", - "EnableBgp": "System.Boolean", "UsePolicyBasedTrafficSelectors": "System.Boolean", + "EnableBgp": "System.Boolean", + "UseLocalAzureIpAddress": "System.Boolean", "IpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", "TrafficSelectorPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", "TunnelConnectionStatus": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", "Tag": "System.Collections.Hashtable", + "DpdTimeoutSeconds": "System.Int32", "RoutingWeight": "System.Int32", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", "IngressBytesTransferred": "System.Nullable`1[System.Int64]", - "Type": "System.String", - "TunnelConnectionStatusText": "System.String", "TagsTable": "System.String", + "Type": "System.String", "ResourceGuid": "System.String", "Name": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", + "TunnelConnectionStatusText": "System.String", "PeerText": "System.String", "AuthorizationKey": "System.String", "VirtualNetworkGateway2Text": "System.String", @@ -320944,6 +323479,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "DpdTimeoutInSeconds", + "AliasList": [], + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "UsePolicyBasedTrafficSelectors", @@ -320970,6 +323531,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "UseLocalAzureIpAddress", + "AliasList": [], + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "IpsecPolicies", @@ -320977,7 +323564,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -321001,7 +323588,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", "GenericTypeArguments": [], @@ -321128,7 +323715,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -321136,21 +323723,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -321207,7 +323795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -321215,21 +323803,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -321339,7 +323928,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -321470,7 +324059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -321585,7 +324174,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -321593,21 +324182,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -321809,7 +324399,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -321817,21 +324407,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -321985,7 +324576,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -322104,7 +324695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -322186,7 +324777,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -322194,21 +324785,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -322369,7 +324961,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Thumbprint": "System.String", "ProvisioningState": "System.String", @@ -322688,7 +325280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicCertData": "System.String", "ProvisioningState": "System.String", @@ -323248,7 +325840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "LocalAddress": "System.String", @@ -323569,7 +326161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBGPPeerStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBGPPeerStatus, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBGPPeerStatus, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Asn": "System.Nullable`1[System.Int32]", "RoutesReceived": "System.Nullable`1[System.Int64]", @@ -323891,7 +326483,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -323899,21 +326491,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -324148,7 +326741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSGatewayRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Weight": "System.Nullable`1[System.Int32]", "LocalAddress": "System.String", @@ -324427,7 +327020,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Thumbprint": "System.String", "ProvisioningState": "System.String", @@ -324704,7 +327297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicCertData": "System.String", "ProvisioningState": "System.String", @@ -324981,7 +327574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -325529,7 +328122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -326077,7 +328670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -326085,21 +328678,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -326212,7 +328806,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", "GenericTypeArguments": [], @@ -326302,6 +328896,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "EnablePrivateIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "GatewaySku", "AliasList": [], @@ -326344,12 +328956,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -326450,7 +329063,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -326468,7 +329081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -326486,7 +329099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -326534,6 +329147,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "IpConfigurationBgpPeeringAddresses", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "Tag", "AliasList": [], @@ -326881,7 +329512,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", "GenericTypeArguments": [], @@ -327000,6 +329631,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnablePrivateIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "GatewaySku", @@ -327049,12 +329704,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -327173,7 +329829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -327197,7 +329853,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -327221,7 +329877,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -327286,6 +329942,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "IpConfigurationBgpPeeringAddresses", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Tag", @@ -327603,7 +330283,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", "GenericTypeArguments": [], @@ -327722,6 +330402,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnablePrivateIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "GatewaySku", @@ -327771,12 +330475,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -327895,7 +330600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -327919,7 +330624,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -327943,7 +330648,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -328008,6 +330713,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "IpConfigurationBgpPeeringAddresses", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Tag", @@ -328253,7 +330982,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", "GenericTypeArguments": [], @@ -328372,6 +331101,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnablePrivateIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "GatewaySku", @@ -328421,12 +331174,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -328545,7 +331299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -328569,7 +331323,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -328593,7 +331347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -328658,6 +331412,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "IpConfigurationBgpPeeringAddresses", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Tag", @@ -328829,7 +331607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", "GenericTypeArguments": [], @@ -328948,6 +331726,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnablePrivateIpAddress", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "GatewaySku", @@ -328997,12 +331799,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -329121,7 +331924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -329145,7 +331948,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -329169,7 +331972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -329234,6 +332037,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "IpConfigurationBgpPeeringAddresses", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "Tag", @@ -329412,7 +332239,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -329527,7 +332354,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -329658,7 +332485,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -330005,7 +332832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -330124,7 +332951,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -330305,7 +333132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VpnProfileSASUrl": "System.String" }, @@ -330716,7 +333543,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Thumbprint": "System.String", "ProvisioningState": "System.String", @@ -330947,7 +333774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicCertData": "System.String", "ProvisioningState": "System.String", @@ -331233,7 +334060,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -331241,21 +334068,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -331460,7 +334288,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -331468,21 +334296,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -332030,7 +334859,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -332038,21 +334867,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -332109,7 +334939,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -332117,21 +334947,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -332226,7 +335057,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -332234,21 +335065,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -332361,7 +335193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -332369,21 +335201,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -332440,7 +335273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -332448,21 +335281,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -332575,7 +335409,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -332583,21 +335417,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -333296,7 +336131,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -333304,21 +336139,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -333375,7 +336211,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -333383,21 +336219,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -333528,7 +336365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -333536,21 +336373,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -333711,7 +336549,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -333719,21 +336557,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -333790,7 +336629,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -333798,21 +336637,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -333939,7 +336779,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -333947,21 +336787,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -334112,7 +336953,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -334120,21 +336961,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -334191,7 +337033,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -334199,21 +337041,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -334269,12 +337112,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -334374,7 +337218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -334382,21 +337226,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -334502,12 +337347,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -334574,7 +337420,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -334582,21 +337428,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -334709,7 +337556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -334805,7 +337652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -334864,7 +337711,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -334872,21 +337719,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -335047,7 +337895,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -335156,7 +338004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -335164,21 +338012,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -335288,7 +338137,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -335469,7 +338318,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -335589,7 +338438,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -335597,21 +338446,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -335668,7 +338518,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -335676,21 +338526,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -335782,12 +338633,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -335888,7 +338740,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -335906,7 +338758,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -335924,7 +338776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -335972,6 +338824,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "IpConfigurationBgpPeeringAddresses", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, { "Name": "EnableActiveActiveFeature", "AliasList": [], @@ -335990,6 +338860,26 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, + { + "Name": "EnablePrivateIpAddress", + "AliasList": [], + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DisableActiveActiveFeature", "AliasList": [], @@ -336215,7 +339105,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -336223,21 +339113,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -336341,12 +339232,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -336465,7 +339357,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -336489,7 +339381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -336513,7 +339405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -336578,6 +339470,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "IpConfigurationBgpPeeringAddresses", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "EnableActiveActiveFeature", @@ -336602,6 +339518,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnablePrivateIpAddress", + "AliasList": [], + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DisableActiveActiveFeature", @@ -336797,7 +339739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -336805,21 +339747,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -336923,12 +339866,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -337047,7 +339991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -337071,7 +340015,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -337095,7 +340039,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -337160,6 +340104,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "IpConfigurationBgpPeeringAddresses", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "EnableActiveActiveFeature", @@ -337184,6 +340152,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnablePrivateIpAddress", + "AliasList": [], + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DisableActiveActiveFeature", @@ -337403,7 +340397,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -337411,21 +340405,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -337529,12 +340524,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -337653,7 +340649,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -337677,7 +340673,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -337701,7 +340697,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -337766,6 +340762,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "IpConfigurationBgpPeeringAddresses", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "EnableActiveActiveFeature", @@ -337790,6 +340810,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnablePrivateIpAddress", + "AliasList": [], + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DisableActiveActiveFeature", @@ -338009,7 +341055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -338017,21 +341063,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -338135,12 +341182,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -338259,7 +341307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -338283,7 +341331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -338307,7 +341355,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -338372,6 +341420,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "IpConfigurationBgpPeeringAddresses", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "EnableActiveActiveFeature", @@ -338396,6 +341468,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnablePrivateIpAddress", + "AliasList": [], + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DisableActiveActiveFeature", @@ -338567,7 +341665,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -338575,21 +341673,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -338693,12 +341792,13 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -338817,7 +341917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", "GenericTypeArguments": [], @@ -338841,7 +341941,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", "GenericTypeArguments": [], @@ -338865,7 +341965,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", "GenericTypeArguments": [], @@ -338930,6 +342030,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": true }, + { + "ParameterMetadata": { + "Name": "IpConfigurationBgpPeeringAddresses", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[]", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, { "ParameterMetadata": { "Name": "EnableActiveActiveFeature", @@ -338954,6 +342078,32 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "EnablePrivateIpAddress", + "AliasList": [], + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DisableActiveActiveFeature", @@ -339112,7 +342262,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -339484,7 +342634,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -339660,7 +342810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", @@ -339773,7 +342923,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -340419,7 +343569,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", @@ -340520,7 +343670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -340917,7 +344067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -341381,7 +344531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -341693,7 +344843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -341761,7 +344911,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -341885,7 +345035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -342033,7 +345183,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -342467,7 +345617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -342635,7 +345785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "GenericTypeArguments": [], @@ -342922,7 +346072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "GenericTypeArguments": [], @@ -343141,7 +346291,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -343228,7 +346378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -343474,7 +346624,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -343750,7 +346900,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -344396,7 +347546,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -344465,7 +347615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -344590,7 +347740,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -345062,7 +348212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -345138,7 +348288,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -345270,7 +348420,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -345426,7 +348576,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -345520,7 +348670,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -345631,7 +348781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -345738,7 +348888,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -345836,7 +348986,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -345923,7 +349073,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -345941,7 +349091,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -346058,7 +349208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -346187,7 +349337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -346211,7 +349361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -346425,7 +349575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -346554,7 +349704,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -346578,7 +349728,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -346694,7 +349844,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -346789,7 +349939,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -346873,7 +350023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -346972,7 +350122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -347101,7 +350251,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -347125,7 +350275,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -347248,7 +350398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -347398,7 +350548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -347598,7 +350748,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -347772,7 +350922,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "System.Collections.Generic.List`1[System.String]", "ProvisioningState": "System.String", @@ -347848,7 +350998,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -348024,7 +351174,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -348194,7 +351344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -348326,7 +351476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -348482,7 +351632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -348726,7 +351876,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -348894,7 +352044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -349001,7 +352151,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -349099,7 +352249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -349186,7 +352336,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -349204,7 +352354,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -349369,7 +352519,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -349393,7 +352543,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -349655,7 +352805,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -349679,7 +352829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -349795,7 +352945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -349890,7 +353040,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -349974,7 +353124,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -350121,7 +353271,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -350145,7 +353295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -350268,7 +353418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -350362,7 +353512,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -350500,7 +353650,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -350632,7 +353782,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -350726,7 +353876,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -350837,7 +353987,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -350944,7 +354094,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -351042,7 +354192,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -351129,7 +354279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -351147,7 +354297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -351264,7 +354414,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -351393,7 +354543,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -351417,7 +354567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -351631,7 +354781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -351760,7 +354910,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -351784,7 +354934,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -351900,7 +355050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -351995,7 +355145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -352079,7 +355229,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", "PublicIpAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -352178,7 +355328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -352307,7 +355457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", "GenericTypeArguments": [], @@ -352331,7 +355481,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSDelegation", "GenericTypeArguments": [], @@ -352454,7 +355604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPAddressAvailabilityResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPAddressAvailabilityResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPAddressAvailabilityResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Available": "System.Boolean", "AvailableIPAddresses": "System.Collections.Generic.List`1[System.String]", @@ -352509,7 +355659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -352677,7 +355827,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -353017,7 +356167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostedGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -353663,7 +356813,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -354072,7 +357222,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostedGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -354196,7 +357346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -354513,7 +357663,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -354884,7 +358034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostedGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -355044,7 +358194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -355549,7 +358699,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -355928,7 +359078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostedGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -356304,7 +359454,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostedGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -356410,7 +359560,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -356418,21 +359568,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -356807,7 +359958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -356815,21 +359966,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -357359,7 +360511,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostedGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -357703,7 +360855,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HostedGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", @@ -358155,7 +361307,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "System.Collections.Generic.List`1[System.String]", "ProvisioningState": "System.String", @@ -358391,7 +361543,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -358523,7 +361675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -358699,7 +361851,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -358869,7 +362021,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -358877,21 +362029,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -358990,7 +362143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -358998,21 +362151,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -359489,7 +362643,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -359497,21 +362651,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -359812,7 +362967,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VpnProfileSASUrl": "System.String" }, @@ -360043,7 +363198,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientIPsecParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SaLifeTimeSeconds": "System.Int32", "SaDataSizeKilobytes": "System.Int32", @@ -360281,7 +363436,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealthDetail", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealthDetail, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealthDetail, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VpnConnectionDuration": "System.Nullable`1[System.Int64]", "MaxBandwidth": "System.Nullable`1[System.Int64]", @@ -360387,7 +363542,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -360395,21 +363550,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -360754,7 +363910,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -360762,21 +363918,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -360897,16 +364054,223 @@ ] }, { - "Name": "__AllParameterSets", + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzIpConfigurationBgpPeeringAddressObject", + "Name": "New-AzIpConfigurationBgpPeeringAddressObject", + "ClassName": "Microsoft.Azure.Commands.Network.VirtualNetworkGateway.NewAzIpConfigurationBgpPeeringAddressObjectCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ByName", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "IpConfigurationId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "CustomAddress", + "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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ByName", "Parameters": [ { "ParameterMetadata": { - "Name": "AsJob", + "Name": "IpConfigurationId", "AliasList": [], "Type": { - "Namespace": "System.Management.Automation", - "Name": "System.Management.Automation.SwitchParameter", - "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -360916,13 +364280,83 @@ "ValidateSet": [], "ValidateRangeMin": null, "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CustomAddress", + "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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, "ValidateNotNullOrEmpty": false }, "Mandatory": false, "Position": -2147483648, "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false - }, + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ { "ParameterMetadata": { "Name": "DefaultProfile", @@ -360981,7 +364415,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -361088,7 +364522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -361096,21 +364530,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -361405,7 +364840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -361413,21 +364848,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -361796,7 +365232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayPacketCaptureResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "EndTime": "System.DateTime", @@ -361903,7 +365339,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -361911,21 +365347,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -362220,7 +365657,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -362228,21 +365665,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -362611,7 +366049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTcpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTcpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTcpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableTraceRoute": "System.Nullable`1[System.Boolean]", "Port": "System.Nullable`1[System.Int32]" @@ -362661,7 +366099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorHttpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorHttpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorHttpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequestHeaders": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHTTPHeader]", "ValidStatusCodeRanges": "System.Collections.Generic.List`1[System.String]", @@ -362717,7 +366155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorIcmpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorIcmpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorIcmpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableTraceRoute": "System.Nullable`1[System.Boolean]" }, @@ -363466,7 +366904,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Header": "System.Collections.IDictionary", "ValidStatusCode": "System.Int32[]", @@ -363780,7 +367218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -363891,7 +367329,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -364162,7 +367600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -364480,7 +367918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -364631,7 +368069,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -364735,7 +368173,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -364854,7 +368292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -365075,7 +368513,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -365218,7 +368656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -365410,7 +368848,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -365553,7 +368991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -365673,7 +369111,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -365795,7 +369233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -365938,7 +369376,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -366104,7 +369542,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SALifeTimeSeconds": "System.Int32", "SADataSizeKilobytes": "System.Int32", @@ -366247,7 +369685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection[], Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", "GenericTypeArguments": [], @@ -366372,7 +369810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "EnableInternetSecurity": "System.Boolean", @@ -366471,7 +369909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -366739,7 +370177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AutoScaleConfiguration": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", "VirtualHub": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", @@ -367058,7 +370496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "EnableInternetSecurity": "System.Boolean", @@ -367198,7 +370636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "EnableInternetSecurity": "System.Boolean", @@ -367758,7 +371196,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", "EnableInternetSecurity": "System.Boolean", @@ -368115,7 +371553,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", "Tag": "System.Collections.Hashtable", @@ -368195,7 +371633,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Network.Models.PSBastion]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -368598,7 +372036,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", "Tag": "System.Collections.Hashtable", @@ -368723,7 +372161,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -368859,7 +372297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -369212,7 +372650,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -369296,7 +372734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -369522,7 +372960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -369799,7 +373237,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -370078,7 +373516,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -370768,7 +374206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "DhcpOptions": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", @@ -371522,7 +374960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", "Tag": "System.Collections.Hashtable", @@ -371846,7 +375284,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", "Tag": "System.Collections.Hashtable", @@ -372244,7 +375682,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PsAvailableServiceAlias", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PsAvailableServiceAlias, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PsAvailableServiceAlias, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Id": "System.String", @@ -372432,7 +375870,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailableDelegation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "System.Collections.Generic.List`1[System.String]", "Name": "System.String", @@ -372621,7 +376059,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDdosProtectionPlan, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualNetworks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Tag": "System.Collections.Hashtable", @@ -372907,7 +376345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEndpointServiceResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEndpointServiceResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEndpointServiceResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Id": "System.String", @@ -373094,7 +376532,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Values": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation]", "Name": "System.String", @@ -373284,7 +376722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersList", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersList, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersList, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Countries": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry]", "CountriesText": "System.String" @@ -373338,7 +376776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -373603,7 +377041,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -374596,7 +378034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReport", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReport, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReport, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProviderLocation": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation", "ReachabilityReport": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem]", @@ -374653,7 +378091,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -374972,7 +378410,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -376325,7 +379763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkUsage, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkUsage, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "Microsoft.Azure.Commands.Network.Models.PSUsageName", "CurrentValue": "System.Double", @@ -376688,7 +380126,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinCapacity": "System.Int32", "MaxCapacity": "System.Nullable`1[System.Int32]" @@ -376755,7 +380193,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Nullable`1[System.Int32]", "Tier": "System.String", @@ -376801,7 +380239,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisabledSslProtocols": "System.Collections.Generic.List`1[System.String]", "CipherSuites": "System.Collections.Generic.List`1[System.String]", @@ -376863,7 +380301,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayWebApplicationFirewallConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DisabledRuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", @@ -376917,7 +380355,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -376929,7 +380367,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallDisabledRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "System.Collections.Generic.List`1[System.Int32]", "RuleGroupName": "System.String", @@ -376987,7 +380425,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -376999,7 +380437,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchVariable": "System.String", "SelectorMatchOperator": "System.String", @@ -377057,7 +380495,7 @@ "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UserAssignedIdentities": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", "Type": "System.Nullable`1[Microsoft.Azure.Management.Network.Models.ResourceIdentityType]", @@ -377104,7 +380542,7 @@ "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.Dictionary`2[System.String,Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue]", - "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -377117,7 +380555,7 @@ "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSManagedServiceIdentityUserAssignedIdentitiesValue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrincipalId": "System.String", "ClientId": "System.String" @@ -377279,7 +380717,7 @@ "Microsoft.Azure.Commands.Network.Models.PSResourceId": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Id": "System.String" }, @@ -377323,7 +380761,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -377335,7 +380773,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayAuthenticationCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -377384,7 +380822,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -377396,7 +380834,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -377458,7 +380896,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -377470,7 +380908,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Fqdn": "System.String", "IpAddress": "System.String" @@ -377515,7 +380953,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -377527,7 +380965,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateLinkConnectionProperties": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", @@ -377614,7 +381052,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationConnectivityInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Fqdns": "System.Collections.Generic.List`1[System.String]", "RequiredMemberName": "System.String", @@ -377660,7 +381098,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", @@ -377728,7 +381166,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -377781,7 +381219,7 @@ "Microsoft.Azure.Commands.Network.Models.PSSubnet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSubnet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", "NatGateway": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -377886,7 +381324,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", "SecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -377967,7 +381405,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -377979,7 +381417,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsSettings": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", "NetworkSecurityGroup": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroup", @@ -378064,7 +381502,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DnsServers": "System.Collections.Generic.List`1[System.String]", "AppliedDnsServers": "System.Collections.Generic.List`1[System.String]", @@ -378114,7 +381552,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -378126,7 +381564,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceTapConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VirtualNetworkTap": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", "ResourceGroupName": "System.String", @@ -378176,7 +381614,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DestinationLoadBalancerFrontEndIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", "DestinationNetworkInterfaceIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", @@ -378235,7 +381673,7 @@ "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "PublicIPPrefix": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -378326,7 +381764,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSResourceId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -378348,7 +381786,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -378360,7 +381798,7 @@ "Microsoft.Azure.Commands.Network.Models.PSSecurityRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SourcePortRange": "System.Collections.Generic.IList`1[System.String]", "DestinationPortRange": "System.Collections.Generic.IList`1[System.String]", @@ -378432,7 +381870,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -378444,7 +381882,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "ProvisioningState": "System.String", @@ -378497,7 +381935,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSubnet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -378509,7 +381947,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRouteTable": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DisableBgpRoutePropagation": "System.Boolean", "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", @@ -378577,7 +382015,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRoute]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -378589,7 +382027,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRoute": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressPrefix": "System.String", "NextHopType": "System.String", @@ -378639,7 +382077,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSDelegation]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSDelegation]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -378651,7 +382089,7 @@ "Microsoft.Azure.Commands.Network.Models.PSDelegation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSDelegation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDelegation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "System.Collections.Generic.List`1[System.String]", "ProvisioningState": "System.String", @@ -378700,7 +382138,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -378712,7 +382150,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -378724,7 +382162,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "NetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterface]", @@ -378800,7 +382238,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -378812,7 +382250,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", "GroupIds": "System.Collections.Generic.List`1[System.String]", @@ -378865,7 +382303,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Status": "System.String", "Description": "System.String", @@ -378911,7 +382349,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -378923,7 +382361,7 @@ "Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSResourceNavigationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinkedResourceType": "System.String", "Link": "System.String", @@ -378972,7 +382410,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -378984,7 +382422,7 @@ "Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceAssocationLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinkedResourceType": "System.String", "Link": "System.String", @@ -379033,7 +382471,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -379045,7 +382483,7 @@ "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpoint, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Locations": "System.Collections.Generic.List`1[System.String]", "Service": "System.String", @@ -379091,7 +382529,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -379103,7 +382541,7 @@ "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceEndpointPolicyDefinitions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", "Subnets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSubnet]", @@ -379170,7 +382608,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -379182,7 +382620,7 @@ "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceEndpointPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "serviceResources": "System.Collections.Generic.List`1[System.String]", "Description": "System.String", @@ -379232,7 +382670,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressDnsSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DomainNameLabel": "System.String", "Fqdn": "System.String", @@ -379278,7 +382716,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddressSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String" }, @@ -379322,7 +382760,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -379334,7 +382772,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpTagType": "System.String", "Tag": "System.String" @@ -379379,7 +382817,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -379391,7 +382829,7 @@ "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBackendAddressPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OutboundRule": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration]", @@ -379454,7 +382892,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -379466,7 +382904,7 @@ "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -379533,7 +382971,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkTap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -379545,7 +382983,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -379557,7 +382995,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ConnectionDraining": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", "Probe": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -379635,7 +383073,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayConnectionDraining, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "DrainTimeoutInSec": "System.Int32" @@ -379680,7 +383118,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -379692,7 +383130,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayCustomError, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCode": "System.String", "CustomErrorPageUrl": "System.String" @@ -379737,7 +383175,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -379749,7 +383187,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -379803,7 +383241,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -379815,7 +383253,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFrontendPort, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "ProvisioningState": "System.String", @@ -379864,7 +383302,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -379876,7 +383314,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHttpListener, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPort": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -379937,7 +383375,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -379949,7 +383387,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "ProvisioningState": "System.String", @@ -379999,7 +383437,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -380011,7 +383449,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Match": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", "PickHostNameFromBackendHttpSettings": "System.Nullable`1[System.Boolean]", @@ -380070,7 +383508,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayProbeHealthResponseMatch, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StatusCodes": "System.Collections.Generic.List`1[System.String]", "Body": "System.String", @@ -380116,7 +383554,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -380128,7 +383566,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRedirectConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TargetListener": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "RequestRoutingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -380187,7 +383625,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -380199,7 +383637,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRequestRoutingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -380260,7 +383698,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -380272,7 +383710,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RewriteRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", "ProvisioningState": "System.String", @@ -380327,7 +383765,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -380339,7 +383777,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ActionSet": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", "Conditions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition]", @@ -380389,7 +383827,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleActionSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UrlConfiguration": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", "RequestHeaderConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", @@ -380438,7 +383876,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Reroute": "System.Boolean", "ModifiedQueryString": "System.String", @@ -380484,7 +383922,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -380496,7 +383934,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayHeaderConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HeaderName": "System.String", "HeaderValue": "System.String" @@ -380541,7 +383979,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -380553,7 +383991,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayRewriteRuleCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IgnoreCase": "System.Nullable`1[System.Boolean]", "Negate": "System.Nullable`1[System.Boolean]", @@ -380600,7 +384038,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -380612,7 +384050,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewaySslCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "Data": "System.String", @@ -380674,7 +384112,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -380686,7 +384124,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayTrustedRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Data": "System.String", "ProvisioningState": "System.String", @@ -380735,7 +384173,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -380747,7 +384185,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultBackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "DefaultBackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -380804,7 +384242,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -380816,7 +384254,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -381053,7 +384491,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381065,7 +384503,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup]", "Tag": "System.Collections.Hashtable", @@ -381122,7 +384560,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381134,7 +384572,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRuleGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule]", "RuleGroupName": "System.String", @@ -381181,7 +384619,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381193,7 +384631,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleId": "System.Int32", "Description": "System.String" @@ -381238,7 +384676,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381250,7 +384688,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool", "BackendHttpSettingsCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings]", @@ -381297,7 +384735,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381309,7 +384747,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthHttpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendHttpSettings": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHttpSettings", "Servers": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer]", @@ -381356,7 +384794,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381368,7 +384806,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendHealthServer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkInterfaceIPConfiguration", "Address": "System.String", @@ -381415,7 +384853,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRules, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Exclusions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", "ManagedRuleSets": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]" @@ -381460,7 +384898,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381472,7 +384910,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyExclusion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchVariable": "System.String", "SelectorMatchOperator": "System.String", @@ -381518,7 +384956,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381530,7 +384968,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleGroupOverrides": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride]", "RuleSetVersion": "System.String", @@ -381576,7 +385014,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381588,7 +385026,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleGroupOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride]", "RuleGroupName": "System.String" @@ -381633,7 +385071,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381645,7 +385083,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicyManagedRuleOverride, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleId": "System.String", "State": "System.String" @@ -381690,7 +385128,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallPolicySettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RequestBodyCheck": "System.Boolean", "MaxRequestBodySizeInKb": "System.Int32", @@ -381738,7 +385176,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381750,7 +385188,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCustomRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchConditions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition]", "Priority": "System.Int32", @@ -381799,7 +385237,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381811,7 +385249,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallCondition, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchVariables": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable]", "MatchValues": "System.Collections.Generic.List`1[System.String]", @@ -381862,7 +385300,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381874,7 +385312,7 @@ "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayFirewallMatchVariable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VariableName": "System.String", "Selector": "System.String" @@ -381919,7 +385357,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallFqdnTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tag": "System.Collections.Hashtable", "FqdnTagName": "System.String", @@ -381972,7 +385410,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -381984,7 +385422,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProtocolType": "System.String", "Port": "System.UInt32" @@ -382039,7 +385477,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -382051,7 +385489,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "RuleCollectionType": "System.String", @@ -382097,7 +385535,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "RuleType": "System.String" @@ -382208,7 +385646,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "System.String" }, @@ -382252,7 +385690,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -382264,7 +385702,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -382333,7 +385771,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleCollection": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection]", "Name": "System.String", @@ -382391,7 +385829,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -382403,7 +385841,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Protocols": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -382472,7 +385910,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -382484,7 +385922,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleProtocol, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProtocolType": "System.String", "Port": "System.UInt32" @@ -382544,7 +385982,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -382595,7 +386033,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Tier": "System.String" @@ -382640,7 +386078,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallThreatIntelWhitelist, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FQDNs": "System.String[]", "IpAddresses": "System.String[]" @@ -382695,7 +386133,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -382707,7 +386145,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallApplicationRule]", @@ -382788,7 +386226,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -382800,7 +386238,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -382812,7 +386250,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule]", @@ -382893,7 +386331,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRCAction, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "System.String" }, @@ -382937,7 +386375,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -382949,7 +386387,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNatRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Protocols": "System.Collections.Generic.List`1[System.String]", "SourceAddresses": "System.Collections.Generic.List`1[System.String]", @@ -383017,7 +386455,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -383029,7 +386467,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRuleCollection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Action": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallRCAction", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureFirewallNetworkRule]", @@ -383110,7 +386548,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewall, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ManagementIpConfiguration": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallIpConfiguration", "Sku": "Microsoft.Azure.Commands.Network.Models.PSAzureFirewallSku", @@ -383375,7 +386813,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAddressSpace": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "AddressPrefixesText": "System.String" @@ -383417,13 +386855,179 @@ } ] }, - "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions": { + "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "DnsServers": "System.Collections.Generic.List`1[System.String]", + "DnsServersText": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "VirtualNetworkCommunity": "System.String", + "RegionalCommunity": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ShouldSerializeRegionalCommunity", + "Parameters": [], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "RemoteGateways": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", + "AllowVirtualNetworkAccess": "System.Nullable`1[System.Boolean]", + "AllowForwardedTraffic": "System.Nullable`1[System.Boolean]", + "AllowGatewayTransit": "System.Nullable`1[System.Boolean]", + "UseRemoteGateways": "System.Nullable`1[System.Boolean]", + "Name": "System.String", + "RemoteVirtualNetworkAddressSpaceText": "System.String", + "RemoteGatewaysText": "System.String", + "RemoteVirtualNetworkText": "System.String", + "ResourceGroupName": "System.String", + "Etag": "System.String", + "PeeringState": "System.String", + "VirtualNetworkName": "System.String", + "ProvisioningState": "System.String", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSDhcpOptions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "DnsServers": "System.Collections.Generic.List`1[System.String]", - "DnsServersText": "System.String" + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -383462,22 +387066,17 @@ } ] }, - "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities": { + "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkBgpCommunities, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "VirtualNetworkCommunity": "System.String", - "RegionalCommunity": "System.String" + "Bounds": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds", + "BoundsText": "System.String" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ShouldSerializeRegionalCommunity", - "Parameters": [], - "ReturnType": "System.Boolean" - }, { "Name": "ToString", "Parameters": [], @@ -383512,40 +387111,13 @@ } ] }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering": { + "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "RemoteVirtualNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", - "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "RemoteGateways": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", - "AllowVirtualNetworkAccess": "System.Nullable`1[System.Boolean]", - "AllowForwardedTraffic": "System.Nullable`1[System.Boolean]", - "AllowGatewayTransit": "System.Nullable`1[System.Boolean]", - "UseRemoteGateways": "System.Nullable`1[System.Boolean]", - "Name": "System.String", - "RemoteVirtualNetworkAddressSpaceText": "System.String", - "RemoteGatewaysText": "System.String", - "RemoteVirtualNetworkText": "System.String", - "ResourceGroupName": "System.String", - "Etag": "System.String", - "PeeringState": "System.String", - "VirtualNetworkName": "System.String", - "ProvisioningState": "System.String", - "Id": "System.String" + "Min": "System.Int32", + "Max": "System.Int32" }, "ElementType": null, "GenericTypeArguments": [], @@ -383584,10 +387156,10 @@ } ] }, - "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId": { + "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Id": "System.String" }, @@ -383628,13 +387200,32 @@ } ] }, - "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration": { + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayAutoscaleConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Bounds": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds", - "BoundsText": "System.String" + "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", + "EnableInternetSecurity": "System.Boolean", + "AuthorizationKey": "System.String", + "ProvisioningState": "System.String", + "ExpressRouteCircuitPeeringText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String", + "RoutingWeight": "System.UInt32" }, "ElementType": null, "GenericTypeArguments": [], @@ -383673,13 +387264,17 @@ } ] }, - "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds": { + "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteGatewayPropertiesAutoScaleConfigurationBounds, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Min": "System.Int32", - "Max": "System.Int32" + "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", + "Connections": "System.Collections.Generic.List`1[System.String]", + "ProvisioningState": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -383718,12 +387313,29 @@ } ] }, - "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId": { + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubId, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Id": "System.String" + "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", + "Destinations": "System.Collections.Generic.List`1[System.String]", + "NextHops": "System.Collections.Generic.List`1[System.String]", + "NextHopIpAddress": "System.String", + "DestinationType": "System.String", + "NextHopType": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -383762,32 +387374,29 @@ } ] }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]": { + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection" + "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection": { + "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitPeeringId", + "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", - "AuthorizationKey": "System.String", "ProvisioningState": "System.String", - "ExpressRouteCircuitPeeringText": "System.String", "Name": "System.String", "Etag": "System.String", - "Id": "System.String", - "RoutingWeight": "System.UInt32" + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -383826,17 +387435,28 @@ } ] }, - "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable": { + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Routes": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", - "Connections": "System.Collections.Generic.List`1[System.String]", - "ProvisioningState": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" + "AllocatedIpAddresses": "System.Collections.Generic.List`1[System.String]", + "VpnClientConnectionsCount": "System.Int32", + "AllocatedIpAddressesText": "System.String", + "TotalIngressBytesTransferred": "System.UInt64", + "TotalEgressBytesTransferred": "System.UInt64" }, "ElementType": null, "GenericTypeArguments": [], @@ -383875,29 +387495,29 @@ } ] }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]": { + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute" + "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute": { + "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRoute, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", - "Destinations": "System.Collections.Generic.List`1[System.String]", - "NextHops": "System.Collections.Generic.List`1[System.String]", - "NextHopIpAddress": "System.String", - "DestinationType": "System.String", - "NextHopType": "System.String" + "VpnClientAddressPool": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "ProvisioningState": "System.String", + "VpnClientAddressPoolText": "System.String", + "Name": "System.String", + "Etag": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -383936,29 +387556,71 @@ } ] }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]": { + "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AadTenant": "System.String", + "AadAudience": "System.String", + "AadIssuer": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection" + "Microsoft.Azure.Commands.Network.Models.PSClientCertificate" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection": { + "Microsoft.Azure.Commands.Network.Models.PSClientCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHubVirtualNetworkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSClientCertificate", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "RemoteVirtualNetwork": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "EnableInternetSecurity": "System.Boolean", - "ProvisioningState": "System.String", "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" + "Thumbprint": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -383997,28 +387659,25 @@ } ] }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]": { + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSVirtualHubRouteTable" + "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth": { + "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AllocatedIpAddresses": "System.Collections.Generic.List`1[System.String]", - "VpnClientConnectionsCount": "System.Int32", - "AllocatedIpAddressesText": "System.String", - "TotalIngressBytesTransferred": "System.UInt64", - "TotalEgressBytesTransferred": "System.UInt64" + "Name": "System.String", + "PublicCertData": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -384057,75 +387716,31 @@ } ] }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]": { + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration" + "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSP2SConnectionConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "VpnClientAddressPool": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", - "ProvisioningState": "System.String", - "VpnClientAddressPoolText": "System.String", - "Name": "System.String", - "Etag": "System.String", - "Id": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters": { + "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAadAuthenticationParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AadTenant": "System.String", - "AadAudience": "System.String", - "AadIssuer": "System.String" + "SALifeTimeSeconds": "System.Int32", + "SADataSizeKilobytes": "System.Int32", + "IpsecEncryption": "System.String", + "IpsecIntegrity": "System.String", + "IkeEncryption": "System.String", + "IkeIntegrity": "System.String", + "DhGroup": "System.String", + "PfsGroup": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -384164,25 +387779,27 @@ } ] }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSClientCertificate" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Network.Models.PSClientCertificate": { + "Microsoft.Azure.Commands.Network.Models.PSVpnSite": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSClientCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", + "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", + "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", + "DeviceProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties", + "VpnSiteLinks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink]", + "Tag": "System.Collections.Hashtable", + "IpAddress": "System.String", + "ProvisioningState": "System.String", + "ResourceGroupName": "System.String", + "Location": "System.String", + "ResourceGuid": "System.String", + "Type": "System.String", + "TagsTable": "System.String", "Name": "System.String", - "Thumbprint": "System.String" + "Etag": "System.String", + "Id": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -384221,25 +387838,15 @@ } ] }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate": { + "Microsoft.Azure.Commands.Network.Models.PSBgpSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "Name": "System.String", - "PublicCertData": "System.String" + "BgpPeeringAddresses": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress]", + "PeerWeight": "System.Nullable`1[System.Int32]", + "Asn": "System.Nullable`1[System.Int64]", + "BgpPeeringAddress": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -384278,87 +387885,23 @@ } ] }, - "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]": { + "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress]": { "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy" + "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "SALifeTimeSeconds": "System.Int32", - "SADataSizeKilobytes": "System.Int32", - "IpsecEncryption": "System.String", - "IpsecIntegrity": "System.String", - "IkeEncryption": "System.String", - "IkeIntegrity": "System.String", - "DhGroup": "System.String", - "PfsGroup": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Commands.Network.Models.PSVpnSite": { + "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress": { "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSite", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSite, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "Name": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpConfigurationBgpPeeringAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { - "AddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", - "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", - "VirtualWan": "Microsoft.Azure.Commands.Network.Models.PSResourceId", - "DeviceProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties", - "VpnSiteLinks": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink]", - "Tag": "System.Collections.Hashtable", - "IpAddress": "System.String", - "ProvisioningState": "System.String", - "ResourceGroupName": "System.String", - "Location": "System.String", - "ResourceGuid": "System.String", - "Type": "System.String", - "TagsTable": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -384400,52 +387943,6 @@ } ] }, - "Microsoft.Azure.Commands.Network.Models.PSBgpSettings": { - "Namespace": "Microsoft.Azure.Commands.Network.Models", - "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "PeerWeight": "System.Nullable`1[System.Int32]", - "Asn": "System.Nullable`1[System.Int64]", - "BgpPeeringAddress": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, "System.Nullable`1[System.Int64]": { "Namespace": "System", "Name": "System.Nullable`1[System.Int64]", @@ -384461,7 +387958,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteDeviceProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinkSpeedInMbps": "System.Int32", "DeviceVendor": "System.String", @@ -384507,7 +388004,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -384519,11 +388016,12 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BgpProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", "LinkProperties": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", "IpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "Type": "System.String", "Name": "System.String", @@ -384570,7 +388068,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkBgpSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Asn": "System.Nullable`1[System.Int64]", "BgpPeeringAddress": "System.String" @@ -384615,7 +388113,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnLinkProviderProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LinkSpeedInMbps": "System.Int32", "LinkProviderName": "System.String" @@ -384660,7 +388158,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -384672,7 +388170,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnSiteLinkConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VpnSiteLink": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableBgp": "System.Boolean", @@ -384731,7 +388229,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -384743,7 +388241,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RemoteVpnSite": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "EnableInternetSecurity": "System.Boolean", @@ -384803,7 +388301,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Tier": "System.String", @@ -384849,7 +388347,7 @@ "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSServiceProviderProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BandwidthInMbps": "System.Int32", "PeeringLocation": "System.String", @@ -384895,7 +388393,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -384907,7 +388405,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitAuthorization, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthorizationKey": "System.String", "AuthorizationUseStatus": "System.String", @@ -384956,7 +388454,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -384968,7 +388466,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPeering": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -385037,7 +388535,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", "RouteFilter": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", @@ -385090,7 +388588,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdvertisedPublicPrefixes": "System.Collections.Generic.List`1[System.String]", "AdvertisedCommunities": "System.Collections.Generic.List`1[System.String]", @@ -385141,7 +388639,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRouteFilter": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Peerings": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeering]", "Rules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", @@ -385208,7 +388706,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -385220,7 +388718,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRouteFilterRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Communities": "System.Collections.Generic.List`1[System.String]", "Access": "System.String", @@ -385269,7 +388767,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -385281,8 +388779,9 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "IPv6CircuitConnectionConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig", "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "AddressPrefix": "System.String", @@ -385291,6 +388790,7 @@ "ProvisioningState": "System.String", "ExpressRouteCircuitPeeringText": "System.String", "PeerExpressRouteCircuitPeeringText": "System.String", + "IPv6CircuitConnectionConfigText": "System.String", "Name": "System.String", "Etag": "System.String", "Id": "System.String" @@ -385332,10 +388832,55 @@ } ] }, + "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig": { + "Namespace": "Microsoft.Azure.Commands.Network.Models", + "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitConnectionIPv6ConnectionConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "AddressPrefix": "System.String", + "CircuitConnectionStatus": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -385347,7 +388892,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPeerExpressRouteCircuitConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PeerExpressRouteCircuitPeering": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -385414,7 +388959,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -385426,7 +388971,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLink, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MacSecConfig": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig", "RouterName": "System.String", @@ -385481,7 +389026,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteLinkMacSecConfig, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CknSecretIdentifier": "System.String", "CakSecretIdentifier": "System.String", @@ -385527,7 +389072,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuitReference, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Id": "System.String" }, @@ -385571,7 +389116,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -385583,7 +389128,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteCrossConnectionPeering, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Ipv6PeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSIpv6PeeringConfig", "MicrosoftPeeringConfig": "Microsoft.Azure.Commands.Network.Models.PSPeeringConfig", @@ -385646,7 +389191,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -385658,7 +389203,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRoutePortsLocationBandwidths, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ValueInGbps": "System.Nullable`1[System.Int32]", "OfferName": "System.String" @@ -385703,7 +389248,7 @@ "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancerSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String" }, @@ -385747,7 +389292,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSFrontendIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -385759,7 +389304,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -385771,7 +389316,7 @@ "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSInboundNatPool, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendPortRangeStart": "System.Int32", @@ -385842,7 +389387,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -385854,7 +389399,7 @@ "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLoadBalancingRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FrontendIPConfiguration": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -385925,7 +389470,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSOutboundRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -385937,7 +389482,7 @@ "Microsoft.Azure.Commands.Network.Models.PSOutboundRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackendAddressPool": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "FrontendIpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", @@ -385997,7 +389542,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSProbe]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -386009,7 +389554,7 @@ "Microsoft.Azure.Commands.Network.Models.PSProbe": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSProbe", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSProbe, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LoadBalancingRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSResourceId]", "Port": "System.Int32", @@ -386083,7 +389628,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIpGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIpGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIpGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Firewalls": "System.Collections.Generic.List`1[Microsoft.Azure.Management.Network.Models.SubResource]", "IpAddresses": "System.Collections.Generic.List`1[System.String]", @@ -386138,7 +389683,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNatGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String" }, @@ -386182,7 +389727,7 @@ "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveNetworkSecurityGroupAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkInterface": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -386242,7 +389787,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -386254,7 +389799,7 @@ "Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SourcePortRange": "System.Collections.Generic.IList`1[System.String]", "DestinationPortRange": "System.Collections.Generic.IList`1[System.String]", @@ -386308,7 +389853,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -386320,7 +389865,7 @@ "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Container": "Microsoft.Azure.Commands.Network.Models.PSContainer", "ContainerNetworkInterfaceConfiguration": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", @@ -386373,7 +389918,7 @@ "Microsoft.Azure.Commands.Network.Models.PSContainer": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Id": "System.String" }, @@ -386417,7 +389962,7 @@ "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ContainerNetworkInterfaces": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterface]", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]", @@ -386468,7 +390013,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -386480,7 +390025,7 @@ "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSIPConfigurationProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", "ProvisioningState": "System.String", @@ -386529,7 +390074,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -386541,7 +390086,7 @@ "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -386594,7 +390139,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSContainerNetworkInterfaceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -386606,7 +390151,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorDestination, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Int32", "Address": "System.String", @@ -386652,7 +390197,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorSource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Port": "System.Nullable`1[System.Int32]", "ResourceId": "System.String" @@ -386732,7 +390277,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -386744,7 +390289,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorOutputObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WorkspaceSettings": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings", "Type": "System.String", @@ -386790,7 +390335,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionMonitorWorkspaceSettings, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WorkspaceResourceId": "System.String" }, @@ -386834,7 +390379,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -386846,7 +390391,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestGroupObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sources": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", "Destinations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", @@ -386897,7 +390442,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -386909,7 +390454,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Filter": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilter", "Name": "System.String", @@ -386957,7 +390502,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilter": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Items": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem]", "Type": "System.String", @@ -387003,7 +390548,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -387015,7 +390560,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorEndpointFilterItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "System.String", "Address": "System.String" @@ -387060,7 +390605,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -387072,7 +390617,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorTestConfigurationObject, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProtocolConfiguration": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration", "SuccessThreshold": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold", @@ -387122,7 +390667,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorProtocolConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -387164,7 +390709,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkWatcherConnectionMonitorSuccessThreshold, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ChecksFailedPercent": "System.Nullable`1[System.Int32]", "RoundTripTimeMs": "System.Nullable`1[System.Int32]" @@ -387209,7 +390754,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -387221,7 +390766,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectionStateSnapshot, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Hops": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -387270,7 +390815,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -387282,7 +390827,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectivityHop": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectivityHop", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Issues": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue]", "NextHopIds": "System.Collections.Generic.List`1[System.String]", @@ -387332,7 +390877,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -387344,7 +390889,7 @@ "Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSConnectivityIssue, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "System.Collections.Generic.List`1[System.Collections.Generic.Dictionary`2[System.String,System.String]]", "Origin": "System.String", @@ -387403,7 +390948,7 @@ "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSFlowLogFormatParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Version": "System.Nullable`1[System.Int32]", "Type": "System.String" @@ -387448,7 +390993,7 @@ "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSRetentionPolicyParameters, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "Days": "System.Nullable`1[System.Int32]" @@ -387493,7 +391038,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "NetworkWatcherFlowAnalyticsConfiguration": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties" }, @@ -387542,7 +391087,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficAnalyticsConfigurationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "TrafficAnalyticsInterval": "System.Nullable`1[System.Int32]", @@ -387595,7 +391140,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -387607,7 +391152,7 @@ "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSSecurityGroupView, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EffectiveSecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEffectiveSecurityRule]", "NetworkInterfaceSecurityRules": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSSecurityRule]", @@ -387659,7 +391204,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyResource]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyResource]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTopologyResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTopologyResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -387671,7 +391216,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTopologyResource": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTopologyResource", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopologyResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopologyResource, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Associations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation]", "Name": "System.String", @@ -387719,7 +391264,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -387731,7 +391276,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTopologyAssociation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AssociationType": "System.String", "Name": "System.String", @@ -387777,7 +391322,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -387789,7 +391334,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingDetails, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecommendedActions": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions]", "Id": "System.String", @@ -387838,7 +391383,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -387850,7 +391395,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTroubleshootingRecommendedActions, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ActionId": "System.String", "ActionText": "System.String", @@ -387897,7 +391442,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -387909,7 +391454,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Profile": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile", "NetworkSecurityGroupResult": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult" @@ -387954,7 +391499,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkConfigurationDiagnosticProfile, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Direction": "System.String", "Protocol": "System.String", @@ -388002,7 +391547,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityGroupResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EvaluatedNetworkSecurityGroups": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup]", "SecurityRuleAccessResult": "System.String", @@ -388048,7 +391593,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -388060,7 +391605,7 @@ "Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSEvaluatedNetworkSecurityGroup, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MatchedRule": "Microsoft.Azure.Commands.Network.Models.PSMatchedRule", "RulesEvaluationResult": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult]", @@ -388108,7 +391653,7 @@ "Microsoft.Azure.Commands.Network.Models.PSMatchedRule": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSMatchedRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSMatchedRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSMatchedRule, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleName": "System.String", "Action": "System.String" @@ -388153,7 +391698,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -388165,7 +391710,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkSecurityRulesEvaluationResult, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ProtocolMatched": "System.Boolean", "SourceMatched": "System.Boolean", @@ -388214,7 +391759,7 @@ "Microsoft.Azure.Commands.Network.Models.PSStorageLocation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSStorageLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "StorageId": "System.String", "StoragePath": "System.String", @@ -388260,7 +391805,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -388272,7 +391817,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPacketCaptureFilter, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Protocol": "System.String", "RemoteIPAddress": "System.String", @@ -388342,7 +391887,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSConnectivityHop, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -388374,7 +391919,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceResourceSet, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subscriptions": "System.Collections.Generic.List`1[System.String]", "SubscriptionsText": "System.String" @@ -388419,7 +391964,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -388431,7 +391976,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrivateEndpoint": "Microsoft.Azure.Commands.Network.Models.PSPrivateEndpoint", "PrivateLinkServiceConnectionState": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceConnectionState", @@ -388483,7 +392028,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -388495,7 +392040,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPrivateLinkServiceIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicIPAddress": "Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress", "Subnet": "Microsoft.Azure.Commands.Network.Models.PSSubnet", @@ -388550,7 +392095,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBgpCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -388562,7 +392107,7 @@ "Microsoft.Azure.Commands.Network.Models.PSBgpCommunity": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBgpCommunity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBgpCommunity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsAuthorizedToUse": "System.Boolean", "CommunityPrefixes": "System.Collections.Generic.List`1[System.String]", @@ -388612,7 +392157,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -388624,7 +392169,7 @@ "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSExpressRouteServiceProviderBandwidthsOffered, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ValueInMbps": "System.Int32", "OfferName": "System.String" @@ -388669,7 +392214,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixSku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String" }, @@ -388713,7 +392258,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpAddress, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -388725,7 +392270,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -388737,7 +392282,7 @@ "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSPublicIpPrefixTag, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpTagType": "System.String", "Tag": "System.String" @@ -388782,12 +392327,13 @@ "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSLocalNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalNetworkAddressSpace": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", "Tag": "System.Collections.Hashtable", "GatewayIpAddress": "System.String", + "Fqdn": "System.String", "ProvisioningState": "System.String", "AddressSpaceText": "System.String", "BgpSettingsText": "System.String", @@ -388840,7 +392386,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGateway, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CustomRoutes": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "BgpSettings": "Microsoft.Azure.Commands.Network.Models.PSBgpSettings", @@ -388848,21 +392394,22 @@ "Sku": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", "VpnClientConfiguration": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", "EnableBgp": "System.Boolean", + "EnablePrivateIpAddress": "System.Boolean", "ActiveActive": "System.Boolean", "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", "Tag": "System.Collections.Hashtable", - "Name": "System.String", "TagsTable": "System.String", + "Name": "System.String", "Type": "System.String", "ResourceGuid": "System.String", "Location": "System.String", "ResourceGroupName": "System.String", "CustomRoutesText": "System.String", - "GatewayDefaultSiteText": "System.String", + "IpConfigurationsText": "System.String", "VpnClientConfigurationText": "System.String", "SkuText": "System.String", + "GatewayDefaultSiteText": "System.String", "Etag": "System.String", - "IpConfigurationsText": "System.String", "VpnGatewayGeneration": "System.String", "ProvisioningState": "System.String", "VpnType": "System.String", @@ -388910,7 +392457,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewaySku, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Capacity": "System.Int32", "Name": "System.String", @@ -388956,7 +392503,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "VpnClientAddressPool": "Microsoft.Azure.Commands.Network.Models.PSAddressSpace", "VpnClientIpsecPolicies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSIpsecPolicy]", @@ -389014,7 +392561,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389026,7 +392573,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRevokedCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Thumbprint": "System.String", "ProvisioningState": "System.String", @@ -389074,7 +392621,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389086,7 +392633,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVpnClientRootCertificate, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PublicCertData": "System.String", "ProvisioningState": "System.String", @@ -389134,7 +392681,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389146,7 +392693,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayIpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -389198,7 +392745,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389210,7 +392757,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTrafficSelectorPolicy, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LocalAddressRanges": "System.String[]", "RemoteAddressRanges": "System.String[]" @@ -389255,7 +392802,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389267,7 +392814,7 @@ "Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSTunnelConnectionHealth, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IngressBytesTransferred": "System.Nullable`1[System.Int64]", "EgressBytesTransferred": "System.Nullable`1[System.Int64]", @@ -389315,7 +392862,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389327,7 +392874,7 @@ "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSVirtualRouterPeer, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PeerIp": "System.String", "ProvisioningState": "System.String", @@ -389377,7 +392924,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHTTPHeader]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSHTTPHeader]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSHTTPHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSHTTPHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389389,7 +392936,7 @@ "Microsoft.Azure.Commands.Network.Models.PSHTTPHeader": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSHTTPHeader", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHTTPHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSHTTPHeader, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Value": "System.String" @@ -389434,7 +392981,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389446,7 +392993,7 @@ "Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Subnet": "Microsoft.Azure.Commands.Network.Models.PSResourceId", "PublicIpAddress": "Microsoft.Azure.Commands.Network.Models.PSResourceId", @@ -389496,7 +393043,7 @@ "Microsoft.Azure.Commands.Network.Models.PSBastion": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSBastion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSBastion, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpConfigurations": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSBastionIPConfiguration]", "Tag": "System.Collections.Hashtable", @@ -389571,7 +393118,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389583,7 +393130,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties", "Id": "System.String", @@ -389629,7 +393176,7 @@ "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSNetworkServiceTagInformationProperties, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AddressPrefixes": "System.Collections.Generic.List`1[System.String]", "Region": "System.String", @@ -389676,7 +393223,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389688,7 +393235,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCountry, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Providers": "System.Collections.Generic.IList`1[System.String]", "States": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState]", @@ -389735,7 +393282,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389747,7 +393294,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListState, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Providers": "System.Collections.Generic.IList`1[System.String]", "Cities": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity]", @@ -389794,7 +393341,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389806,7 +393353,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAvailableProvidersListCity, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Providers": "System.Collections.Generic.IList`1[System.String]", "CityName": "System.String" @@ -389851,7 +393398,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLocation, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Country": "System.String", "State": "System.String", @@ -389897,7 +393444,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389909,7 +393456,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportItem, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Latencies": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo]", "Provider": "System.String", @@ -389956,7 +393503,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -389968,7 +393515,7 @@ "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSAzureReachabilityReportLatencyInfo, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TimeStamp": "System.Nullable`1[System.DateTime]", "Score": "System.Nullable`1[System.Int32]" @@ -390013,7 +393560,7 @@ "Microsoft.Azure.Commands.Network.Models.PSUsageName": { "Namespace": "Microsoft.Azure.Commands.Network.Models", "Name": "Microsoft.Azure.Commands.Network.Models.PSUsageName", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSUsageName, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Network.Models.PSUsageName, Microsoft.Azure.PowerShell.Cmdlets.Network, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Value": "System.String", "LocalizedValue": "System.String" diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.dll.json index a51a46c928a5..067d23e6bc64 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.PSPolicyMetadata", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PSPolicyMetadata, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PSPolicyMetadata, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Metadata": "System.Object", "MetadataId": "System.String", @@ -334,7 +334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyEvent", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyEvent, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyEvent, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "IsCompliant": "System.Nullable`1[System.Boolean]", @@ -2793,14 +2793,14 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyState, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyState, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PolicyEvaluationDetails": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyEvaluationDetails", "AdditionalProperties": "System.Collections.Generic.IDictionary`2[System.String,System.Object]", "PolicyDefinitionGroupNames": "System.Collections.Generic.IList`1[System.String]", "IsCompliant": "System.Nullable`1[System.Boolean]", "Timestamp": "System.Nullable`1[System.DateTime]", - "PolicyAssignmentId": "System.String", + "PolicyDefinitionVersion": "System.String", "ComplianceState": "System.String", "PolicyDefinitionReferenceId": "System.String", "ManagementGroupIds": "System.String", @@ -2812,7 +2812,8 @@ "PolicyDefinitionCategory": "System.String", "PolicyDefinitionAction": "System.String", "PolicyAssignmentScope": "System.String", - "ResourceId": "System.String", + "PolicySetDefinitionVersion": "System.String", + "PolicyAssignmentParameters": "System.String", "PolicyAssignmentOwner": "System.String", "PolicyAssignmentName": "System.String", "ResourceTags": "System.String", @@ -2822,8 +2823,10 @@ "SubscriptionId": "System.String", "EffectiveParameters": "System.String", "PolicyDefinitionId": "System.String", + "PolicyAssignmentId": "System.String", + "ResourceId": "System.String", "PolicyDefinitionName": "System.String", - "PolicyAssignmentParameters": "System.String" + "PolicyAssignmentVersion": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -5505,7 +5508,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyStateSummary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyStateSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyStateSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Results": "Microsoft.Azure.Commands.PolicyInsights.Models.SummaryResults", "PolicyAssignments": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyAssignmentSummary]" @@ -7294,6 +7297,241 @@ ], "AliasList": [] }, + { + "VerbName": "Start", + "NounName": "AzPolicyComplianceScan", + "Name": "Start-AzPolicyComplianceScan", + "ClassName": "Microsoft.Azure.Commands.PolicyInsights.Cmdlets.StartAzPolicyComplianceScan", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "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=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, { "VerbName": "Get", "NounName": "AzPolicyRemediation", @@ -7308,7 +7546,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Deployments": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment[]", "DeploymentSummary": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeploymentSummary", @@ -8474,7 +8712,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Deployments": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment[]", "DeploymentSummary": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeploymentSummary", @@ -8993,7 +9231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Deployments": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment[]", "DeploymentSummary": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeploymentSummary", @@ -9310,7 +9548,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Deployments": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment[]", "DeploymentSummary": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeploymentSummary", @@ -10348,7 +10586,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Deployments": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment[]", "DeploymentSummary": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeploymentSummary", @@ -10801,7 +11039,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediation, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Deployments": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment[]", "DeploymentSummary": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeploymentSummary", @@ -11458,7 +11696,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyEvaluationDetails": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyEvaluationDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyEvaluationDetails, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyEvaluationDetails, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IfNotExistsDetails": "Microsoft.Azure.Commands.PolicyInsights.Models.IfNotExistsEvaluationDetails", "EvaluatedExpressions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.ExpressionEvaluationDetails]" @@ -11508,7 +11746,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.IfNotExistsEvaluationDetails": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.IfNotExistsEvaluationDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.IfNotExistsEvaluationDetails, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.IfNotExistsEvaluationDetails, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TotalResources": "System.Nullable`1[System.Int32]", "ResourceId": "System.String" @@ -11570,7 +11808,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.ExpressionEvaluationDetails]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.ExpressionEvaluationDetails]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.PolicyInsights.Models.ExpressionEvaluationDetails, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.PolicyInsights.Models.ExpressionEvaluationDetails, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11582,7 +11820,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.ExpressionEvaluationDetails": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.ExpressionEvaluationDetails", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.ExpressionEvaluationDetails, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.ExpressionEvaluationDetails, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Result": "System.String", "Expression": "System.String", @@ -11636,7 +11874,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.SummaryResults": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.SummaryResults", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.SummaryResults, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.SummaryResults, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.ComplianceDetail]", "PolicyDetails": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.ComplianceDetail]", @@ -11689,7 +11927,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.ComplianceDetail]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.ComplianceDetail]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.PolicyInsights.Models.ComplianceDetail, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.PolicyInsights.Models.ComplianceDetail, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11701,7 +11939,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.ComplianceDetail": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.ComplianceDetail", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.ComplianceDetail, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.ComplianceDetail, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Count": "System.Nullable`1[System.Int32]", "ComplianceState": "System.String" @@ -11751,7 +11989,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyAssignmentSummary]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyAssignmentSummary]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyAssignmentSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyAssignmentSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11763,7 +12001,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyAssignmentSummary": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyAssignmentSummary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyAssignmentSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyAssignmentSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Results": "Microsoft.Azure.Commands.PolicyInsights.Models.SummaryResults", "PolicyDefinitions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyDefinitionSummary]", @@ -11816,7 +12054,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyDefinitionSummary]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyDefinitionSummary]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyDefinitionSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyDefinitionSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11828,7 +12066,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyDefinitionSummary": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyDefinitionSummary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyDefinitionSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyDefinitionSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Results": "Microsoft.Azure.Commands.PolicyInsights.Models.SummaryResults", "PolicyDefinitionGroupNames": "System.Collections.Generic.IList`1[System.String]", @@ -11881,7 +12119,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyGroupSummary]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyGroupSummary]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyGroupSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.PolicyInsights.Models.PolicyGroupSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -11893,7 +12131,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyGroupSummary": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyGroupSummary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyGroupSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.PolicyGroupSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Results": "Microsoft.Azure.Commands.PolicyInsights.Models.SummaryResults", "PolicyGroupName": "System.String" @@ -11943,7 +12181,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment[]": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment[], Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment[], Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment", "GenericTypeArguments": [], @@ -11953,7 +12191,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeployment, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Error": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSErrorDefinition", "CreatedOn": "System.Nullable`1[System.DateTime]", @@ -12008,7 +12246,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSErrorDefinition": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSErrorDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSErrorDefinition, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSErrorDefinition, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Details": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSErrorDefinition]", "AdditionalInfo": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSTypedErrorInfo]", @@ -12061,7 +12299,7 @@ "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSErrorDefinition]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSErrorDefinition]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSErrorDefinition, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSErrorDefinition, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -12073,7 +12311,7 @@ "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSTypedErrorInfo]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSTypedErrorInfo]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSTypedErrorInfo, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSTypedErrorInfo, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -12085,7 +12323,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSTypedErrorInfo": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSTypedErrorInfo", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSTypedErrorInfo, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSTypedErrorInfo, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Info": "System.Object", "Type": "System.String" @@ -12135,7 +12373,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeploymentSummary": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeploymentSummary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeploymentSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationDeploymentSummary, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TotalDeployments": "System.Int32", "SuccessfulDeployments": "System.Int32", @@ -12186,7 +12424,7 @@ "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationFilter": { "Namespace": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation", "Name": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationFilter, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.PolicyInsights.Models.Remediation.PSRemediationFilter, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Locations": "System.Collections.Generic.IEnumerable`1[System.String]" }, diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric.dll.json index 4675426d0acd..ef63699d188d 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -200,7 +200,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName", "GenericTypeArguments": [], @@ -675,7 +675,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName", "GenericTypeArguments": [], @@ -936,7 +936,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -1972,7 +1972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -2330,7 +2330,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -2550,7 +2550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2880,7 +2880,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -3064,7 +3064,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -3583,7 +3583,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ProvisioningState": "System.String", @@ -4089,7 +4089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultParameterList": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -4674,7 +4674,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PartitionDescription": "Microsoft.Azure.Management.ServiceFabric.Models.PartitionSchemeDescription", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -5254,7 +5254,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -5640,7 +5640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -6609,7 +6609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ProvisioningState": "System.String", @@ -6893,7 +6893,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultParameterList": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -7356,7 +7356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PartitionDescription": "Microsoft.Azure.Management.ServiceFabric.Models.PartitionSchemeDescription", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -7666,7 +7666,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8034,7 +8034,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8383,7 +8383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8732,7 +8732,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9177,7 +9177,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9622,7 +9622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10067,7 +10067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.MoveCostEnum, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10295,7 +10295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentResult", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentResult, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentResult, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Cluster": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", "Deployment": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentExtended", @@ -10722,7 +10722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.OperatingSystem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.OperatingSystem, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.OperatingSystem, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12008,7 +12008,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.OperatingSystem", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.OperatingSystem, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.OperatingSystem, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -12331,7 +12331,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -12764,7 +12764,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -13082,7 +13082,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ProvisioningState": "System.String", @@ -13502,7 +13502,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationType, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "ProvisioningState": "System.String", @@ -13827,7 +13827,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultParameterList": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -14280,7 +14280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplicationTypeVersion, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DefaultParameterList": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -14610,7 +14610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PartitionDescription": "Microsoft.Azure.Management.ServiceFabric.Models.PartitionSchemeDescription", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15062,7 +15062,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSService, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PartitionDescription": "Microsoft.Azure.Management.ServiceFabric.Models.PartitionSchemeDescription", "Tags": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -15282,7 +15282,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -15450,7 +15450,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName", "GenericTypeArguments": [], @@ -15877,7 +15877,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName", "GenericTypeArguments": [], @@ -16138,7 +16138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -16450,7 +16450,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -16808,7 +16808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -17120,7 +17120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -17286,7 +17286,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription", "GenericTypeArguments": [], @@ -17535,7 +17535,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription", "GenericTypeArguments": [], @@ -17654,7 +17654,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -17838,7 +17838,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription", "GenericTypeArguments": [], @@ -18111,7 +18111,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription[], Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription", "GenericTypeArguments": [], @@ -18230,7 +18230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -18360,7 +18360,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18572,7 +18572,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -18775,7 +18775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ClusterUpgradeMode, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19005,7 +19005,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -19246,7 +19246,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -19565,7 +19565,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -19898,7 +19898,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20459,7 +20459,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.FailureAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20900,7 +20900,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSApplication, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UpgradePolicy": "Microsoft.Azure.Management.ServiceFabric.Models.ApplicationUpgradePolicy", "Parameters": "System.Collections.Generic.IDictionary`2[System.String,System.String]", @@ -21077,7 +21077,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -21227,7 +21227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21463,7 +21463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.DurabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21647,7 +21647,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -21779,7 +21779,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ReliabilityLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ReliabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ReliabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -21993,7 +21993,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.ReliabilityLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ReliabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.ReliabilityLevel, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -23836,7 +23836,7 @@ "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSClientCertificateCommonName, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsAdmin": "System.Boolean", "CertificateCommonName": "System.String", @@ -24717,7 +24717,7 @@ "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSCluster, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AzureActiveDirectory": "Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory", "Certificate": "Microsoft.Azure.Management.ServiceFabric.Models.CertificateDescription", @@ -24800,7 +24800,7 @@ "Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentExtended": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentExtended", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentExtended, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSDeploymentExtended, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Management.Internal.Resources.Models.DeploymentPropertiesExtended", "Name": "System.String", @@ -25757,7 +25757,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ServiceFabric.Models.PSKeyVault]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.ServiceFabric.Models.PSKeyVault]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ServiceFabric.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ServiceFabric.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -25769,7 +25769,7 @@ "Microsoft.Azure.Commands.ServiceFabric.Models.PSKeyVault": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSKeyVault", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSKeyVault, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Certificate": "System.Security.Cryptography.X509Certificates.X509Certificate2", "KeyVaultId": "System.String", @@ -25830,7 +25830,7 @@ "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsSectionDescription, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Parameters": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription]", "Name": "System.String" @@ -25880,7 +25880,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -25892,7 +25892,7 @@ "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription": { "Namespace": "Microsoft.Azure.Commands.ServiceFabric.Models", "Name": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.ServiceFabric.Models.PSSettingsParameterDescription, Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Name": "System.String", "Value": "System.String" diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Sql.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Sql.dll.json index 1a255dab0f81..227b4e986753 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Sql.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Sql.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -128,7 +128,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -417,7 +417,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -662,7 +662,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -776,7 +776,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -1065,7 +1065,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -1310,7 +1310,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -1424,7 +1424,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -1540,7 +1540,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -1784,7 +1784,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2009,7 +2009,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -2125,7 +2125,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2446,7 +2446,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2743,7 +2743,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -2975,7 +2975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -3089,7 +3089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -3352,7 +3352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -3591,7 +3591,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -3705,7 +3705,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -3968,7 +3968,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -4207,7 +4207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -4321,7 +4321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -4437,7 +4437,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4681,7 +4681,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -4906,7 +4906,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -5022,7 +5022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5343,7 +5343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5640,7 +5640,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -5872,7 +5872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -5981,7 +5981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -6185,7 +6185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -6359,7 +6359,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -6468,7 +6468,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -6672,7 +6672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -6846,7 +6846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedInstanceVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -6955,7 +6955,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -7071,7 +7071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7345,7 +7345,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7618,7 +7618,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7819,7 +7819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -7887,7 +7887,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8088,7 +8088,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -8296,7 +8296,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -8405,7 +8405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -8599,7 +8599,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -8763,7 +8763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ServerVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -8872,7 +8872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -9066,7 +9066,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -9230,7 +9230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -9344,7 +9344,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -9460,7 +9460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -9734,7 +9734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10007,7 +10007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10208,7 +10208,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentSettingsModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecurringScansInterval": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", "EmailAdmins": "System.Boolean", @@ -10276,7 +10276,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10477,7 +10477,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -10685,7 +10685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanExportModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanExportModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanExportModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServerName": "System.String", "DatabaseName": "System.String", @@ -10791,7 +10791,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -11066,7 +11066,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -11279,7 +11279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -11391,7 +11391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -11722,7 +11722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -11991,7 +11991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -12103,7 +12103,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -12476,7 +12476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -12769,7 +12769,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanExportModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanExportModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanExportModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "InstanceName": "System.String", "DatabaseName": "System.String", @@ -12875,7 +12875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -13150,7 +13150,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -13407,7 +13407,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -13519,7 +13519,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -13824,7 +13824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -14111,7 +14111,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentScanRecordModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TriggerType": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", "Errors": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", @@ -14223,7 +14223,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -14570,7 +14570,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -14905,7 +14905,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -15012,7 +15012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -15385,7 +15385,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -15678,7 +15678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -15785,7 +15785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -16158,7 +16158,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -16451,7 +16451,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.DatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -16558,7 +16558,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -16912,7 +16912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -17168,7 +17168,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -17275,7 +17275,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -17622,7 +17622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -17957,7 +17957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -18064,7 +18064,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -18411,7 +18411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -18746,7 +18746,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.ManagedDatabaseVulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -18853,7 +18853,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -19207,7 +19207,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RuleAppliesToMaster": "System.Boolean", "BaselineResult": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", @@ -19555,7 +19555,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "ResourceGroupName": "System.String", @@ -19829,7 +19829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "ResourceGroupName": "System.String", @@ -20229,7 +20229,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "ResourceGroupName": "System.String", @@ -20545,7 +20545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualNetworkRule.Model.AzureSqlServerVirtualNetworkRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IgnoreMissingVnetServiceEndpoint": "System.Nullable`1[System.Boolean]", "ResourceGroupName": "System.String", @@ -20945,7 +20945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Location": "System.String", @@ -21379,7 +21379,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Location": "System.String", @@ -21477,7 +21477,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Location": "System.String", @@ -21729,7 +21729,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model", "Name": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VirtualCluster.Model.AzureSqlVirtualClusterModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "Location": "System.String", @@ -22027,7 +22027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Usages.Models", "Name": "Microsoft.Azure.Commands.Sql.Usages.Models.AzureSqlUsageModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Usages.Models.AzureSqlUsageModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Usages.Models.AzureSqlUsageModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CurrentValue": "System.Nullable`1[System.Int32]", "Limit": "System.Nullable`1[System.Int32]", @@ -22086,7 +22086,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -22264,7 +22264,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -22688,7 +22688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -22780,7 +22780,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -22968,7 +22968,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -23800,7 +23800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -24060,7 +24060,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -24556,7 +24556,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -24666,7 +24666,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -24860,7 +24860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -25244,7 +25244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", "ResourceGroupName": "System.String", @@ -25352,7 +25352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -25522,7 +25522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -25860,7 +25860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "State": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType", "ResourceGroupName": "System.String", @@ -26132,7 +26132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Status": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionActivityStatusType", "PercentComplete": "System.Single", @@ -26405,7 +26405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", "ResourceGroupName": "System.String", @@ -26636,7 +26636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -26728,7 +26728,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -26916,7 +26916,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -27324,7 +27324,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", "ResourceGroupName": "System.String", @@ -27430,7 +27430,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27571,7 +27571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -27739,7 +27739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -27874,7 +27874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -28021,7 +28021,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28248,7 +28248,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28574,7 +28574,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "State": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType", "ResourceGroupName": "System.String", @@ -28630,7 +28630,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -28826,7 +28826,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29058,7 +29058,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", "ResourceGroupName": "System.String", @@ -29115,7 +29115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29347,7 +29347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -29627,7 +29627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -29906,7 +29906,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -30142,7 +30142,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -30463,7 +30463,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -30741,7 +30741,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -31280,7 +31280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ServerThreatDetectionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ThreatDetectionState": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", "EmailAdmins": "System.Boolean", @@ -32089,7 +32089,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServiceTierAdvisor.Model", "Name": "Microsoft.Azure.Commands.Sql.ServiceTierAdvisor.Model.UpgradeServerHint", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServiceTierAdvisor.Model.UpgradeServerHint, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServiceTierAdvisor.Model.UpgradeServerHint, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Databases": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedDatabaseProperties]", "ElasticPools": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.UpgradeRecommendedElasticPoolProperties]" @@ -32359,7 +32359,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServiceObjective.Model", "Name": "Microsoft.Azure.Commands.Sql.ServiceObjective.Model.AzureSqlServerServiceObjectiveModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServiceObjective.Model.AzureSqlServerServiceObjectiveModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServiceObjective.Model.AzureSqlServerServiceObjectiveModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Boolean", "IsDefault": "System.Boolean", @@ -32793,7 +32793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -33035,7 +33035,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -33625,7 +33625,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -33909,7 +33909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -34457,7 +34457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -34774,7 +34774,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -35049,7 +35049,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -35366,7 +35366,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -35642,7 +35642,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -35960,7 +35960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -36072,7 +36072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -36386,7 +36386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -36754,7 +36754,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDnsAlias.Model.AzureSqlServerDnsAliasModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -37202,7 +37202,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -37497,7 +37497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel+ServerDisasterRecoveryConfigurationState", "OperationId": "System.Guid", @@ -37823,7 +37823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -38286,7 +38286,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -38623,7 +38623,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -39184,7 +39184,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -39458,7 +39458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -39816,7 +39816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerCommunicationLink.Model.AzureSqlServerCommunicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -40132,7 +40132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ObjectId": "System.Guid", "IsAzureADOnlyAuthentication": "System.Nullable`1[System.Boolean]", @@ -40363,7 +40363,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ObjectId": "System.Guid", "IsAzureADOnlyAuthentication": "System.Nullable`1[System.Boolean]", @@ -40594,7 +40594,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ObjectId": "System.Guid", "IsAzureADOnlyAuthentication": "System.Nullable`1[System.Boolean]", @@ -40867,7 +40867,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ObjectId": "System.Guid", "IsAzureADOnlyAuthentication": "System.Nullable`1[System.Boolean]", @@ -41232,7 +41232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowConnections": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -41607,7 +41607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureSqlDatabaseCopyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureSqlDatabaseCopyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureSqlDatabaseCopyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -42848,7 +42848,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowConnections": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -43051,7 +43051,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43427,7 +43427,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -43846,7 +43846,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44269,7 +44269,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -44525,7 +44525,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowConnections": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -44900,7 +44900,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AzureReplicationLinkModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowConnections": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -45761,7 +45761,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -46167,7 +46167,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -46573,7 +46573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -46932,7 +46932,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlDatabaseRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -47056,7 +47056,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47294,7 +47294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47550,7 +47550,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlElasticPoolRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -47674,7 +47674,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -47912,7 +47912,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48168,7 +48168,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Model.AzureSqlServerRecommendedActionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ErrorDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionErrorInfo", "ImplementationDetails": "Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedActionImplementationInfo", @@ -48287,7 +48287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48507,7 +48507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.RecommendedAction.Cmdlet.RecommendedActionState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -48739,7 +48739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -48815,7 +48815,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -49011,7 +49011,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -49497,7 +49497,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -49573,7 +49573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -50084,7 +50084,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -52297,7 +52297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -52411,7 +52411,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -52679,7 +52679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -52993,7 +52993,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -53069,7 +53069,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -53439,6 +53439,24 @@ "ValidateRangeMax": null, "ValidateNotNullOrEmpty": true }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { "Name": "DefaultProfile", "AliasList": [ @@ -53486,7 +53504,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -53883,6 +53901,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -54276,6 +54318,30 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -54697,251 +54763,275 @@ }, { "ParameterMetadata": { - "Name": "DefaultProfile", - "AliasList": [ - "AzContext", - "AzureRmContext", - "AzureCredential" - ], - "Type": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", - "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", - "Environments": "System.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, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - } - ] - }, - { - "Name": "__AllParameterSets", - "Parameters": [ - { - "ParameterMetadata": { - "Name": "AdministratorPassword", - "AliasList": [], - "Type": { - "Namespace": "System.Security", - "Name": "System.Security.SecureString", - "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "Edition", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "LicenseType", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "StorageSizeInGB", - "AliasList": [], - "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", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "VCore", - "AliasList": [], - "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", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "PublicDataEndpointEnabled", - "AliasList": [], - "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", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": true - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "ProxyOverride", - "AliasList": [], - "Type": { - "Namespace": "System", - "Name": "System.String", - "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "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.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "ValidateSet": [], - "ValidateRangeMin": null, - "ValidateRangeMax": null, - "ValidateNotNullOrEmpty": false - }, - "Mandatory": false, - "Position": -2147483648, - "ValueFromPipeline": false, - "ValueFromPipelineByPropertyName": false - }, - { - "ParameterMetadata": { - "Name": "AssignIdentity", + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "AdministratorPassword", + "AliasList": [], + "Type": { + "Namespace": "System.Security", + "Name": "System.Security.SecureString", + "AssemblyQualifiedName": "System.Security.SecureString, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Edition", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "LicenseType", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "StorageSizeInGB", + "AliasList": [], + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "VCore", + "AliasList": [], + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PublicDataEndpointEnabled", + "AliasList": [], + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ProxyOverride", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AssignIdentity", "AliasList": [], "Type": { "Namespace": "System.Management.Automation", @@ -55064,6 +55154,1266 @@ "ValueFromPipeline": false, "ValueFromPipelineByPropertyName": false }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzSqlInstanceOperation", + "Name": "Get-AzSqlInstanceOperation", + "ClassName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Cmdlet.GetAzureSqlManagedInstanceOperation", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "DefaultParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model", + "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IsUserError": "System.Nullable`1[System.Boolean]", + "IsCancellable": "System.Nullable`1[System.Boolean]", + "StartTime": "System.Nullable`1[System.DateTime]", + "EstimatedCompletionTime": "System.Nullable`1[System.DateTime]", + "PercentComplete": "System.Nullable`1[System.Int32]", + "ErrorCode": "System.Nullable`1[System.Int32]", + "ErrorSeverity": "System.Nullable`1[System.Int32]", + "Id": "System.String", + "ResourceGroupName": "System.String", + "ManagedInstanceName": "System.String", + "Name": "System.String", + "Operation": "System.String", + "OperationFriendlyName": "System.String", + "State": "System.String", + "ErrorDescription": "System.String", + "Description": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Name", + "AliasList": [ + "OperationName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ManagedInstanceName", + "AliasList": [ + "InstanceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "GetByManagedInstanceOperationResourceIdentifierParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "DefaultParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "OperationName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagedInstanceName", + "AliasList": [ + "InstanceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ListByManagedInstanceParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ManagedInstanceName", + "AliasList": [ + "InstanceName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzContext", + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Stop", + "NounName": "AzSqlInstanceOperation", + "Name": "Stop-AzSqlInstanceOperation", + "ClassName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Cmdlet.StopAzureSqlManagedInstanceOperation", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "StopByNameAndManagedInstanceAndResourceGroupParameterSet", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model", + "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IsUserError": "System.Nullable`1[System.Boolean]", + "IsCancellable": "System.Nullable`1[System.Boolean]", + "StartTime": "System.Nullable`1[System.DateTime]", + "EstimatedCompletionTime": "System.Nullable`1[System.DateTime]", + "PercentComplete": "System.Nullable`1[System.Int32]", + "ErrorCode": "System.Nullable`1[System.Int32]", + "ErrorSeverity": "System.Nullable`1[System.Int32]", + "Id": "System.String", + "ResourceGroupName": "System.String", + "ManagedInstanceName": "System.String", + "Name": "System.String", + "Operation": "System.String", + "OperationFriendlyName": "System.String", + "State": "System.String", + "ErrorDescription": "System.String", + "Description": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "Name", + "AliasList": [ + "OperationName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ManagedInstanceName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [ + "SqlInstanceOperation" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model", + "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IsUserError": "System.Nullable`1[System.Boolean]", + "IsCancellable": "System.Nullable`1[System.Boolean]", + "StartTime": "System.Nullable`1[System.DateTime]", + "EstimatedCompletionTime": "System.Nullable`1[System.DateTime]", + "PercentComplete": "System.Nullable`1[System.Int32]", + "ErrorCode": "System.Nullable`1[System.Int32]", + "ErrorSeverity": "System.Nullable`1[System.Int32]", + "Id": "System.String", + "ResourceGroupName": "System.String", + "ManagedInstanceName": "System.String", + "Name": "System.String", + "Operation": "System.String", + "OperationFriendlyName": "System.String", + "State": "System.String", + "ErrorDescription": "System.String", + "Description": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "StopByNameAndManagedInstanceAndResourceGroupParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Name", + "AliasList": [ + "OperationName" + ], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ManagedInstanceName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ResourceGroupName", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "StopByResourceIdParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "ResourceId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "StopByInputObjectParameterSet", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [ + "SqlInstanceOperation" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model", + "Name": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model.AzureSqlManagedInstanceOperationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "IsUserError": "System.Nullable`1[System.Boolean]", + "IsCancellable": "System.Nullable`1[System.Boolean]", + "StartTime": "System.Nullable`1[System.DateTime]", + "EstimatedCompletionTime": "System.Nullable`1[System.DateTime]", + "PercentComplete": "System.Nullable`1[System.Int32]", + "ErrorCode": "System.Nullable`1[System.Int32]", + "ErrorSeverity": "System.Nullable`1[System.Int32]", + "Id": "System.String", + "ResourceGroupName": "System.String", + "ManagedInstanceName": "System.String", + "Name": "System.String", + "Operation": "System.String", + "OperationFriendlyName": "System.String", + "State": "System.String", + "ErrorDescription": "System.String", + "Description": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "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]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { "ParameterMetadata": { "Name": "DefaultProfile", @@ -55122,7 +56472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ManagedInstanceName": "System.String", @@ -55462,7 +56812,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -55631,7 +56981,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -55985,7 +57335,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -56159,7 +57509,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -56346,7 +57696,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -56834,7 +58184,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -57234,7 +58584,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -57383,7 +58733,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -57692,7 +59042,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -58023,7 +59373,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -58269,7 +59619,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -58322,7 +59672,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ManagedInstanceName": "System.String", @@ -58815,7 +60165,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -59471,7 +60821,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -60516,7 +61866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlRecoverableManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ManagedInstanceName": "System.String", @@ -61481,7 +62831,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlDeletedManagedDatabaseBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlDeletedManagedDatabaseBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlDeletedManagedDatabaseBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DeletionDate": "System.DateTime", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -62010,7 +63360,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WeekOfYear": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -62288,7 +63638,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RetentionDays": "System.Int32", "DeletionDate": "System.Nullable`1[System.DateTime]", @@ -62369,7 +63719,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -62554,7 +63904,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -62916,7 +64266,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -62996,7 +64346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -63987,7 +65337,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -64151,7 +65501,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -64394,7 +65744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -64510,7 +65860,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -64870,7 +66220,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -65172,7 +66522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WeekOfYear": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -66196,7 +67546,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.LocationCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.LocationCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.LocationCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SupportedServerVersions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel]", "LocationName": "System.String", @@ -66688,7 +68038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ObjectId": "System.Guid", "ResourceGroupName": "System.String", @@ -66744,7 +68094,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -66910,7 +68260,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -67244,7 +68594,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ObjectId": "System.Guid", "ResourceGroupName": "System.String", @@ -67336,7 +68686,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -67594,7 +68944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -68028,7 +69378,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceActiveDirectoryAdministrator.Model.AzureSqlInstanceActiveDirectoryAdministratorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ObjectId": "System.Guid", "ResourceGroupName": "System.String", @@ -68120,7 +69470,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -68378,7 +69728,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -68812,7 +70162,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -69252,7 +70602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -69838,7 +71188,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -69902,7 +71252,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -70060,7 +71410,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -70386,7 +71736,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -70450,7 +71800,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -70664,7 +72014,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model", "Name": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Instance_Pools.Model.AzureSqlInstancePoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Sql.Models.Sku", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -71286,7 +72636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -71568,7 +72918,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -72186,7 +73536,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -72306,7 +73656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -72768,7 +74118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -73030,7 +74380,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -73150,7 +74500,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -73678,7 +75028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -73988,7 +75338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -74108,7 +75458,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -74504,7 +75854,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.InstanceFailoverGroup.Model.AzureSqlInstanceFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverWithDataLossGracePeriodHours": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -74718,7 +76068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Model", "Name": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EstimatedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", "ReportedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", @@ -75089,7 +76439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Model", "Name": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EstimatedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", "ReportedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", @@ -75418,7 +76768,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Model", "Name": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Model.IndexRecommendation, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "EstimatedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", "ReportedImpact": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.OperationImpact]", @@ -75747,7 +77097,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportStatusModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportStatusModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportStatusModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OperationStatusLink": "System.String", "ErrorMessage": "System.String", @@ -75937,7 +77287,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthenticationType": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", "StorageKeyType": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", @@ -76037,7 +77387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76212,7 +77562,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76420,7 +77770,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76625,7 +77975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -76809,7 +78159,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AzureSqlDatabaseImportExportBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuthenticationType": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", "StorageKeyType": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", @@ -76891,7 +78241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77048,7 +78398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77223,7 +78573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77407,7 +78757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseEdition, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77588,7 +78938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77793,7 +79143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -77977,7 +79327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FirewallRule.Model", "Name": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -78254,7 +79604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FirewallRule.Model", "Name": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -78841,7 +80191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FirewallRule.Model", "Name": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -79160,7 +80510,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FirewallRule.Model", "Name": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ResourceGroupName": "System.String", "ServerName": "System.String", @@ -79521,7 +80871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -79651,7 +81001,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -79776,7 +81126,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -79877,7 +81227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -80187,7 +81537,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -80353,7 +81703,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80474,7 +81824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80730,7 +82080,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -80863,7 +82213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -81047,7 +82397,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -81177,7 +82527,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -81320,7 +82670,7 @@ "Type": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -81445,7 +82795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -81797,7 +83147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -81927,7 +83277,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82048,7 +83398,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82256,7 +83606,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.FailoverPolicy, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82389,7 +83739,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AllowReadOnlyFailoverToPrimary, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -82573,7 +83923,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model", "Name": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "FailoverGroupReadOnlyEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadOnlyEndpoint", "FailoverGroupReadWriteEndpoint": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ReadWriteEndpoint", @@ -82967,7 +84317,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -83260,7 +84610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OperationId": "System.Guid", "IsCancellable": "System.Nullable`1[System.Boolean]", @@ -83594,7 +84944,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -84334,7 +85684,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -85681,7 +87031,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -86016,7 +87366,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -87367,7 +88717,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticPool.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "OperationId": "System.Guid", "IsCancellable": "System.Nullable`1[System.Boolean]", @@ -87743,7 +89093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -87824,7 +89174,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -88100,7 +89450,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -88384,7 +89734,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -88465,7 +89815,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -88882,7 +90232,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -89271,7 +90621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -89352,7 +90702,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -89669,7 +91019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -89972,7 +91322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -90053,7 +91403,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -90374,7 +91724,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -90657,7 +92007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -90735,7 +92085,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -91052,7 +92402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -91335,7 +92685,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -91413,7 +92763,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -91772,7 +93122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -92103,7 +93453,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -92181,7 +93531,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -92495,7 +93845,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -92723,7 +94073,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -92801,7 +94151,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -93157,7 +94507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobCredentialModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Password": "System.Security.SecureString", "CredentialName": "System.String", @@ -93433,7 +94783,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -93519,7 +94869,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -93918,7 +95268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -94271,7 +95621,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -94357,7 +95707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -94717,7 +96067,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -94953,7 +96303,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -95039,7 +96389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -95229,7 +96579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -96158,7 +97508,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -97068,7 +98418,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -97436,7 +98786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -97578,7 +98928,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -97998,7 +99348,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -98880,7 +100230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -99925,7 +101275,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -100011,7 +101361,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -100188,7 +101538,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -100711,7 +102061,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -102085,7 +103435,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -102158,7 +103508,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -102624,7 +103974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -102993,7 +104343,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -103458,7 +104808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -104915,7 +106265,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -104998,7 +106348,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -106027,7 +107377,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -106213,7 +107563,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -106449,7 +107799,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -107414,7 +108764,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -107497,7 +108847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -108606,7 +109956,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -108820,7 +110170,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -109058,7 +110408,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -110051,7 +111401,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -110128,7 +111478,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -110445,7 +111795,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -110728,7 +112078,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -110805,7 +112155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -111122,7 +112472,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -111405,7 +112755,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -111482,7 +112832,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -111837,7 +113187,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -112136,7 +113486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MembershipType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType]", "TargetGroupName": "System.String", @@ -112237,7 +113587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -113272,7 +114622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -113452,7 +114802,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -113656,7 +115006,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -114383,7 +115733,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MembershipType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType]", "TargetGroupName": "System.String", @@ -114466,7 +115816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -115361,7 +116711,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -115517,7 +116867,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -115697,7 +117047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Targets": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", "TargetGroupName": "System.String", @@ -116372,7 +117722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -116458,7 +117808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -117031,7 +118381,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -117171,7 +118521,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -117602,7 +118952,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -117688,7 +119038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -118052,7 +119402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Output": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", "RetryIntervalBackoffMultiplier": "System.Nullable`1[System.Double]", @@ -118288,7 +119638,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -118371,7 +119721,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -118688,7 +120038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -118971,7 +120321,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -119054,7 +120404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -119415,7 +120765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ScheduleType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobScheduleType]", "Enabled": "System.Nullable`1[System.Boolean]", @@ -119720,7 +121070,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -119806,7 +121156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -120573,7 +121923,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -120863,7 +122213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "WorkerCount": "System.Nullable`1[System.Int32]", @@ -121436,7 +122786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -121522,7 +122872,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -122314,7 +123664,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -122559,7 +123909,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -123039,7 +124389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -123125,7 +124475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -123799,7 +125149,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobExecutionModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreateTime": "System.Nullable`1[System.DateTime]", "StartTime": "System.Nullable`1[System.DateTime]", @@ -124412,7 +125762,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -124521,7 +125871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -124768,7 +126118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -125157,7 +126507,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -125563,7 +126913,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -125672,7 +127022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -125893,7 +127243,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -126282,7 +127632,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -126662,7 +128012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -126771,7 +128121,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -127018,7 +128368,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -127407,7 +128757,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -127813,7 +129163,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -127922,7 +129272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -128143,7 +129493,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -128532,7 +129882,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -128891,7 +130241,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -129001,7 +130351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -129580,7 +130930,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -129770,7 +131120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -130107,7 +131457,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -130217,7 +131567,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -130530,7 +131880,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -130795,7 +132145,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -130905,7 +132255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -131458,7 +132808,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -131622,7 +132972,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -131933,7 +133283,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -132043,7 +133393,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -132330,7 +133680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -132588,7 +133938,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -132697,7 +134047,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -132942,7 +134292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -133331,7 +134681,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -133735,7 +135085,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -133844,7 +135194,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -134063,7 +135413,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -134452,7 +135802,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -134866,7 +136216,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -134975,7 +136325,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -135552,7 +136902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -135838,7 +137188,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SqlDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "ServerName": "System.String", @@ -136145,7 +137495,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -136254,7 +137604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -136805,7 +138155,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -137065,7 +138415,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.ManagedDatabaseSensitivityClassificationModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SensitivityLabels": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", "InstanceName": "System.String", @@ -137317,7 +138667,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -137654,7 +139004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState", "OperationId": "System.Guid", @@ -138025,7 +139375,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModelExpanded", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModelExpanded, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModelExpanded, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ServiceTierAdvisor": "Microsoft.Azure.Management.Sql.LegacySdk.Models.ServiceTierAdvisorProperties", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -138743,7 +140093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -138988,7 +140338,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -139475,7 +140825,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140045,7 +141395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -140645,7 +141995,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -141052,7 +142402,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -141431,7 +142781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -141640,7 +142990,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -142265,7 +143615,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -142737,7 +144087,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -143388,7 +144738,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Properties": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState", "OperationId": "System.Guid", @@ -143759,7 +145109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -143839,7 +145189,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -144884,7 +146234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -145074,7 +146424,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -145343,7 +146693,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -145459,7 +146809,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -145819,7 +147169,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseLongTermRetentionBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BackupExpirationTime": "System.Nullable`1[System.DateTime]", "BackupTime": "System.Nullable`1[System.DateTime]", @@ -146121,7 +147471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RetentionDays": "System.Int32", "ResourceGroupName": "System.String", @@ -146196,7 +147546,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -146425,7 +147775,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -146826,7 +148176,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "LastAvailableBackupDate": "System.DateTime", "ResourceGroupName": "System.String", @@ -147101,7 +148451,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDeletedDatabaseBackupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDeletedDatabaseBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDeletedDatabaseBackupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationDate": "System.DateTime", "DeletionDate": "System.DateTime", @@ -147427,7 +148777,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WeekOfYear": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -147705,7 +149055,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "State": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState", "Location": "System.String", @@ -147978,7 +149328,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RestorePointCreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", @@ -148254,7 +149604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RestorePointCreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", @@ -148572,7 +149922,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseRestorePointModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RestorePointCreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestoreDate": "System.Nullable`1[System.DateTime]", @@ -148932,7 +150282,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -152045,7 +153395,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RetentionDays": "System.Int32", "ResourceGroupName": "System.String", @@ -152138,7 +153488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -152435,7 +153785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -152864,7 +154214,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseBackupLongTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "WeekOfYear": "System.Nullable`1[System.Int32]", "ResourceGroupName": "System.String", @@ -153888,7 +155238,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "State": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState", "Location": "System.String", @@ -153945,7 +155295,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -154141,7 +155491,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -154373,7 +155723,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabaseBackup.Model.AzureSqlManagedDatabaseBackupShortTermRetentionPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RetentionDays": "System.Int32", "DeletionDate": "System.Nullable`1[System.DateTime]", @@ -154454,7 +155804,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -154657,7 +156007,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedDatabase.Model.AzureSqlManagedDatabaseBaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CreationDate": "System.Nullable`1[System.DateTime]", "EarliestRestorePoint": "System.Nullable`1[System.DateTime]", @@ -155115,7 +156465,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -155490,7 +156840,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -155865,7 +157215,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsUpToDate": "System.Nullable`1[System.Boolean]", "LastAliveTime": "System.Nullable`1[System.DateTime]", @@ -156165,7 +157515,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentLinkedDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentLinkedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentLinkedDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SeverName": "System.String", "DatabaseId": "System.String", @@ -156453,7 +157803,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "LastSyncTime": "System.Nullable`1[System.DateTime]", @@ -156802,7 +158152,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupLogModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupLogModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupLogModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TimeStamp": "System.Nullable`1[System.DateTime]", "LogLevel": "System.String", @@ -157266,7 +158616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MemberDatabasePassword": "System.Security.SecureString", "ResourceId": "System.String", @@ -157663,7 +159013,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tables": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel]", "LastUpdateTime": "System.Nullable`1[System.DateTime]" @@ -158027,7 +159377,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsUpToDate": "System.Nullable`1[System.Boolean]", "LastAliveTime": "System.Nullable`1[System.DateTime]", @@ -158731,7 +160081,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SyncAgentKey": "System.String" }, @@ -159000,7 +160350,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "LastSyncTime": "System.Nullable`1[System.DateTime]", @@ -159649,7 +160999,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MemberDatabasePassword": "System.Security.SecureString", "ResourceId": "System.String", @@ -161167,7 +162517,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsUpToDate": "System.Nullable`1[System.Boolean]", "LastAliveTime": "System.Nullable`1[System.DateTime]", @@ -161551,7 +162901,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "LastSyncTime": "System.Nullable`1[System.DateTime]", @@ -161984,7 +163334,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MemberDatabasePassword": "System.Security.SecureString", "ResourceId": "System.String", @@ -162465,7 +163815,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "LastSyncTime": "System.Nullable`1[System.DateTime]", @@ -162856,7 +164206,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "LastSyncTime": "System.Nullable`1[System.DateTime]", @@ -163247,7 +164597,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "LastSyncTime": "System.Nullable`1[System.DateTime]", @@ -163722,7 +165072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncMemberModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MemberDatabasePassword": "System.Security.SecureString", "ResourceId": "System.String", @@ -164161,7 +165511,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Schema": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", "LastSyncTime": "System.Nullable`1[System.DateTime]", @@ -164590,7 +165940,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DataMaskingState": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType", "DatabaseName": "System.String", @@ -164863,7 +166213,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MaskingFunction": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction", "NumberFrom": "System.Nullable`1[System.Double]", @@ -165269,7 +166619,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MaskingFunction": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction", "NumberFrom": "System.Nullable`1[System.Double]", @@ -166001,7 +167351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MaskingFunction": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction", "NumberFrom": "System.Nullable`1[System.Double]", @@ -166491,7 +167841,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DataMaskingState": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType", "DatabaseName": "System.String", @@ -166896,7 +168246,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DatabaseDataMaskingRuleModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MaskingFunction": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction", "NumberFrom": "System.Nullable`1[System.Double]", @@ -167628,7 +168978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.DatabaseAuditModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.DatabaseAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.DatabaseAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuditActionGroup": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", "BlobStorageTargetState": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType", @@ -167749,7 +169099,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -168020,7 +169370,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -168237,7 +169587,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.ServerAuditModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.ServerAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.ServerAuditModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AuditActionGroup": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", "BlobStorageTargetState": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType", @@ -168338,7 +169688,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -168574,7 +169924,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -168859,7 +170209,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -169130,7 +170480,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -169402,7 +170752,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -169638,7 +170988,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -169869,7 +171219,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -170171,7 +171521,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -170326,7 +171676,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -170768,7 +172118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -171138,7 +172488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -171260,7 +172610,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -171656,7 +173006,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -171922,7 +173272,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -172042,7 +173392,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -172460,7 +173810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -172830,7 +174180,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -172899,7 +174249,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -173276,7 +174626,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -173660,7 +175010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -174044,7 +175394,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -174381,7 +175731,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlDatabaseAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -174483,7 +175833,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -174703,7 +176053,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -174935,7 +176285,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlElasticPoolAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -175037,7 +176387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175257,7 +176607,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175489,7 +176839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Model", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "RecommendedActions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Sql.LegacySdk.Models.RecommendedAction]", "LastChecked": "System.Nullable`1[System.DateTime]", @@ -175586,7 +176936,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175788,7 +177138,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet", "Name": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Advisor.Cmdlet.AdvisorAutoExecuteStatus, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -175996,7 +177346,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "ManagedInstanceName": "System.String", @@ -176051,7 +177401,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -176199,7 +177549,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -176469,7 +177819,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "ServerName": "System.String", @@ -176524,7 +177874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -176662,7 +178012,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -176924,7 +178274,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "ManagedInstanceName": "System.String", @@ -177033,7 +178383,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -177345,7 +178695,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -177595,7 +178945,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "ServerName": "System.String", @@ -177704,7 +179054,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -178006,7 +179356,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -178248,7 +179598,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "ManagedInstanceName": "System.String", @@ -178303,7 +179653,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -178451,7 +179801,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model", "Name": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ManagedInstance.Model.AzureSqlManagedInstanceModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Sku": "Microsoft.Azure.Management.Internal.Resources.Models.Sku", "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", @@ -178721,7 +180071,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model", "Name": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ServerAdvancedDataSecurityPolicyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IsEnabled": "System.Boolean", "ServerName": "System.String", @@ -178776,7 +180126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -178914,7 +180264,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Sql.Server.Model", "Name": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Identity": "Microsoft.Azure.Management.Sql.Models.ResourceIdentity", "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", @@ -179307,7 +180657,7 @@ "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.RecurringScansInterval, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -179475,7 +180825,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -179487,7 +180837,7 @@ "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.DatabaseReadScale, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -179975,7 +181325,7 @@ "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.TriggerType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180070,7 +181420,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -180082,7 +181432,7 @@ "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentScanErrorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Code": "System.String", "Message": "System.String" @@ -180127,7 +181477,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -180139,7 +181489,7 @@ "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel": { "Namespace": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model", "Name": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.VulnerabilityAssessment.Model.VulnerabilityAssessmentRuleBaselineRowModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Result": "System.Collections.Generic.IList`1[System.String]" }, @@ -180262,7 +181612,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180357,7 +181707,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceKeyVaultKeyModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.ServerKeyType", "CreationDate": "System.Nullable`1[System.DateTime]", @@ -180438,7 +181788,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180533,7 +181883,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Type": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType", "ResourceGroupName": "System.String", @@ -180630,7 +181980,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180725,7 +182075,7 @@ "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionActivityStatusType": { "Namespace": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model", "Name": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionActivityStatusType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionActivityStatusType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.TransparentDataEncryptionActivityStatusType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -180820,7 +182170,7 @@ "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType": { "Namespace": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model", "Name": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ThreatDetection.Model.ThreatDetectionStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -181048,7 +182398,7 @@ "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel+ServerKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -181143,7 +182493,7 @@ "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel+ServerDisasterRecoveryConfigurationState": { "Namespace": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model", "Name": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel+ServerDisasterRecoveryConfigurationState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel+ServerDisasterRecoveryConfigurationState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model.AzureSqlServerDisasterRecoveryConfigurationActivityModel+ServerDisasterRecoveryConfigurationState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Current": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Requested": "System.Collections.Generic.IDictionary`2[System.String,System.String]" @@ -181188,7 +182538,7 @@ "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections": { "Namespace": "Microsoft.Azure.Commands.Sql.Replication.Model", "Name": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Replication.Model.AllowConnections, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -181562,7 +182912,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -181574,7 +182924,7 @@ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServerVersionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SupportedEditions": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel]", "Status": "System.String", @@ -181620,7 +182970,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -181632,7 +182982,7 @@ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.EditionCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SupportedServiceObjectives": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel]", "Status": "System.String", @@ -181678,7 +183028,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -181690,7 +183040,7 @@ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.ServiceObjectiveCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SupportedMaxSizes": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel]", "Id": "System.Nullable`1[System.Guid]", @@ -181737,7 +183087,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -181749,7 +183099,7 @@ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeRangeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MinValue": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel", "MaxValue": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel", @@ -181797,7 +183147,7 @@ "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model", "Name": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.MaxSizeCapabilityModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Limit": "System.Nullable`1[System.Int32]", "Unit": "System.String", @@ -182068,7 +183418,7 @@ "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.AuthenticationType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182163,7 +183513,7 @@ "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType": { "Namespace": "Microsoft.Azure.Commands.Sql.ImportExport.Model", "Name": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ImportExport.Model.StorageKeyType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -182415,7 +183765,7 @@ "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "System.Collections.Generic.Dictionary`2[System.String,System.String]", "CreationDate": "System.DateTime", @@ -182642,7 +183992,7 @@ "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel": { "Namespace": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model", "Name": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Elastic_Jobs.Model.AzureSqlElasticJobStepOutputModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "SubscriptionId": "System.Nullable`1[System.Guid]", "Credential": "System.String", @@ -182693,7 +184043,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -182705,7 +184055,7 @@ "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel": { "Namespace": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model", "Name": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MembershipType": "System.Nullable`1[Microsoft.Azure.Management.Sql.Models.JobTargetGroupMembershipType]", "TargetGroupName": "System.String", @@ -182868,7 +184218,7 @@ "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel]", - "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -182880,7 +184230,7 @@ "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityLabelModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rank": "System.Nullable`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank]", "SchemaName": "System.String", @@ -182931,7 +184281,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -182943,7 +184293,7 @@ "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank": { "Namespace": "Microsoft.Azure.Commands.Sql.DataClassification.Model", "Name": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataClassification.Model.SensitivityRank, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183038,7 +184388,7 @@ "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState": { "Namespace": "Microsoft.Azure.Commands.Sql.Database.Model", "Name": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel+DatabaseState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Current": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "Requested": "System.Collections.Generic.IDictionary`2[System.String,System.String]" @@ -183208,7 +184558,7 @@ "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState": { "Namespace": "Microsoft.Azure.Commands.Sql.Backup.Model", "Name": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupPolicyModel+GeoBackupPolicyState, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183303,7 +184653,7 @@ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tables": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel]", "MasterSyncMemberName": "System.String" @@ -183363,7 +184713,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -183375,7 +184725,7 @@ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Columns": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel]", "QuotedName": "System.String" @@ -183435,7 +184785,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -183447,7 +184797,7 @@ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "QuotedName": "System.String", "DataSize": "System.String", @@ -183668,7 +185018,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -183680,7 +185030,7 @@ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaTableModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HasError": "System.Boolean", "Columns": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel]", @@ -183738,7 +185088,7 @@ "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel]": { "Namespace": "System.Collections.Generic", "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -183750,7 +185100,7 @@ "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel": { "Namespace": "Microsoft.Azure.Commands.Sql.DataSync.Model", "Name": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaColumnModel, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HasError": "System.Boolean", "IsPrimaryKey": "System.Boolean", @@ -183810,7 +185160,7 @@ "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.DataMaskingStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -183905,7 +185255,7 @@ "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction": { "Namespace": "Microsoft.Azure.Commands.Sql.DataMasking.Model", "Name": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.DataMasking.Model.MaskingFunction, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -184000,7 +185350,7 @@ "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups[], Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", "GenericTypeArguments": [], @@ -184010,7 +185360,7 @@ "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditActionGroups, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -184105,7 +185455,7 @@ "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.AuditStateType, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -184200,7 +185550,7 @@ "Microsoft.Azure.Commands.Sql.Auditing.Model.StorageKeyKind": { "Namespace": "Microsoft.Azure.Commands.Sql.Auditing.Model", "Name": "Microsoft.Azure.Commands.Sql.Auditing.Model.StorageKeyKind", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.StorageKeyKind, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.5.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Sql.Auditing.Model.StorageKeyKind, Microsoft.Azure.PowerShell.Cmdlets.Sql, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Storage.Management.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Storage.Management.dll.json index a5e411b7743b..ab4b8e4ff1f4 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Storage.Management.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Storage.Management.dll.json @@ -14,7 +14,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HasLegalHold": "System.Nullable`1[System.Boolean]", "Tags": "System.String[]" @@ -132,7 +132,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -230,7 +230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -571,7 +571,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -743,7 +743,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -1004,7 +1004,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "Days": "System.Nullable`1[System.Int32]" @@ -1112,7 +1112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -1404,7 +1404,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -1743,7 +1743,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Cors": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules", "DeleteRetentionPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy", @@ -1867,7 +1867,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -2205,7 +2205,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -2622,7 +2622,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Cors": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules", "DeleteRetentionPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy", @@ -2746,7 +2746,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -2996,7 +2996,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -3263,7 +3263,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -3414,7 +3414,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -3735,7 +3735,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -4036,7 +4036,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -4158,7 +4158,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -4256,7 +4256,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -4599,7 +4599,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -4773,7 +4773,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -5038,7 +5038,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -5160,7 +5160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -5258,7 +5258,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -5392,7 +5392,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -5708,7 +5708,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -5906,7 +5906,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -6120,7 +6120,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -6332,7 +6332,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -6483,7 +6483,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -6602,7 +6602,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -6839,7 +6839,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7016,7 +7016,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -7147,7 +7147,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7351,7 +7351,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -7613,7 +7613,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -7713,7 +7713,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -8096,7 +8096,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -8294,7 +8294,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -8603,7 +8603,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -8725,7 +8725,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -8823,7 +8823,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -8957,7 +8957,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -9231,7 +9231,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -9405,7 +9405,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -9595,7 +9595,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -9759,7 +9759,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHold, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "HasLegalHold": "System.Nullable`1[System.Boolean]", "Tags": "System.String[]" @@ -9877,7 +9877,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -9975,7 +9975,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -10316,7 +10316,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -10488,7 +10488,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -10749,7 +10749,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -10871,7 +10871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -10969,7 +10969,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -11083,7 +11083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -11679,7 +11679,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -11929,7 +11929,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -12153,7 +12153,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -12391,7 +12391,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -12631,7 +12631,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -12796,7 +12796,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -13010,7 +13010,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSBlobServiceProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Cors": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules", "DeleteRetentionPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy", @@ -13134,7 +13134,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -13426,7 +13426,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -13765,7 +13765,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -13937,7 +13937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -14037,7 +14037,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -14149,7 +14149,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14386,7 +14386,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14590,7 +14590,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -14694,7 +14694,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -14873,7 +14873,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "ImmutabilityPolicy": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", "LegalHold": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", @@ -14991,7 +14991,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15168,7 +15168,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -15352,7 +15352,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -15496,7 +15496,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -15793,7 +15793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -16141,7 +16141,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -16285,7 +16285,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -16652,7 +16652,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -17083,7 +17083,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -17201,7 +17201,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -17577,7 +17577,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -17891,7 +17891,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -18193,7 +18193,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -18358,7 +18358,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -18476,7 +18476,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -18856,7 +18856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -19174,7 +19174,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSShare, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -19480,7 +19480,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot" @@ -19627,7 +19627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot" @@ -19786,7 +19786,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot" @@ -19954,7 +19954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot" @@ -20072,7 +20072,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot" @@ -20197,7 +20197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20239,7 +20239,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -20324,7 +20324,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", "GenericTypeArguments": [], @@ -20342,7 +20342,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -20575,7 +20575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", "GenericTypeArguments": [], @@ -20718,7 +20718,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -21157,7 +21157,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -21843,7 +21843,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -21976,7 +21976,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -22275,7 +22275,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -22474,7 +22474,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -22830,7 +22830,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -22985,7 +22985,9 @@ "Standard_GRS", "Standard_RAGRS", "Premium_LRS", - "Premium_ZRS" + "Premium_ZRS", + "Standard_GZRS", + "Standard_RAGZRS" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -23154,7 +23156,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -23550,7 +23552,9 @@ "Standard_GRS", "Standard_RAGRS", "Premium_LRS", - "Premium_ZRS" + "Premium_ZRS", + "Standard_GZRS", + "Standard_RAGZRS" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -23773,7 +23777,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -24456,7 +24460,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrefixMatch": "System.String[]", "BlobTypes": "System.String[]" @@ -24677,7 +24681,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Definition": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition", "Enabled": "System.Nullable`1[System.Boolean]", @@ -24803,7 +24807,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot" @@ -24871,7 +24875,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrefixMatch": "System.String[]", "BlobTypes": "System.String[]" @@ -25046,7 +25050,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot" @@ -25120,7 +25124,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrefixMatch": "System.String[]", "BlobTypes": "System.String[]" @@ -25605,7 +25609,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -25723,7 +25727,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -25974,7 +25978,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -26240,7 +26244,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -26465,7 +26469,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26507,7 +26511,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -26592,7 +26596,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", "GenericTypeArguments": [], @@ -26610,7 +26614,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -26843,7 +26847,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", "GenericTypeArguments": [], @@ -26986,7 +26990,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -27485,7 +27489,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -27781,7 +27785,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -28471,7 +28475,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -28643,7 +28647,9 @@ "Standard_ZRS", "Standard_GRS", "Standard_RAGRS", - "Premium_LRS" + "Premium_LRS", + "Standard_GZRS", + "Standard_RAGZRS" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -28860,7 +28866,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -29237,7 +29243,9 @@ "Standard_ZRS", "Standard_GRS", "Standard_RAGRS", - "Premium_LRS" + "Premium_LRS", + "Standard_GZRS", + "Standard_RAGZRS" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -29406,7 +29414,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -29842,7 +29850,9 @@ "Standard_ZRS", "Standard_GRS", "Standard_RAGRS", - "Premium_LRS" + "Premium_LRS", + "Standard_GZRS", + "Standard_RAGZRS" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -30011,7 +30021,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -30519,7 +30529,9 @@ "Standard_ZRS", "Standard_GRS", "Standard_RAGRS", - "Premium_LRS" + "Premium_LRS", + "Standard_GZRS", + "Standard_RAGZRS" ], "ValidateRangeMin": null, "ValidateRangeMax": null, @@ -30688,7 +30700,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -31016,7 +31028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -31131,7 +31143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -31247,7 +31259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", "GenericTypeArguments": [], @@ -31267,7 +31279,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -31432,7 +31444,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", "GenericTypeArguments": [], @@ -31552,7 +31564,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -31678,7 +31690,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -31782,7 +31794,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", "GenericTypeArguments": [], @@ -31850,7 +31862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -31956,7 +31968,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -32106,7 +32118,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", "GenericTypeArguments": [], @@ -32200,7 +32212,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Rules": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", "LastModifiedTime": "System.Nullable`1[System.DateTime]", @@ -32377,7 +32389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -32592,7 +32604,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32695,7 +32707,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -32798,7 +32810,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", "GenericTypeArguments": [], @@ -32816,7 +32828,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -32942,7 +32954,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33051,7 +33063,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -33160,7 +33172,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", "GenericTypeArguments": [], @@ -33184,7 +33196,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -33494,7 +33506,7 @@ "Type": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSUsage", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUsage, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Unit": "System.Nullable`1[Microsoft.Azure.Management.Storage.Models.UsageUnit]", "CurrentValue": "System.Nullable`1[System.Int32]", @@ -33866,7 +33878,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DirectoryServiceOptions": "System.String" }, @@ -33915,7 +33927,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UseSubDomain": "System.Nullable`1[System.Boolean]", "Name": "System.String" @@ -34044,7 +34056,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSGeoReplicationStats, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CanFailover": "System.Nullable`1[System.Boolean]", "LastSyncTime": "System.Nullable`1[System.DateTime]", @@ -34122,7 +34134,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleSet, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "IpRules": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", "DefaultAction": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", @@ -34289,7 +34301,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", "GenericTypeArguments": [], @@ -34299,7 +34311,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSIpRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34335,7 +34347,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleDefaultActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34440,7 +34452,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", "GenericTypeArguments": [], @@ -34450,7 +34462,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSVirtualNetworkRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34486,7 +34498,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -34498,7 +34510,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetWorkRuleBypassEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -34593,7 +34605,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -34605,7 +34617,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSNetworkRuleActionEnum, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -35240,7 +35252,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSSku": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSSku, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Restrictions": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.Restriction]", "Capabilities": "System.Collections.Generic.IList`1[Microsoft.Azure.Management.Storage.Models.SKUCapability]", @@ -36527,7 +36539,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSStorageAccount, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "AzureFilesIdentityBasedAuth": "Microsoft.Azure.Commands.Management.Storage.Models.PSAzureFilesIdentityBasedAuthentication", @@ -36617,7 +36629,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSImmutabilityPolicyProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "UpdateHistory": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[]", "AllowProtectedAppendWrites": "System.Nullable`1[System.Boolean]", @@ -36670,7 +36682,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty", "GenericTypeArguments": [], @@ -36680,7 +36692,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSUpdateHistoryProperty, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Timestamp": "System.Nullable`1[System.DateTime]", "ImmutabilityPeriodSinceCreationInDays": "System.Nullable`1[System.Int32]", @@ -36746,7 +36758,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSLegalHoldProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Tags": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[]", "HasLegalHold": "System.Nullable`1[System.Boolean]" @@ -36796,7 +36808,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty", "GenericTypeArguments": [], @@ -36806,7 +36818,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSTagProperty, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Timestamp": "System.Nullable`1[System.DateTime]", "Tag": "System.String", @@ -36859,7 +36871,7 @@ "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess]": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -36871,7 +36883,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSPublicAccess, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -37185,7 +37197,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRules, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "CorsRulesProperty": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule[]" }, @@ -37244,7 +37256,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule", "GenericTypeArguments": [], @@ -37254,7 +37266,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "MaxAgeInSeconds": "System.Int32", "AllowedOrigins": "System.String[]", @@ -37462,7 +37474,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Enabled": "System.Nullable`1[System.Boolean]", "Days": "System.Nullable`1[System.Int32]" @@ -37749,7 +37761,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "TierToCool": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification", "TierToArchive": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification", @@ -37810,7 +37822,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterModification, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DaysAfterModificationGreaterThan": "System.Int32" }, @@ -38002,7 +38014,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Delete": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation" }, @@ -38061,7 +38073,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSDateAfterCreation, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "DaysAfterCreationGreaterThan": "System.Int32" }, @@ -38414,7 +38426,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[]", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": {}, "ElementType": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", "GenericTypeArguments": [], @@ -38424,7 +38436,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRule, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Definition": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition", "Enabled": "System.Nullable`1[System.Boolean]", @@ -38505,7 +38517,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyDefinition, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "Actions": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", "Filters": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter" @@ -38575,7 +38587,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyActionGroup, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "BaseBlob": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyBaseBlob", "Snapshot": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicySnapShot" @@ -38635,7 +38647,7 @@ "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter": { "Namespace": "Microsoft.Azure.Commands.Management.Storage.Models", "Name": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.13.0.0, Culture=neutral, PublicKeyToken=null", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Management.Storage.Models.PSManagementPolicyRuleFilter, Microsoft.Azure.PowerShell.Cmdlets.Storage.Management, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { "PrefixMatch": "System.String[]", "BlobTypes": "System.String[]" diff --git a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Storage.dll.json b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Storage.dll.json index 72118d064baa..49941a3b5e67 100644 --- a/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Storage.dll.json +++ b/tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.PowerShell.Cmdlets.Storage.dll.json @@ -1,5 +1,296 @@ { "Cmdlets": [ + { + "VerbName": "Set", + "NounName": "AzDataLakeGen2ItemAclObject", + "Name": "Set-AzDataLakeGen2ItemAclObject", + "ClassName": "Microsoft.Azure.Commands.Management.Storage.SetAzDataLakeGen2ItemAclObjectCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ParseAccessControls", + "Parameters": [ + { + "Name": "psacls", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.List`1[Azure.Storage.Files.DataLake.Models.PathAccessControlItem]" + }, + { + "Name": "ParsePSPathAccessControlEntrys", + "Parameters": [ + { + "Name": "acls", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]" + }, + { + "Name": "GetSymbolicRolePermissions", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "accessControlType", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "defaultScope", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "entityId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "acl", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "EntityId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DefaultScope", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Permission", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "EntityId", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DefaultScope", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Permission", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [ + "New-AzDataLakeGen2ItemAclObject" + ] + }, { "VerbName": "Get", "NounName": "AzStorageTableStoredAccessPolicy", @@ -4909,7 +5200,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Queue", "Name": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePermissions", "SharedAccessExpiryTime": "System.Nullable`1[System.DateTimeOffset]", @@ -5300,7 +5591,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.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.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -5489,7 +5780,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.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.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -5743,7 +6034,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.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.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -5997,7 +6288,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.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.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -7415,7 +7706,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -9289,7 +9580,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -10939,7 +11230,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -17098,7 +17389,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -19223,7 +19514,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -21347,7 +21638,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -23248,7 +23539,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -28900,7 +29191,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -34188,7 +34479,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -36062,7 +36353,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -38067,7 +38358,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -40096,7 +40387,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -42057,7 +42348,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -47345,7 +47636,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -49219,7 +49510,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -50869,7 +51160,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -56703,7 +56994,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -58852,7 +59143,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -60777,7 +61068,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -66525,7 +66816,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -71831,7 +72122,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -77479,7 +77770,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -83143,7 +83434,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -85017,7 +85308,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -86667,7 +86958,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -92333,7 +92624,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -94386,7 +94677,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -96215,7 +96506,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -101795,7 +102086,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -104380,7 +104671,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions", "SharedAccessExpiryTime": "System.Nullable`1[System.DateTimeOffset]", @@ -104990,7 +105281,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -106659,7 +106950,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -108533,7 +108824,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -110538,7 +110829,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -112567,7 +112858,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -114583,7 +114874,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -119888,7 +120179,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.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.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -120156,7 +120447,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.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.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -120431,7 +120722,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.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.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -120600,7 +120891,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -125899,7 +126190,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.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.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -126068,7 +126359,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -131367,7 +131658,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.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.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -131536,7 +131827,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.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.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -131712,7 +132003,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -134150,7 +134441,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.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.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -134339,7 +134630,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.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.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -134593,7 +134884,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.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.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -134847,7 +135138,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.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.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -135821,7 +136112,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -137490,7 +137781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -139364,7 +139655,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -141411,7 +141702,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -143464,7 +143755,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -145449,7 +145740,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -150737,7 +151028,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -152611,7 +152902,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -154261,7 +154552,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -159927,7 +160218,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -161980,7 +162271,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -163809,7 +164100,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -169389,7 +169680,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -171282,7 +171573,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -173595,7 +173886,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -176496,7 +176787,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -181784,7 +182075,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -183658,7 +183949,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -185835,7 +186126,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -187962,7 +188253,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -190119,7 +190410,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.FileShareProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileShareProperties, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileShareProperties, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LastModified": "System.Nullable`1[System.DateTimeOffset]", "Quota": "System.Nullable`1[System.Int32]", @@ -190195,7 +190486,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -192431,7 +192722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -195571,7 +195862,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -198418,7 +198709,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -202513,7 +202804,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -204387,7 +204678,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -209710,7 +210001,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -215496,7 +215787,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -218580,7 +218871,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -222878,7 +223169,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -226943,7 +227234,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -232706,7 +232997,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -234817,7 +235108,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -240323,7 +240614,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -245598,7 +245889,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -251301,7 +251592,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -256936,7 +257227,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -262626,7 +262917,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -269999,7 +270290,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", "Name": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoggingOperations": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations", "RetentionDays": "System.Nullable`1[System.Int32]", @@ -270426,7 +270717,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", "Name": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MetricsLevel": "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel", "RetentionDays": "System.Nullable`1[System.Int32]", @@ -271520,7 +271811,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage", "Name": "Microsoft.Azure.Storage.SharedAccessAccountServices", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.SharedAccessAccountServices, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.SharedAccessAccountServices, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -271623,7 +271914,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage", "Name": "Microsoft.Azure.Storage.SharedAccessAccountResourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.SharedAccessAccountResourceTypes, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.SharedAccessAccountResourceTypes, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -271744,7 +272035,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.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.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -271888,7 +272179,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage", "Name": "Microsoft.Azure.Storage.SharedAccessAccountServices", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.SharedAccessAccountServices, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.SharedAccessAccountServices, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -271997,7 +272288,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage", "Name": "Microsoft.Azure.Storage.SharedAccessAccountResourceTypes", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.SharedAccessAccountResourceTypes, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.SharedAccessAccountResourceTypes, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -272130,7 +272421,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.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.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -272322,6 +272613,7 @@ "TableStorageAccount": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount", "StorageAccount": "Microsoft.Azure.Storage.CloudStorageAccount", "EmptyContextInstance": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext", + "Track2OauthToken": "Microsoft.WindowsAzure.Commands.Storage.Common.AzureSessionCredential", "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", "StorageAccountName": "System.String", "BlobEndPoint": "System.String", @@ -272373,6 +272665,14 @@ { "Name": "accountName", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "DefaultContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "logWriter", + "Type": "System.Reflection.RuntimeParameterInfo" } ] } @@ -274660,7 +274960,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", "Name": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "LoggingOperations": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations", "RetentionDays": "System.Nullable`1[System.Int32]", @@ -274868,7 +275168,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", "Name": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations[]", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations[], Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations[], Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations", "GenericTypeArguments": [], @@ -275131,7 +275431,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", "Name": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations[]", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations[], Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations[], Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations", "GenericTypeArguments": [], @@ -275263,7 +275563,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", "Name": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "MetricsLevel": "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel", "RetentionDays": "System.Nullable`1[System.Int32]", @@ -275574,7 +275874,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel, Microsoft.Azure.Storage.Common, Version=11.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.Storage.Shared.Protocol.MetricsLevel, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -275948,7 +276248,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel, Microsoft.Azure.Storage.Common, Version=11.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.Storage.Shared.Protocol.MetricsLevel, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -276604,6 +276904,8 @@ "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer", "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "BlobContainerClient": "Azure.Storage.Blobs.BlobContainerClient", + "BlobContainerProperties": "Azure.Storage.Blobs.Models.BlobContainerProperties", "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "Permission": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions", "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", @@ -276615,6 +276917,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "FetchAttributes", + "Parameters": [], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -276693,7 +277000,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -276973,7 +277280,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -277293,7 +277600,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -281352,7 +281659,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -284419,7 +284726,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -288715,7 +289022,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -292340,6 +292647,8 @@ "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "BlobClient": "Azure.Storage.Blobs.BlobClient", + "BlobProperties": "Azure.Storage.Blobs.Models.BlobProperties", "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -292355,6 +292664,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "FetchAttributes", + "Parameters": [], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -292389,6 +292703,10 @@ { "Name": "blob", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "storageContext", + "Type": "System.Reflection.RuntimeParameterInfo" } ] } @@ -292462,7 +292780,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -295309,7 +295627,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -299426,7 +299744,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -299867,7 +300185,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -300261,7 +300579,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -303188,7 +303506,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -303560,7 +303878,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -307701,7 +308019,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -308121,7 +308439,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -308474,6 +308792,8 @@ "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "BlobClient": "Azure.Storage.Blobs.BlobClient", + "BlobProperties": "Azure.Storage.Blobs.Models.BlobProperties", "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -308489,6 +308809,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "FetchAttributes", + "Parameters": [], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -308523,6 +308848,10 @@ { "Name": "blob", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "storageContext", + "Type": "System.Reflection.RuntimeParameterInfo" } ] } @@ -308635,7 +308964,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", "NextMarker": "System.String" @@ -308944,7 +309273,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", "NextMarker": "System.String" @@ -309288,7 +309617,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", "NextMarker": "System.String" @@ -309608,7 +309937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", "NextMarker": "System.String" @@ -309860,6 +310189,8 @@ "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "BlobClient": "Azure.Storage.Blobs.BlobClient", + "BlobProperties": "Azure.Storage.Blobs.Models.BlobProperties", "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -309875,6 +310206,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "FetchAttributes", + "Parameters": [], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -309909,6 +310245,10 @@ { "Name": "blob", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "storageContext", + "Type": "System.Reflection.RuntimeParameterInfo" } ] } @@ -309928,7 +310268,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -313987,7 +314327,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -317074,7 +317414,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -321396,7 +321736,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -325099,6 +325439,8 @@ "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "BlobClient": "Azure.Storage.Blobs.BlobClient", + "BlobProperties": "Azure.Storage.Blobs.Models.BlobProperties", "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -325114,6 +325456,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "FetchAttributes", + "Parameters": [], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -325148,6 +325495,10 @@ { "Name": "blob", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "storageContext", + "Type": "System.Reflection.RuntimeParameterInfo" } ] } @@ -325167,7 +325518,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -329226,7 +329577,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -332257,7 +332608,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -336505,7 +336856,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -339986,6 +340337,8 @@ "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer", "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "BlobContainerClient": "Azure.Storage.Blobs.BlobContainerClient", + "BlobContainerProperties": "Azure.Storage.Blobs.Models.BlobContainerProperties", "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "Permission": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions", "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", @@ -339997,6 +340350,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "FetchAttributes", + "Parameters": [], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -340111,7 +340469,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", "NextMarker": "System.String" @@ -340372,7 +340730,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", "NextMarker": "System.String" @@ -340665,7 +341023,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", "NextMarker": "System.String" @@ -340934,7 +341292,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", "NextMarker": "System.String" @@ -341169,7 +341527,8 @@ } ], "AliasList": [ - "Get-AzStorageContainerAcl" + "Get-AzStorageContainerAcl", + "Get-AzDatalakeGen2FileSystem" ] }, { @@ -341186,7 +341545,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Permissions": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPermissions", "SharedAccessExpiryTime": "System.Nullable`1[System.DateTimeOffset]", @@ -341668,7 +342027,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -345799,7 +346158,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.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.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -345963,7 +346322,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -350052,7 +350411,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.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.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -350257,7 +350616,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -354346,7 +354705,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.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.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -354621,7 +354980,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.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.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -354896,7 +355255,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.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.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -355099,7 +355458,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.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.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -355311,6 +355670,8 @@ "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer", "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageContainer, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "BlobContainerClient": "Azure.Storage.Blobs.BlobContainerClient", + "BlobContainerProperties": "Azure.Storage.Blobs.Models.BlobContainerProperties", "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "Permission": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions", "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", @@ -355322,6 +355683,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "FetchAttributes", + "Parameters": [], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -355400,7 +355766,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.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.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -355579,7 +355945,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.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.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -355755,7 +356121,9 @@ ] } ], - "AliasList": [] + "AliasList": [ + "New-AzDatalakeGen2FileSystem" + ] }, { "VerbName": "New", @@ -355847,7 +356215,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.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.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -356036,7 +356404,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.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.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -356290,7 +356658,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.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.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -356544,7 +356912,7 @@ "Type": { "Namespace": "System", "Name": "System.Nullable`1[Microsoft.Azure.Storage.SharedAccessProtocol]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.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.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ @@ -357724,7 +358092,9 @@ ] } ], - "AliasList": [] + "AliasList": [ + "Remove-AzDatalakeGen2FileSystem" + ] }, { "VerbName": "Remove", @@ -358812,6 +359182,8 @@ "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "BlobClient": "Azure.Storage.Blobs.BlobClient", + "BlobProperties": "Azure.Storage.Blobs.Models.BlobProperties", "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -358827,6 +359199,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "FetchAttributes", + "Parameters": [], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -358861,6 +359238,10 @@ { "Name": "blob", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "storageContext", + "Type": "System.Reflection.RuntimeParameterInfo" } ] } @@ -358884,7 +359265,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -362945,7 +363326,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -365852,7 +366233,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -367728,7 +368109,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -369400,7 +369781,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -374734,7 +375115,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -378793,7 +379174,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -378918,7 +379299,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.RehydratePriority", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -379211,7 +379592,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -383328,7 +383709,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -383502,7 +383883,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.RehydratePriority", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -383805,7 +384186,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -387874,7 +388255,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -391939,7 +392320,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -392113,7 +392494,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.RehydratePriority", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -392412,7 +392793,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -395341,7 +395722,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -395515,7 +395896,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.RehydratePriority", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -395916,7 +396297,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -396090,7 +396471,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.RehydratePriority", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -396556,7 +396937,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.RehydratePriority", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -396855,7 +397236,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", @@ -398878,7 +399259,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.RehydratePriority", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -399177,7 +399558,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -400976,7 +401357,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.RehydratePriority", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -401275,7 +401656,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -406667,7 +407048,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.RehydratePriority", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -406966,7 +407347,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.File", "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", @@ -412245,7 +412626,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -416375,7 +416756,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.RehydratePriority", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -416816,7 +417197,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.RehydratePriority", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -417141,7 +417522,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.RehydratePriority", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydratePriority, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -417449,6 +417830,8 @@ "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "BlobClient": "Azure.Storage.Blobs.BlobClient", + "BlobProperties": "Azure.Storage.Blobs.Models.BlobProperties", "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -417464,6 +417847,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "FetchAttributes", + "Parameters": [], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -417498,6 +417886,10 @@ { "Name": "blob", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "storageContext", + "Type": "System.Reflection.RuntimeParameterInfo" } ] } @@ -417521,7 +417913,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudPageBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -425211,7 +425603,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -428183,7 +428575,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudPageBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -436040,7 +436432,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudPageBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -443990,7 +444382,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudPageBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -451688,7 +452080,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudPageBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -459582,7 +459974,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -463514,6 +463906,8 @@ "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob", "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBlob, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", "Properties": { + "BlobClient": "Azure.Storage.Blobs.BlobClient", + "BlobProperties": "Azure.Storage.Blobs.Models.BlobProperties", "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -463529,6 +463923,11 @@ "ElementType": null, "GenericTypeArguments": [], "Methods": [ + { + "Name": "FetchAttributes", + "Parameters": [], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -463563,6 +463962,10 @@ { "Name": "blob", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "storageContext", + "Type": "System.Reflection.RuntimeParameterInfo" } ] } @@ -463582,7 +463985,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -467641,7 +468044,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -470690,7 +471093,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -474962,7 +475365,7 @@ "Type": { "Namespace": "Microsoft.Azure.Storage.Blob", "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", @@ -478500,835 +478903,15208 @@ "AliasList": [ "Stop-CopyAzureStorageBlob" ] - } - ], - "TypeDictionary": { - "System.String": { - "Namespace": null, - "Name": "System.String", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Boolean": { - "Namespace": null, - "Name": "System.Boolean", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Byte": { - "Namespace": null, - "Name": "System.Byte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.SByte": { - "Namespace": null, - "Name": "System.SByte", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Int16": { - "Namespace": null, - "Name": "System.Int16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.UInt16": { - "Namespace": null, - "Name": "System.UInt16", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Int32": { - "Namespace": null, - "Name": "System.Int32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.UInt32": { - "Namespace": null, - "Name": "System.UInt32", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Int64": { - "Namespace": null, - "Name": "System.Int64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.UInt64": { - "Namespace": null, - "Name": "System.UInt64", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Single": { - "Namespace": null, - "Name": "System.Single", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Double": { - "Namespace": null, - "Name": "System.Double", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Decimal": { - "Namespace": null, - "Name": "System.Decimal", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Char": { - "Namespace": null, - "Name": "System.Char", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] }, - "Microsoft.Azure.Cosmos.Table.SharedAccessTablePermissions": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePermissions", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePermissions, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + { + "VerbName": "Get", + "NounName": "AzDataLakeGen2ChildItem", + "Name": "Get-AzDataLakeGen2ChildItem", + "ClassName": "Microsoft.WindowsAzure.Commands.Storage.Blob.Cmdlet.GetAzDataLakeGen2ChildItemCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } + "Name": "FetchProperty", + "AliasList": [ + "FetchPermission" ], - "ReturnType": "System.String" + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" + "Name": "Recurse", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" + "Name": "MaxCount", + "AliasList": [], + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" + "Name": "ContinuationToken", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "Name": "OutputUserPrincipalName", + "AliasList": [ + "UserPrincipalName" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.TypeCode": { - "Namespace": "System", - "Name": "System.TypeCode", - "AssemblyQualifiedName": "System.TypeCode, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Type": { - "Namespace": "System", - "Name": "System.Type", - "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "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", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.DateTimeOffset" - ], - "Methods": [], - "Constructors": [] - }, - "System.DateTimeOffset": { - "Namespace": "System", - "Name": "System.DateTimeOffset", - "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext": { - "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", - "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "Name": "System.String", - "BlobEndPoint": "System.String", - "TableEndPoint": "System.String", - "QueueEndPoint": "System.String", - "FileEndPoint": "System.String", - "StorageAccountName": "System.String", - "EndPointSuffix": "System.String", - "ConnectionString": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "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" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "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" - }, - "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=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", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String", - "System.String" - ], - "Methods": [], - "Constructors": [] - }, - "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]", - "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", - "StorageEndpointSuffix": "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", - "AdTenant": "System.String", - "Name": "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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String" - ], - "Methods": [], - "Constructors": [] - }, - "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" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "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" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "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[]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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 } ], - "Constructors": [] - }, - "System.Byte[]": { - "Namespace": "System", - "Name": "System.Byte[]", - "AssemblyQualifiedName": "System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": "System.Byte", - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Void": { - "Namespace": "System", - "Name": "System.Void", - "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "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", - "Properties": {}, - "ElementType": null, - "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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.CloudTable": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.CloudTable", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.CloudTable, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ServiceClient": "Microsoft.Azure.Cosmos.Table.CloudTableClient", - "StorageUri": "Microsoft.Azure.Cosmos.Table.StorageUri", - "Name": "System.String", - "Uri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, + "ParameterSets": [ { - "Name": "Execute", + "Name": "__AllParameterSets", "Parameters": [ { - "Name": "operation", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": 1, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.TableResult" - }, - { - "Name": "ExecuteAsync", - "Parameters": [ - { - "Name": "operation", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResult]" - }, - { - "Name": "ExecuteAsync", - "Parameters": [ - { - "Name": "operation", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "FetchProperty", + "AliasList": [ + "FetchPermission" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResult]" - }, - { - "Name": "ExecuteAsync", - "Parameters": [ - { - "Name": "operation", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "Recurse", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "MaxCount", + "AliasList": [], + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResult]" - }, - { - "Name": "ExecuteAsync", - "Parameters": [ + "ParameterMetadata": { + "Name": "ContinuationToken", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { - "Name": "operation", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "OutputUserPrincipalName", + "AliasList": [ + "UserPrincipalName" + ], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResult]" - }, + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzDataLakeGen2ItemContent", + "Name": "Get-AzDataLakeGen2ItemContent", + "ClassName": "Microsoft.WindowsAzure.Commands.Storage.Blob.Cmdlet.GetAzDataLakeGen2ItemContentCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ReceiveManual", + "OutputTypes": [ { - "Name": "ExecuteBatch", - "Parameters": [ - { - "Name": "batch", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]" + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, { - "Name": "ExecuteBatchAsync", - "Parameters": [ - { - "Name": "batch", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]]" + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true }, { - "Name": "ExecuteBatchAsync", - "Parameters": [ - { - "Name": "batch", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]]" + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, { - "Name": "ExecuteBatchAsync", - "Parameters": [ - { - "Name": "batch", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]]" + "Name": "Destination", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, { - "Name": "ExecuteBatchAsync", - "Parameters": [ - { - "Name": "batch", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]]" + "Name": "CheckMd5", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, { - "Name": "ExecuteQuery", - "Parameters": [ - { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]" + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, { - "Name": "ExecuteQuerySegmented", - "Parameters": [ - { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]" + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, { - "Name": "ExecuteQuerySegmentedAsync", - "Parameters": [ - { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" }, - { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]]" + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false }, { - "Name": "ExecuteQuerySegmentedAsync", - "Parameters": [ - { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]]" + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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 }, { - "Name": "ExecuteQuerySegmentedAsync", + "Name": "ConcurrentTaskCount", + "AliasList": [], + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "ReceiveManual", "Parameters": [ { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "Destination", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]]" - }, - { - "Name": "ExecuteQuerySegmentedAsync", - "Parameters": [ + "ParameterMetadata": { + "Name": "CheckMd5", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]]" + ] }, { - "Name": "ExecuteQuery", + "Name": "ItemPipeline", "Parameters": [ { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resolver", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false }, { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "Destination", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[TResult]" - }, - { - "Name": "ExecuteQuerySegmented", - "Parameters": [ - { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "CheckMd5", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { - "Name": "resolver", - "Type": "System.Reflection.RuntimeParameterInfo" + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false }, { - "Name": "token", + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Destination", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "CheckMd5", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Get", + "NounName": "AzDataLakeGen2Item", + "Name": "Get-AzDataLakeGen2Item", + "ClassName": "Microsoft.WindowsAzure.Commands.Storage.Blob.Cmdlet.GetDataLakeGen2ItemCommand", + "SupportsShouldProcess": false, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "__AllParameterSets", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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 + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Move", + "NounName": "AzDataLakeGen2Item", + "Name": "Move-AzDataLakeGen2Item", + "ClassName": "Microsoft.WindowsAzure.Commands.Storage.Blob.Cmdlet.MoveAzDataLakeGen2ItemCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ReceiveManual", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DestFileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "DestPath", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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 + } + ], + "ParameterSets": [ + { + "Name": "ReceiveManual", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestFileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestPath", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ItemPipeline", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestFileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestPath", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "DestFileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "DestPath", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "New", + "NounName": "AzDataLakeGen2Item", + "Name": "New-AzDataLakeGen2Item", + "ClassName": "Microsoft.WindowsAzure.Commands.Storage.Blob.Cmdlet.NewAzDataLakeGen2ItemCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "File", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Directory", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Source", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Umask", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Permission", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Property", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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 + }, + { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + } + ], + "ParameterSets": [ + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Umask", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Permission", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Property", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "Directory", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Directory", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Umask", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Permission", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Property", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "File", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Source", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Umask", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Permission", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Property", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "ConcurrentTaskCount", + "AliasList": [], + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": 1, + "ValidateRangeMax": 1000, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Remove", + "NounName": "AzDataLakeGen2Item", + "Name": "Remove-AzDataLakeGen2Item", + "ClassName": "Microsoft.WindowsAzure.Commands.Storage.Blob.Cmdlet.RemoveAzDataLakeGen2ItemCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ReceiveManual", + "OutputTypes": [ + { + "Type": { + "Namespace": "System", + "Name": "System.Boolean", + "AssemblyQualifiedName": "System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "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=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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 + } + ], + "ParameterSets": [ + { + "Name": "ReceiveManual", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 1, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ItemPipeline", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Force", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "AsJob", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "PassThru", + "AliasList": [], + "Type": { + "Namespace": "System.Management.Automation", + "Name": "System.Management.Automation.SwitchParameter", + "AssemblyQualifiedName": "System.Management.Automation.SwitchParameter, System.Management.Automation, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + }, + { + "VerbName": "Update", + "NounName": "AzDataLakeGen2Item", + "Name": "Update-AzDataLakeGen2Item", + "ClassName": "Microsoft.WindowsAzure.Commands.Storage.Blob.Cmdlet.SetAzDataLakeGen2ItemCommand", + "SupportsShouldProcess": true, + "ConfirmImpact": 2, + "SupportsPaging": false, + "DefaultParameterSetName": "ReceiveManual", + "OutputTypes": [ + { + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ParameterSets": [ + "__AllParameterSets" + ] + } + ], + "Parameters": [ + { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Permission", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Owner", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Group", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Property", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "Acl", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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 + } + ], + "ParameterSets": [ + { + "Name": "ReceiveManual", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "FileSystem", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": true, + "Position": 0, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Path", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Permission", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Owner", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Group", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Property", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Acl", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "ItemPipeline", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "InputObject", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureDataLakeGen2Item, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Directory": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "File": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AccessControl": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "Properties": "Azure.Storage.Files.DataLake.Models.PathProperties", + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "ACL": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "IsDirectory": "System.Boolean", + "Length": "System.Int64", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Path": "System.String", + "ContinuationToken": "System.String", + "ContentType": "System.String", + "Owner": "System.String", + "Group": "System.String", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryClient", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fetchProperties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": true, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Permission", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Owner", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Group", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Property", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Acl", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + }, + { + "Name": "__AllParameterSets", + "Parameters": [ + { + "ParameterMetadata": { + "Name": "Permission", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Owner", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Group", + "AliasList": [], + "Type": { + "Namespace": "System", + "Name": "System.String", + "AssemblyQualifiedName": "System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Property", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Metadata", + "AliasList": [], + "Type": { + "Namespace": "System.Collections", + "Name": "System.Collections.Hashtable", + "AssemblyQualifiedName": "System.Collections.Hashtable, System.Runtime.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Acl", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": true + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + }, + { + "ParameterMetadata": { + "Name": "Context", + "AliasList": [], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "ValidateSet": [], + "ValidateRangeMin": null, + "ValidateRangeMax": null, + "ValidateNotNullOrEmpty": false + }, + "Mandatory": false, + "Position": -2147483648, + "ValueFromPipeline": true, + "ValueFromPipelineByPropertyName": true + }, + { + "ParameterMetadata": { + "Name": "DefaultProfile", + "AliasList": [ + "AzureRmContext", + "AzureCredential" + ], + "Type": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultContext": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext", + "Accounts": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureAccount]", + "Environments": "System.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, + "Position": -2147483648, + "ValueFromPipeline": false, + "ValueFromPipelineByPropertyName": false + } + ] + } + ], + "AliasList": [] + } + ], + "TypeDictionary": { + "System.String": { + "Namespace": null, + "Name": "System.String", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Boolean": { + "Namespace": null, + "Name": "System.Boolean", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Byte": { + "Namespace": null, + "Name": "System.Byte", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.SByte": { + "Namespace": null, + "Name": "System.SByte", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Int16": { + "Namespace": null, + "Name": "System.Int16", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.UInt16": { + "Namespace": null, + "Name": "System.UInt16", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Int32": { + "Namespace": null, + "Name": "System.Int32", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.UInt32": { + "Namespace": null, + "Name": "System.UInt32", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Int64": { + "Namespace": null, + "Name": "System.Int64", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.UInt64": { + "Namespace": null, + "Name": "System.UInt64", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Single": { + "Namespace": null, + "Name": "System.Single", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Double": { + "Namespace": null, + "Name": "System.Double", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Decimal": { + "Namespace": null, + "Name": "System.Decimal", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Char": { + "Namespace": null, + "Name": "System.Char", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.List`1[Azure.Storage.Files.DataLake.Models.PathAccessControlItem]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.List`1[Azure.Storage.Files.DataLake.Models.PathAccessControlItem]", + "AssemblyQualifiedName": "System.Collections.Generic.List`1[[Azure.Storage.Files.DataLake.Models.PathAccessControlItem, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Files.DataLake.Models.PathAccessControlItem" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Files.DataLake.Models.PathAccessControlItem": { + "Namespace": "Azure.Storage.Files.DataLake.Models", + "Name": "Azure.Storage.Files.DataLake.Models.PathAccessControlItem", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.Models.PathAccessControlItem, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "AccessControlType": "Azure.Storage.Files.DataLake.Models.AccessControlType", + "Permissions": "Azure.Storage.Files.DataLake.Models.RolePermissions", + "DefaultScope": "System.Boolean", + "EntityId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Parse", + "Parameters": [ + { + "Name": "s", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Azure.Storage.Files.DataLake.Models.PathAccessControlItem" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "accessControlType", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "defaultScope", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "entityId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Azure.Storage.Files.DataLake.Models.AccessControlType": { + "Namespace": "Azure.Storage.Files.DataLake.Models", + "Name": "Azure.Storage.Files.DataLake.Models.AccessControlType", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.Models.AccessControlType, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Type": { + "Namespace": "System", + "Name": "System.Type", + "AssemblyQualifiedName": "System.Type, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Files.DataLake.Models.RolePermissions": { + "Namespace": "Azure.Storage.Files.DataLake.Models", + "Name": "Azure.Storage.Files.DataLake.Models.RolePermissions", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.Models.RolePermissions, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ParseAccessControls", + "Parameters": [ + { + "Name": "psacls", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.List`1[Azure.Storage.Files.DataLake.Models.PathAccessControlItem]" + }, + { + "Name": "ParsePSPathAccessControlEntrys", + "Parameters": [ + { + "Name": "acls", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSPathAccessControlEntry[]" + }, + { + "Name": "GetSymbolicRolePermissions", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "accessControlType", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "defaultScope", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "entityId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "acl", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.SharedAccessTablePermissions": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePermissions", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePermissions, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.DateTimeOffset" + ], + "Methods": [], + "Constructors": [] + }, + "System.DateTimeOffset": { + "Namespace": "System", + "Name": "System.DateTimeOffset", + "AssemblyQualifiedName": "System.DateTimeOffset, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext": { + "Namespace": "Microsoft.Azure.Commands.Common.Authentication.Abstractions", + "Name": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "AssemblyQualifiedName": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext, Microsoft.Azure.PowerShell.Authentication.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "Name": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "StorageAccountName": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "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" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "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" + }, + "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=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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String", + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "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]", + "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", + "StorageEndpointSuffix": "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", + "AdTenant": "System.String", + "Name": "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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "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" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "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" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "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[]" + }, + "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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.Byte", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Void": { + "Namespace": "System", + "Name": "System.Void", + "AssemblyQualifiedName": "System.Void, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "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", + "Properties": {}, + "ElementType": null, + "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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.CloudTable": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.CloudTable", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.CloudTable, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ServiceClient": "Microsoft.Azure.Cosmos.Table.CloudTableClient", + "StorageUri": "Microsoft.Azure.Cosmos.Table.StorageUri", + "Name": "System.String", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Execute", + "Parameters": [ + { + "Name": "operation", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.TableResult" + }, + { + "Name": "ExecuteAsync", + "Parameters": [ + { + "Name": "operation", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResult]" + }, + { + "Name": "ExecuteAsync", + "Parameters": [ + { + "Name": "operation", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResult]" + }, + { + "Name": "ExecuteAsync", + "Parameters": [ + { + "Name": "operation", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResult]" + }, + { + "Name": "ExecuteAsync", + "Parameters": [ + { + "Name": "operation", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResult]" + }, + { + "Name": "ExecuteBatch", + "Parameters": [ + { + "Name": "batch", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]" + }, + { + "Name": "ExecuteBatchAsync", + "Parameters": [ + { + "Name": "batch", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]]" + }, + { + "Name": "ExecuteBatchAsync", + "Parameters": [ + { + "Name": "batch", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]]" + }, + { + "Name": "ExecuteBatchAsync", + "Parameters": [ + { + "Name": "batch", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]]" + }, + { + "Name": "ExecuteBatchAsync", + "Parameters": [ + { + "Name": "batch", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]]" + }, + { + "Name": "ExecuteQuery", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]" + }, + { + "Name": "ExecuteQuerySegmented", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]]" + }, + { + "Name": "ExecuteQuery", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resolver", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[TResult]" + }, + { + "Name": "ExecuteQuerySegmented", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resolver", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resolver", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resolver", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resolver", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resolver", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + }, + { + "Name": "CreateQuery", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Cosmos.Table.TableQuery`1[TElement]" + }, + { + "Name": "ExecuteQuery", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[TElement]" + }, + { + "Name": "ExecuteQuerySegmented", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]]" + }, + { + "Name": "ExecuteQuery", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resolver", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[TResult]" + }, + { + "Name": "ExecuteQuerySegmented", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resolver", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resolver", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resolver", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resolver", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + }, + { + "Name": "ExecuteQuerySegmentedAsync", + "Parameters": [ + { + "Name": "query", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "resolver", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + }, + { + "Name": "Create", + "Parameters": [ + { + "Name": "indexingMode", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "throughput", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Create", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "serializedIndexingPolicy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "throughput", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "CreateAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "throughput", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "indexingMode", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "throughput", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "serializedIndexingPolicy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "serializedIndexingPolicy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "throughput", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateIfNotExists", + "Parameters": [ + { + "Name": "indexingMode", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "throughput", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CreateIfNotExists", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "serializedIndexingPolicy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "throughput", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CreateIfNotExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "CreateIfNotExistsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "CreateIfNotExistsAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "CreateIfNotExistsAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "CreateIfNotExistsAsync", + "Parameters": [ + { + "Name": "indexingMode", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "throughput", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "CreateIfNotExistsAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "serializedIndexingPolicy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "throughput", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "Delete", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteIfExists", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "Exists", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "GetPermissions", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.TablePermissions" + }, + { + "Name": "GetPermissionsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TablePermissions]" + }, + { + "Name": "GetPermissionsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TablePermissions]" + }, + { + "Name": "GetPermissionsAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TablePermissions]" + }, + { + "Name": "GetPermissionsAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TablePermissions]" + }, + { + "Name": "SetPermissions", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetPermissionsAsync", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPermissionsAsync", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPermissionsAsync", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPermissionsAsync", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessPolicyIdentifier", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessPolicyIdentifier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "startPartitionKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "startRowKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "endPartitionKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "endRowKey", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessPolicyIdentifier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "startPartitionKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "startRowKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "endPartitionKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "endRowKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "protocols", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "ipAddressOrRange", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "tableAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "tableAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "tableAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.CloudTableClient": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.CloudTableClient", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.CloudTableClient, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Credentials": "Microsoft.Azure.Cosmos.Table.StorageCredentials", + "StorageUri": "Microsoft.Azure.Cosmos.Table.StorageUri", + "ConnectionPolicy": "Microsoft.Azure.Cosmos.Table.TableConnectionPolicy", + "DefaultRequestOptions": "Microsoft.Azure.Cosmos.Table.TableRequestOptions", + "ConsistencyLevel": "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel]", + "BaseUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetTableReference", + "Parameters": [ + { + "Name": "tableName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.CloudTable" + }, + { + "Name": "ListTables", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.Table.CloudTable]" + }, + { + "Name": "ListTablesSegmented", + "Parameters": [ + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.TableResultSegment" + }, + { + "Name": "ListTablesSegmented", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.TableResultSegment" + }, + { + "Name": "ListTablesSegmented", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.TableResultSegment" + }, + { + "Name": "ListTablesSegmentedAsync", + "Parameters": [ + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" + }, + { + "Name": "ListTablesSegmentedAsync", + "Parameters": [ + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" + }, + { + "Name": "ListTablesSegmentedAsync", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" + }, + { + "Name": "ListTablesSegmentedAsync", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" + }, + { + "Name": "ListTablesSegmentedAsync", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" + }, + { + "Name": "ListTablesSegmentedAsync", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" + }, + { + "Name": "ListTablesSegmentedAsync", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" + }, + { + "Name": "GetServiceProperties", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.ServiceProperties" + }, + { + "Name": "GetServicePropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceProperties]" + }, + { + "Name": "GetServicePropertiesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceProperties]" + }, + { + "Name": "GetServicePropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceProperties]" + }, + { + "Name": "GetServicePropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceProperties]" + }, + { + "Name": "SetServiceProperties", + "Parameters": [ + { + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetServicePropertiesAsync", + "Parameters": [ + { + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetServicePropertiesAsync", + "Parameters": [ + { + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetServicePropertiesAsync", + "Parameters": [ + { + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetServicePropertiesAsync", + "Parameters": [ + { + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "GetServiceStats", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.ServiceStats" + }, + { + "Name": "GetServiceStatsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceStats]" + }, + { + "Name": "GetServiceStatsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceStats]" + }, + { + "Name": "GetServiceStatsAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceStats]" + }, + { + "Name": "GetServiceStatsAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceStats]" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "baseUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "storageUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "storageUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "connectionPolicy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "desiredConsistencyLevel", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.StorageCredentials": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.StorageCredentials", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.StorageCredentials, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IsSharedKey": "System.Boolean", + "IsAnonymous": "System.Boolean", + "IsSAS": "System.Boolean", + "SASToken": "System.String", + "AccountName": "System.String", + "Key": "System.String", + "KeyName": "System.String", + "SASSignature": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "UpdateKey", + "Parameters": [ + { + "Name": "keyValue", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UpdateKey", + "Parameters": [ + { + "Name": "keyValue", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "other", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "TransformUri", + "Parameters": [ + { + "Name": "resourceUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Uri" + }, + { + "Name": "TransformUri", + "Parameters": [ + { + "Name": "resourceUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.StorageUri" + }, + { + "Name": "UpdateSASToken", + "Parameters": [ + { + "Name": "sasToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "sasToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "accountName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyValue", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "accountName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyValue", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Uri": { + "Namespace": "System", + "Name": "System.Uri", + "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.StorageUri": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.StorageUri", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.StorageUri, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PrimaryUri": "System.Uri", + "SecondaryUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetUri", + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Uri" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "other", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "primaryUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "primaryUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "secondaryUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.TableConnectionPolicy": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.TableConnectionPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TableConnectionPolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "UseDirectMode": "System.Boolean", + "UseTcpProtocol": "System.Boolean", + "EnableEndpointDiscovery": "System.Boolean", + "PreferredLocations": "System.Collections.ObjectModel.Collection`1[System.String]", + "MaxConnectionLimit": "System.Int32", + "MaxRetryAttemptsOnThrottledRequests": "System.Int32", + "MaxRetryWaitTimeInSeconds": "System.Int32", + "UserAgentSuffix": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Collections.ObjectModel.Collection`1[System.String]": { + "Namespace": "System.Collections.ObjectModel", + "Name": "System.Collections.ObjectModel.Collection`1[System.String]", + "AssemblyQualifiedName": "System.Collections.ObjectModel.Collection`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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.TableRequestOptions": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.TableRequestOptions", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TableRequestOptions, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "RetryPolicy": "Microsoft.Azure.Cosmos.Table.IRetryPolicy", + "PropertyResolver": "System.Func`5[System.String,System.String,System.String,System.String,Microsoft.Azure.Cosmos.Table.EdmType]", + "LocationMode": "System.Nullable`1[Microsoft.Azure.Cosmos.Table.LocationMode]", + "PayloadFormat": "System.Nullable`1[Microsoft.Azure.Cosmos.Table.TablePayloadFormat]", + "ProjectSystemProperties": "System.Nullable`1[System.Boolean]", + "TableQueryEnableScan": "System.Nullable`1[System.Boolean]", + "TableQueryMaxItemCount": "System.Nullable`1[System.Int32]", + "TableQueryMaxDegreeOfParallelism": "System.Nullable`1[System.Int32]", + "TableQueryContinuationTokenLimitInKb": "System.Nullable`1[System.Int32]", + "ServerTimeout": "System.Nullable`1[System.TimeSpan]", + "MaximumExecutionTime": "System.Nullable`1[System.TimeSpan]", + "SessionToken": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "other", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.IRetryPolicy": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.IRetryPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.IRetryPolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "CreateInstance", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Cosmos.Table.IRetryPolicy" + }, + { + "Name": "ShouldRetry", + "Parameters": [ + { + "Name": "currentRetryCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "statusCode", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "lastException", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "retryInterval", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + } + ], + "Constructors": [] + }, + "System.Func`5[System.String,System.String,System.String,System.String,Microsoft.Azure.Cosmos.Table.EdmType]": { + "Namespace": "System", + "Name": "System.Func`5[System.String,System.String,System.String,System.String,Microsoft.Azure.Cosmos.Table.EdmType]", + "AssemblyQualifiedName": "System.Func`5[[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.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],[Microsoft.Azure.Cosmos.Table.EdmType, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String", + "System.String", + "System.String", + "System.String", + "Microsoft.Azure.Cosmos.Table.EdmType" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.EdmType": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.EdmType", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.EdmType, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.Table.LocationMode]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Cosmos.Table.LocationMode]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Cosmos.Table.LocationMode, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.LocationMode" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.LocationMode": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.LocationMode", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.LocationMode, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.Table.TablePayloadFormat]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Cosmos.Table.TablePayloadFormat]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Cosmos.Table.TablePayloadFormat, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.TablePayloadFormat" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.TablePayloadFormat": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.TablePayloadFormat", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TablePayloadFormat, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.TimeSpan" + ], + "Methods": [], + "Constructors": [] + }, + "System.TimeSpan": { + "Namespace": "System", + "Name": "System.TimeSpan", + "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Cosmos.ConsistencyLevel, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.ConsistencyLevel" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.ConsistencyLevel": { + "Namespace": "Microsoft.Azure.Cosmos", + "Name": "Microsoft.Azure.Cosmos.ConsistencyLevel", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.ConsistencyLevel, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.Table.CloudTable]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.Table.CloudTable]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Cosmos.Table.CloudTable, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.CloudTable" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.TableResultSegment": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.TableResultSegment", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TableResultSegment, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ContinuationToken": "Microsoft.Azure.Cosmos.Table.TableContinuationToken", + "Results": "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.CloudTable]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetEnumerator", + "Parameters": [], + "ReturnType": "System.Collections.Generic.IEnumerator`1[Microsoft.Azure.Cosmos.Table.CloudTable]" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.TableContinuationToken": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.TableContinuationToken", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TableContinuationToken, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TargetLocation": "System.Nullable`1[Microsoft.Azure.Cosmos.Table.StorageLocation]", + "NextPartitionKey": "System.String", + "NextRowKey": "System.String", + "NextTableName": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Nullable`1[Microsoft.Azure.Cosmos.Table.StorageLocation]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Cosmos.Table.StorageLocation]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Cosmos.Table.StorageLocation, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.StorageLocation" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.StorageLocation": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.StorageLocation", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.StorageLocation, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.CloudTable]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.CloudTable]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Cosmos.Table.CloudTable, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.CloudTable" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerator`1[Microsoft.Azure.Cosmos.Table.CloudTable]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerator`1[Microsoft.Azure.Cosmos.Table.CloudTable]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerator`1[[Microsoft.Azure.Cosmos.Table.CloudTable, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.CloudTable" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Cosmos.Table.TableResultSegment, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.TableResultSegment" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.ServiceProperties": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.ServiceProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.ServiceProperties, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Cors": "Microsoft.Azure.Cosmos.Table.CorsProperties", + "DeleteRetentionPolicy": "Microsoft.Azure.Cosmos.Table.DeleteRetentionPolicy", + "Logging": "Microsoft.Azure.Cosmos.Table.LoggingProperties", + "HourMetrics": "Microsoft.Azure.Cosmos.Table.MetricsProperties", + "MinuteMetrics": "Microsoft.Azure.Cosmos.Table.MetricsProperties", + "DefaultServiceVersion": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "logging", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "hourMetrics", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "minuteMetrics", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cors", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "deleteRetentionPolicy", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.CorsProperties": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.CorsProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.CorsProperties, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CorsRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.CorsRule]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.CorsRule]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.CorsRule]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Cosmos.Table.CorsRule, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.CorsRule" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.CorsRule": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.CorsRule", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.CorsRule, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllowedMethods": "Microsoft.Azure.Cosmos.Table.CorsHttpMethods", + "AllowedOrigins": "System.Collections.Generic.IList`1[System.String]", + "ExposedHeaders": "System.Collections.Generic.IList`1[System.String]", + "AllowedHeaders": "System.Collections.Generic.IList`1[System.String]", + "MaxAgeInSeconds": "System.Int32" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.CorsHttpMethods": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.CorsHttpMethods", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.CorsHttpMethods, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.DeleteRetentionPolicy": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.DeleteRetentionPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.DeleteRetentionPolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Enabled": "System.Boolean", + "RetentionDays": "System.Nullable`1[System.Int32]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.LoggingProperties": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.LoggingProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.LoggingProperties, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "LoggingOperations": "Microsoft.Azure.Cosmos.Table.LoggingOperations", + "RetentionDays": "System.Nullable`1[System.Int32]", + "Version": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "version", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.LoggingOperations": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.LoggingOperations", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.LoggingOperations, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.MetricsProperties": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.MetricsProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.MetricsProperties, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "MetricsLevel": "Microsoft.Azure.Cosmos.Table.MetricsLevel", + "RetentionDays": "System.Nullable`1[System.Int32]", + "Version": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "version", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.MetricsLevel": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.MetricsLevel", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.MetricsLevel, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceProperties]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceProperties]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Cosmos.Table.ServiceProperties, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.ServiceProperties" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task", + "AssemblyQualifiedName": "System.Threading.Tasks.Task, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.ServiceStats": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.ServiceStats", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.ServiceStats, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "GeoReplication": "Microsoft.Azure.Cosmos.Table.GeoReplicationStats" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.GeoReplicationStats": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.GeoReplicationStats", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.GeoReplicationStats, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Status": "Microsoft.Azure.Cosmos.Table.GeoReplicationStatus", + "LastSyncTime": "System.Nullable`1[System.DateTimeOffset]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.GeoReplicationStatus": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.GeoReplicationStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.GeoReplicationStatus, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceStats]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceStats]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Cosmos.Table.ServiceStats, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.ServiceStats" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.TableResult": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.TableResult", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TableResult, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "HttpStatusCode": "System.Int32", + "Result": "System.Object", + "Etag": "System.String", + "SessionToken": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Object": { + "Namespace": "System", + "Name": "System.Object", + "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResult]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResult]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Cosmos.Table.TableResult, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.TableResult" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Cosmos.Table.TableResult, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.TableResult" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IList`1[[Microsoft.Azure.Cosmos.Table.TableResult, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Cosmos.Table.DynamicTableEntity, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.DynamicTableEntity" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.DynamicTableEntity": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.DynamicTableEntity", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.DynamicTableEntity, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Item": "Microsoft.Azure.Cosmos.Table.EntityProperty", + "Properties": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Cosmos.Table.EntityProperty]", + "Timestamp": "System.DateTimeOffset", + "PartitionKey": "System.String", + "RowKey": "System.String", + "ETag": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ReadEntity", + "Parameters": [ + { + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteEntity", + "Parameters": [ + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Cosmos.Table.EntityProperty]" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "partitionKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "rowKey", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "partitionKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "rowKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "etag", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.EntityProperty": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.EntityProperty", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.EntityProperty, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PropertyType": "Microsoft.Azure.Cosmos.Table.EdmType", + "BinaryValue": "System.Byte[]", + "BooleanValue": "System.Nullable`1[System.Boolean]", + "DateTime": "System.Nullable`1[System.DateTime]", + "DateTimeOffsetValue": "System.Nullable`1[System.DateTimeOffset]", + "DoubleValue": "System.Nullable`1[System.Double]", + "GuidValue": "System.Nullable`1[System.Guid]", + "Int32Value": "System.Nullable`1[System.Int32]", + "Int64Value": "System.Nullable`1[System.Int64]", + "PropertyAsObject": "System.Object", + "StringValue": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GeneratePropertyForDateTimeOffset", + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + }, + { + "Name": "GeneratePropertyForByteArray", + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + }, + { + "Name": "GeneratePropertyForBool", + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + }, + { + "Name": "GeneratePropertyForDouble", + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + }, + { + "Name": "GeneratePropertyForGuid", + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + }, + { + "Name": "GeneratePropertyForInt", + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + }, + { + "Name": "GeneratePropertyForLong", + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + }, + { + "Name": "GeneratePropertyForString", + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "other", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "CreateEntityPropertyFromObject", + "Parameters": [ + { + "Name": "entityValue", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Nullable`1[System.DateTime]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.DateTime]", + "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.DateTime" + ], + "Methods": [], + "Constructors": [] + }, + "System.DateTime": { + "Namespace": "System", + "Name": "System.DateTime", + "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Double" + ], + "Methods": [], + "Constructors": [] + }, + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Guid" + ], + "Methods": [], + "Constructors": [] + }, + "System.Guid": { + "Namespace": "System", + "Name": "System.Guid", + "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int64" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Cosmos.Table.EntityProperty]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Cosmos.Table.EntityProperty]", + "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Cosmos.Table.EntityProperty, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String", + "Microsoft.Azure.Cosmos.Table.EntityProperty" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[[Microsoft.Azure.Cosmos.Table.DynamicTableEntity, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.DynamicTableEntity" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[[Microsoft.Azure.Cosmos.Table.DynamicTableEntity, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[TResult]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[TResult]", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "TResult" + ], + "Methods": [], + "Constructors": [] + }, + "TResult": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "TResult", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "TResult" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.TableQuery`1[TElement]": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.TableQuery`1[TElement]", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "TElement" + ], + "Methods": [], + "Constructors": [] + }, + "TElement": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "TElement", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[TElement]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[TElement]", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "TElement" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "TElement" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]]", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[System.Boolean]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Boolean]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.TablePermissions": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.TablePermissions", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TablePermissions, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SharedAccessPolicies": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicies" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicies": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicies", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicies, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Item": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy", + "IsReadOnly": "System.Boolean", + "Values": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]", + "Keys": "System.Collections.Generic.ICollection`1[System.String]", + "Count": "System.Int32" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Add", + "Parameters": [ + { + "Name": "key", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "value", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ContainsKey", + "Parameters": [ + { + "Name": "key", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Remove", + "Parameters": [ + { + "Name": "key", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "TryGetValue", + "Parameters": [ + { + "Name": "key", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "value", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Add", + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "Contains", + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CopyTo", + "Parameters": [ + { + "Name": "array", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "arrayIndex", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Remove", + "Parameters": [ + { + "Name": "item", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetEnumerator", + "Parameters": [], + "ReturnType": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]]" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Permissions": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePermissions", + "SharedAccessExpiryTime": "System.Nullable`1[System.DateTimeOffset]", + "SharedAccessStartTime": "System.Nullable`1[System.DateTimeOffset]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "PermissionsToString", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "PermissionsFromString", + "Parameters": [ + { + "Name": "input", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePermissions" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Collections.Generic.ICollection`1[Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]", + "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.ICollection`1[System.String]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.ICollection`1[System.String]", + "AssemblyQualifiedName": "System.Collections.Generic.ICollection`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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerator`1[[System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]", + "AssemblyQualifiedName": "System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String", + "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TablePermissions]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TablePermissions]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Cosmos.Table.TablePermissions, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Cosmos.Table.TablePermissions" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Cosmos.Table.SharedAccessProtocol": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.SharedAccessProtocol", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.SharedAccessProtocol, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Queue.CloudQueue": { + "Namespace": "Microsoft.Azure.Storage.Queue", + "Name": "Microsoft.Azure.Storage.Queue.CloudQueue", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.CloudQueue, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ServiceClient": "Microsoft.Azure.Storage.Queue.CloudQueueClient", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "EncodeMessage": "System.Boolean", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "ApproximateMessageCount": "System.Nullable`1[System.Int32]", + "Name": "System.String", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Create", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginCreate", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginCreate", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndCreate", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "CreateAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateIfNotExists", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginCreateIfNotExists", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginCreateIfNotExists", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndCreateIfNotExists", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CreateIfNotExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "CreateIfNotExistsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "CreateIfNotExistsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "CreateIfNotExistsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExists", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginDeleteIfExists", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDeleteIfExists", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndDeleteIfExists", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "Delete", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDelete", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDelete", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndDelete", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPermissions", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetPermissions", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetPermissions", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetPermissions", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetPermissionsAsync", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPermissionsAsync", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPermissionsAsync", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPermissionsAsync", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "GetPermissions", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions" + }, + { + "Name": "BeginGetPermissions", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetPermissions", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetPermissions", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions" + }, + { + "Name": "GetPermissionsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions]" + }, + { + "Name": "GetPermissionsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions]" + }, + { + "Name": "GetPermissionsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions]" + }, + { + "Name": "GetPermissionsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions]" + }, + { + "Name": "Exists", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginExists", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginExists", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndExists", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "SetMetadata", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetMetadata", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetMetadata", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetMetadata", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadataAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadataAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadataAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "FetchAttributes", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginFetchAttributes", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginFetchAttributes", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndFetchAttributes", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "FetchAttributesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "FetchAttributesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "FetchAttributesAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "FetchAttributesAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AddMessage", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "timeToLive", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "initialVisibilityDelay", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAddMessage", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAddMessage", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "timeToLive", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "initialVisibilityDelay", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndAddMessage", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AddMessageAsync", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AddMessageAsync", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AddMessageAsync", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "timeToLive", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "initialVisibilityDelay", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AddMessageAsync", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "timeToLive", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "initialVisibilityDelay", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UpdateMessage", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "updateFields", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUpdateMessage", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "updateFields", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUpdateMessage", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "updateFields", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndUpdateMessage", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UpdateMessageAsync", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "updateFields", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UpdateMessageAsync", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "updateFields", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UpdateMessageAsync", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "updateFields", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UpdateMessageAsync", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "updateFields", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteMessage", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "DeleteMessage", + "Parameters": [ + { + "Name": "messageId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "popReceipt", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDeleteMessage", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDeleteMessage", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDeleteMessage", + "Parameters": [ + { + "Name": "messageId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "popReceipt", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDeleteMessage", + "Parameters": [ + { + "Name": "messageId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "popReceipt", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndDeleteMessage", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "DeleteMessageAsync", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteMessageAsync", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteMessageAsync", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteMessageAsync", + "Parameters": [ + { + "Name": "message", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteMessageAsync", + "Parameters": [ + { + "Name": "messageId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "popReceipt", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteMessageAsync", + "Parameters": [ + { + "Name": "messageId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "popReceipt", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteMessageAsync", + "Parameters": [ + { + "Name": "messageId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "popReceipt", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteMessageAsync", + "Parameters": [ + { + "Name": "messageId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "popReceipt", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "GetMessages", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "BeginGetMessages", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetMessages", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetMessages", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "GetMessagesAsync", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + }, + { + "Name": "GetMessagesAsync", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + }, + { + "Name": "GetMessagesAsync", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + }, + { + "Name": "GetMessagesAsync", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + }, + { + "Name": "GetMessage", + "Parameters": [ + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Queue.CloudQueueMessage" + }, + { + "Name": "BeginGetMessage", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetMessage", + "Parameters": [ + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetMessage", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Queue.CloudQueueMessage" + }, + { + "Name": "GetMessageAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "GetMessageAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "GetMessageAsync", + "Parameters": [ + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "GetMessageAsync", + "Parameters": [ + { + "Name": "visibilityTimeout", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "PeekMessages", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "BeginPeekMessages", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginPeekMessages", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndPeekMessages", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "PeekMessagesAsync", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + }, + { + "Name": "PeekMessagesAsync", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + }, + { + "Name": "PeekMessagesAsync", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + }, + { + "Name": "PeekMessagesAsync", + "Parameters": [ + { + "Name": "messageCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + }, + { + "Name": "PeekMessage", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Queue.CloudQueueMessage" + }, + { + "Name": "BeginPeekMessage", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginPeekMessage", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndPeekMessage", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Queue.CloudQueueMessage" + }, + { + "Name": "PeekMessageAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "PeekMessageAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "PeekMessageAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "PeekMessageAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + }, + { + "Name": "Clear", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginClear", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginClear", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndClear", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ClearAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ClearAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessPolicyIdentifier", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessPolicyIdentifier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "protocols", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "ipAddressOrRange", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "queueAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "queueAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "queueAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Storage.Queue.CloudQueueClient": { + "Namespace": "Microsoft.Azure.Storage.Queue", + "Name": "Microsoft.Azure.Storage.Queue.CloudQueueClient", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.CloudQueueClient, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Credentials": "Microsoft.Azure.Storage.Auth.StorageCredentials", + "AuthenticationScheme": "Microsoft.Azure.Storage.AuthenticationScheme", + "BufferManager": "Microsoft.Azure.Storage.IBufferManager", + "DefaultRequestOptions": "Microsoft.Azure.Storage.Queue.QueueRequestOptions", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "BaseUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ListQueues", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "queueListingDetails", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueue]" + }, + { + "Name": "ListQueuesSegmented", + "Parameters": [ + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Queue.QueueResultSegment" + }, + { + "Name": "ListQueuesSegmented", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Queue.QueueResultSegment" + }, + { + "Name": "ListQueuesSegmented", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "queueListingDetails", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Queue.QueueResultSegment" + }, + { + "Name": "BeginListQueuesSegmented", + "Parameters": [ + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginListQueuesSegmented", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginListQueuesSegmented", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "queueListingDetails", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndListQueuesSegmented", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Queue.QueueResultSegment" + }, + { + "Name": "ListQueuesSegmentedAsync", + "Parameters": [ + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]" + }, + { + "Name": "ListQueuesSegmentedAsync", + "Parameters": [ + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]" + }, + { + "Name": "ListQueuesSegmentedAsync", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]" + }, + { + "Name": "ListQueuesSegmentedAsync", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]" + }, + { + "Name": "ListQueuesSegmentedAsync", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "queueListingDetails", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]" + }, + { + "Name": "ListQueuesSegmentedAsync", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "queueListingDetails", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]" + }, + { + "Name": "BeginGetServiceProperties", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetServiceProperties", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetServiceProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" + }, + { + "Name": "GetServicePropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + }, + { + "Name": "GetServicePropertiesAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + }, + { + "Name": "GetServicePropertiesAsync", + "Parameters": [ { "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" @@ -479338,39 +494114,109 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" }, { - "Name": "ExecuteQuerySegmentedAsync", + "Name": "GetServicePropertiesAsync", "Parameters": [ { - "Name": "query", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "resolver", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" }, { - "Name": "ExecuteQuerySegmentedAsync", + "Name": "GetServiceProperties", "Parameters": [ { - "Name": "query", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "resolver", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" + }, + { + "Name": "BeginSetServiceProperties", + "Parameters": [ + { + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetServiceProperties", + "Parameters": [ + { + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetServiceProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetServicePropertiesAsync", + "Parameters": [ + { + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetServicePropertiesAsync", + "Parameters": [ + { + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -479378,21 +494224,53 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ExecuteQuerySegmentedAsync", + "Name": "SetServicePropertiesAsync", "Parameters": [ { - "Name": "query", + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "resolver", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetServicePropertiesAsync", + "Parameters": [ + { + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetServiceProperties", + "Parameters": [ + { + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -479404,23 +494282,104 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + "ReturnType": "System.Void" }, { - "Name": "ExecuteQuerySegmentedAsync", + "Name": "BeginGetServiceStats", "Parameters": [ { - "Name": "query", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "resolver", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetServiceStats", + "Parameters": [ + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetServiceStats", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats" + }, + { + "Name": "GetServiceStatsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" + }, + { + "Name": "GetServiceStatsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" + }, + { + "Name": "GetServiceStatsAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" + }, + { + "Name": "GetServiceStatsAsync", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" + }, + { + "Name": "GetServiceStats", + "Parameters": [ { "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" @@ -479428,971 +494387,2676 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats" + }, + { + "Name": "GetQueueReference", + "Parameters": [ + { + "Name": "queueName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Queue.CloudQueue" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "baseUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "delegatingHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "storageUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "delegatingHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Storage.Auth.StorageCredentials": { + "Namespace": "Microsoft.Azure.Storage.Auth", + "Name": "Microsoft.Azure.Storage.Auth.StorageCredentials", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Auth.StorageCredentials, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IsAnonymous": "System.Boolean", + "IsSAS": "System.Boolean", + "IsSharedKey": "System.Boolean", + "IsToken": "System.Boolean", + "SASToken": "System.String", + "AccountName": "System.String", + "KeyName": "System.String", + "SASSignature": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "UpdateKey", + "Parameters": [ + { + "Name": "keyValue", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UpdateKey", + "Parameters": [ + { + "Name": "keyValue", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UpdateKey", + "Parameters": [ + { + "Name": "keyValue", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UpdateKey", + "Parameters": [ + { + "Name": "keyValue", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UpdateSASToken", + "Parameters": [ + { + "Name": "sasToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ExportKey", + "Parameters": [], + "ReturnType": "System.Byte[]" + }, + { + "Name": "TransformUri", + "Parameters": [ + { + "Name": "resourceUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Uri" + }, + { + "Name": "TransformUri", + "Parameters": [ + { + "Name": "resourceUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.StorageUri" + }, + { + "Name": "ExportBase64EncodedKey", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "other", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "accountName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyValue", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "accountName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyValue", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "accountName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyValue", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "accountName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyValue", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "sasToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "tokenCredential", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Storage.StorageUri": { + "Namespace": "Microsoft.Azure.Storage", + "Name": "Microsoft.Azure.Storage.StorageUri", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.StorageUri, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "PrimaryUri": "System.Uri", + "SecondaryUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetUri", + "Parameters": [ + { + "Name": "location", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Uri" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "other", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "primaryUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "primaryUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "secondaryUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Storage.AuthenticationScheme": { + "Namespace": "Microsoft.Azure.Storage", + "Name": "Microsoft.Azure.Storage.AuthenticationScheme", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.AuthenticationScheme, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.IBufferManager": { + "Namespace": "Microsoft.Azure.Storage", + "Name": "Microsoft.Azure.Storage.IBufferManager", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.IBufferManager, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ReturnBuffer", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "TakeBuffer", + "Parameters": [ + { + "Name": "bufferSize", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Byte[]" + }, + { + "Name": "GetDefaultBufferSize", + "Parameters": [], + "ReturnType": "System.Int32" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Queue.QueueRequestOptions": { + "Namespace": "Microsoft.Azure.Storage.Queue", + "Name": "Microsoft.Azure.Storage.Queue.QueueRequestOptions", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.QueueRequestOptions, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "EncryptionPolicy": "Microsoft.Azure.Storage.Queue.QueueEncryptionPolicy", + "RetryPolicy": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", + "LocationMode": "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]", + "RequireEncryption": "System.Nullable`1[System.Boolean]", + "ServerTimeout": "System.Nullable`1[System.TimeSpan]", + "MaximumExecutionTime": "System.Nullable`1[System.TimeSpan]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Storage.Queue.QueueEncryptionPolicy": { + "Namespace": "Microsoft.Azure.Storage.Queue", + "Name": "Microsoft.Azure.Storage.Queue.QueueEncryptionPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.QueueEncryptionPolicy, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Key": "Microsoft.Azure.KeyVault.Core.IKey", + "KeyResolver": "Microsoft.Azure.KeyVault.Core.IKeyResolver" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "key", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyResolver", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.KeyVault.Core.IKey": { + "Namespace": "Microsoft.Azure.KeyVault.Core", + "Name": "Microsoft.Azure.KeyVault.Core.IKey", + "AssemblyQualifiedName": "Microsoft.Azure.KeyVault.Core.IKey, Microsoft.Azure.KeyVault.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DefaultEncryptionAlgorithm": "System.String", + "DefaultKeyWrapAlgorithm": "System.String", + "DefaultSignatureAlgorithm": "System.String", + "Kid": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "DecryptAsync", + "Parameters": [ + { + "Name": "ciphertext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "iv", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "authenticationData", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "authenticationTag", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "algorithm", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Byte[]]" + }, + { + "Name": "EncryptAsync", + "Parameters": [ + { + "Name": "plaintext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "iv", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "authenticationData", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "algorithm", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Tuple`3[System.Byte[],System.Byte[],System.String]]" + }, + { + "Name": "WrapKeyAsync", + "Parameters": [ + { + "Name": "key", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "algorithm", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Tuple`2[System.Byte[],System.String]]" + }, + { + "Name": "UnwrapKeyAsync", + "Parameters": [ + { + "Name": "encryptedKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "algorithm", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Byte[]]" + }, + { + "Name": "SignAsync", + "Parameters": [ + { + "Name": "digest", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "algorithm", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Tuple`2[System.Byte[],System.String]]" + }, + { + "Name": "VerifyAsync", + "Parameters": [ + { + "Name": "digest", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "signature", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "algorithm", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[System.Byte[]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Byte[]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Byte[]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[System.Tuple`3[System.Byte[],System.Byte[],System.String]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Tuple`3[System.Byte[],System.Byte[],System.String]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Tuple`3[[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Byte[], 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]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Tuple`3[System.Byte[],System.Byte[],System.String]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Tuple`3[System.Byte[],System.Byte[],System.String]": { + "Namespace": "System", + "Name": "System.Tuple`3[System.Byte[],System.Byte[],System.String]", + "AssemblyQualifiedName": "System.Tuple`3[[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Byte[], 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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Byte[]", + "System.Byte[]", + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[System.Tuple`2[System.Byte[],System.String]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Tuple`2[System.Byte[],System.String]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Tuple`2[[System.Byte[], 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]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Tuple`2[System.Byte[],System.String]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Tuple`2[System.Byte[],System.String]": { + "Namespace": "System", + "Name": "System.Tuple`2[System.Byte[],System.String]", + "AssemblyQualifiedName": "System.Tuple`2[[System.Byte[], 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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Byte[]", + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.KeyVault.Core.IKeyResolver": { + "Namespace": "Microsoft.Azure.KeyVault.Core", + "Name": "Microsoft.Azure.KeyVault.Core.IKeyResolver", + "AssemblyQualifiedName": "Microsoft.Azure.KeyVault.Core.IKeyResolver, Microsoft.Azure.KeyVault.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ResolveKeyAsync", + "Parameters": [ + { + "Name": "kid", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.KeyVault.Core.IKey]" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.KeyVault.Core.IKey]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.KeyVault.Core.IKey]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.KeyVault.Core.IKey, Microsoft.Azure.KeyVault.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.KeyVault.Core.IKey" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy": { + "Namespace": "Microsoft.Azure.Storage.RetryPolicies", + "Name": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "CreateInstance", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy" + }, + { + "Name": "ShouldRetry", + "Parameters": [ + { + "Name": "currentRetryCount", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "statusCode", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "lastException", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "retryInterval", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.RetryPolicies.LocationMode, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.RetryPolicies.LocationMode" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.RetryPolicies.LocationMode": { + "Namespace": "Microsoft.Azure.Storage.RetryPolicies", + "Name": "Microsoft.Azure.Storage.RetryPolicies.LocationMode", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.RetryPolicies.LocationMode, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueue]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueue]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Queue.CloudQueue, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Queue.CloudQueue" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Queue.QueueResultSegment": { + "Namespace": "Microsoft.Azure.Storage.Queue", + "Name": "Microsoft.Azure.Storage.Queue.QueueResultSegment", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.QueueResultSegment, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ContinuationToken": "Microsoft.Azure.Storage.Queue.QueueContinuationToken", + "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueue]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Queue.QueueContinuationToken": { + "Namespace": "Microsoft.Azure.Storage.Queue", + "Name": "Microsoft.Azure.Storage.Queue.QueueContinuationToken", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.QueueContinuationToken, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", + "NextMarker": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetSchema", + "Parameters": [], + "ReturnType": "System.Xml.Schema.XmlSchema" + }, + { + "Name": "ReadXmlAsync", + "Parameters": [ + { + "Name": "reader", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "WriteXml", + "Parameters": [ + { + "Name": "writer", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.StorageLocation, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.StorageLocation" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.StorageLocation": { + "Namespace": "Microsoft.Azure.Storage", + "Name": "Microsoft.Azure.Storage.StorageLocation", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.StorageLocation, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + "ReturnType": "System.Boolean" }, { - "Name": "CreateQuery", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "Microsoft.Azure.Cosmos.Table.TableQuery`1[TElement]" + "ReturnType": "System.Int32" }, { - "Name": "ExecuteQuery", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[TElement]" + "ReturnType": "System.String" }, { - "Name": "ExecuteQuerySegmented", + "Name": "CompareTo", "Parameters": [ { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]" + "ReturnType": "System.Int32" }, { - "Name": "ExecuteQuerySegmentedAsync", + "Name": "ToString", "Parameters": [ { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]]" + "ReturnType": "System.String" }, { - "Name": "ExecuteQuerySegmentedAsync", + "Name": "ToString", "Parameters": [ { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]]" + "ReturnType": "System.String" }, { - "Name": "ExecuteQuerySegmentedAsync", + "Name": "HasFlag", "Parameters": [ { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Xml.Schema.XmlSchema": { + "Namespace": "System.Xml.Schema", + "Name": "System.Xml.Schema.XmlSchema", + "AssemblyQualifiedName": "System.Xml.Schema.XmlSchema, System.Private.Xml, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.ICancellableAsyncResult": { + "Namespace": "Microsoft.Azure.Storage", + "Name": "Microsoft.Azure.Storage.ICancellableAsyncResult", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.ICancellableAsyncResult, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Cancel", + "Parameters": [], + "ReturnType": "System.Void" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Queue.QueueResultSegment, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Queue.QueueResultSegment" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Cors": "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties", + "DeleteRetentionPolicy": "Microsoft.Azure.Storage.Shared.Protocol.DeleteRetentionPolicy", + "Logging": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties", + "HourMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", + "MinuteMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", + "StaticWebsite": "Microsoft.Azure.Storage.Shared.Protocol.StaticWebsiteProperties", + "DefaultServiceVersion": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "operationContext", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]]" + "ReturnType": "System.Boolean" }, { - "Name": "ExecuteQuerySegmentedAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "query", + "Name": "logging", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "hourMetrics", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "minuteMetrics", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cors", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "deleteRetentionPolicy", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]]" + ] }, { - "Name": "ExecuteQuery", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resolver", + "Name": "logging", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "hourMetrics", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[TResult]" - }, - { - "Name": "ExecuteQuerySegmented", - "Parameters": [ - { - "Name": "query", + "Name": "minuteMetrics", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "resolver", + "Name": "cors", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "deleteRetentionPolicy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "staticWebsite", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + } + ] + }, + "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CorsRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Shared.Protocol.CorsRule]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "operationContext", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]" + "ReturnType": "System.Boolean" }, { - "Name": "ExecuteQuerySegmentedAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Shared.Protocol.CorsRule]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Shared.Protocol.CorsRule]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Storage.Shared.Protocol.CorsRule, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Shared.Protocol.CorsRule" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Shared.Protocol.CorsRule": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.CorsRule", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.CorsRule, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AllowedMethods": "Microsoft.Azure.Storage.Shared.Protocol.CorsHttpMethods", + "AllowedOrigins": "System.Collections.Generic.IList`1[System.String]", + "ExposedHeaders": "System.Collections.Generic.IList`1[System.String]", + "AllowedHeaders": "System.Collections.Generic.IList`1[System.String]", + "MaxAgeInSeconds": "System.Int32" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resolver", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + "ReturnType": "System.Boolean" }, { - "Name": "ExecuteQuerySegmentedAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Storage.Shared.Protocol.CorsHttpMethods": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.CorsHttpMethods", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.CorsHttpMethods, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resolver", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + "ReturnType": "System.Boolean" }, { - "Name": "ExecuteQuerySegmentedAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resolver", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + "ReturnType": "System.String" }, { - "Name": "ExecuteQuerySegmentedAsync", + "Name": "CompareTo", "Parameters": [ { - "Name": "query", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "resolver", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]" + "ReturnType": "System.Int32" }, { - "Name": "Create", + "Name": "ToString", "Parameters": [ { - "Name": "indexingMode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "throughput", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "Create", + "Name": "ToString", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "serializedIndexingPolicy", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ { - "Name": "throughput", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "CreateAsync", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.TypeCode" }, { - "Name": "CreateAsync", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Shared.Protocol.DeleteRetentionPolicy": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.DeleteRetentionPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.DeleteRetentionPolicy, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Enabled": "System.Boolean", + "RetentionDays": "System.Nullable`1[System.Int32]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "CreateAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "LoggingOperations": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations", + "RetentionDays": "System.Nullable`1[System.Int32]", + "Version": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "throughput", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "indexingMode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "CreateAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "throughput", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "serializedIndexingPolicy", + "Name": "version", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + } + ] + }, + "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "CreateAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "requestOptions", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "CreateAsync", + "Name": "CompareTo", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Int32" }, { - "Name": "CreateAsync", + "Name": "ToString", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "serializedIndexingPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "throughput", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "CreateIfNotExists", + "Name": "ToString", "Parameters": [ { - "Name": "indexingMode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "throughput", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "CreateIfNotExists", + "Name": "HasFlag", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "serializedIndexingPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "throughput", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.TypeCode" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "MetricsLevel": "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel", + "RetentionDays": "System.Nullable`1[System.Int32]", + "Version": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Boolean" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "requestOptions", + "Name": "version", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + } + ] + }, + "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ { - "Name": "operationContext", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Boolean" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "CompareTo", "Parameters": [ { - "Name": "indexingMode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "throughput", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Int32" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "ToString", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "serializedIndexingPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "throughput", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "Delete", + "Name": "ToString", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "DeleteAsync", + "Name": "HasFlag", "Parameters": [ { - "Name": "cancellationToken", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "DeleteAsync", + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Shared.Protocol.StaticWebsiteProperties": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.StaticWebsiteProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.StaticWebsiteProperties, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Enabled": "System.Boolean", + "IndexDocument": "System.String", + "ErrorDocument404Path": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "DeleteAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "GeoReplication": "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStats" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "DeleteIfExists", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStats": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStats", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStats, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Status": "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStatus", + "LastSyncTime": "System.Nullable`1[System.DateTimeOffset]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "DeleteIfExistsAsync", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Int32" }, { - "Name": "DeleteIfExistsAsync", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStatus": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStatus, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Boolean" }, { - "Name": "DeleteIfExistsAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "requestOptions", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "DeleteIfExistsAsync", + "Name": "CompareTo", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.String" }, { - "Name": "Exists", + "Name": "ToString", "Parameters": [ { - "Name": "requestOptions", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ { - "Name": "operationContext", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "ExistsAsync", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.TypeCode" }, { - "Name": "ExistsAsync", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions": { + "Namespace": "Microsoft.Azure.Storage.Queue.Protocol", + "Name": "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SharedAccessPolicies": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicies" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Boolean" }, { - "Name": "ExistsAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicies": { + "Namespace": "Microsoft.Azure.Storage.Queue", + "Name": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicies", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicies, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Item": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy", + "IsReadOnly": "System.Boolean", + "Values": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]", + "Keys": "System.Collections.Generic.ICollection`1[System.String]", + "Count": "System.Int32" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Add", "Parameters": [ { - "Name": "requestOptions", + "Name": "key", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "value", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Void" }, { - "Name": "ExistsAsync", + "Name": "ContainsKey", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "key", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Remove", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "key", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Boolean" }, { - "Name": "GetPermissions", + "Name": "TryGetValue", "Parameters": [ { - "Name": "requestOptions", + "Name": "key", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "value", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.TablePermissions" - }, - { - "Name": "GetPermissionsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TablePermissions]" + "ReturnType": "System.Boolean" }, { - "Name": "GetPermissionsAsync", + "Name": "Add", "Parameters": [ { - "Name": "cancellationToken", + "Name": "item", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TablePermissions]" + "ReturnType": "System.Void" }, { - "Name": "GetPermissionsAsync", + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "Contains", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "item", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TablePermissions]" + "ReturnType": "System.Boolean" }, { - "Name": "GetPermissionsAsync", + "Name": "CopyTo", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "array", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "arrayIndex", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TablePermissions]" + "ReturnType": "System.Void" }, { - "Name": "SetPermissions", + "Name": "Remove", "Parameters": [ { - "Name": "permissions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "item", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "SetPermissionsAsync", + "Name": "GetEnumerator", + "Parameters": [], + "ReturnType": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]]" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "permissions", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "SetPermissionsAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy": { + "Namespace": "Microsoft.Azure.Storage.Queue", + "Name": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Permissions": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePermissions", + "SharedAccessExpiryTime": "System.Nullable`1[System.DateTimeOffset]", + "SharedAccessStartTime": "System.Nullable`1[System.DateTimeOffset]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "PermissionsToString", "Parameters": [ { "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "SetPermissionsAsync", + "Name": "PermissionsFromString", "Parameters": [ { - "Name": "permissions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "input", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePermissions" }, { - "Name": "SetPermissionsAsync", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "permissions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "GetSharedAccessSignature", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Storage.Queue.SharedAccessQueuePermissions": { + "Namespace": "Microsoft.Azure.Storage.Queue", + "Name": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePermissions", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePermissions, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "policy", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "ToString", "Parameters": [ { - "Name": "policy", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessPolicyIdentifier", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "CompareTo", "Parameters": [ { - "Name": "policy", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessPolicyIdentifier", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "startPartitionKey", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "startRowKey", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "endPartitionKey", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "endRowKey", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "ToString", "Parameters": [ { - "Name": "policy", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessPolicyIdentifier", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ { - "Name": "startPartitionKey", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]", + "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerator`1[[System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]", + "AssemblyQualifiedName": "System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String", + "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Queue.CloudQueueMessage, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Queue.CloudQueueMessage" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Queue.CloudQueueMessage": { + "Namespace": "Microsoft.Azure.Storage.Queue", + "Name": "Microsoft.Azure.Storage.Queue.CloudQueueMessage", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.CloudQueueMessage, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "AsBytes": "System.Byte[]", + "MaxNumberOfMessagesToPeek": "System.Int32", + "DequeueCount": "System.Int32", + "MaxMessageSize": "System.Int64", + "InsertionTime": "System.Nullable`1[System.DateTimeOffset]", + "ExpirationTime": "System.Nullable`1[System.DateTimeOffset]", + "NextVisibleTime": "System.Nullable`1[System.DateTimeOffset]", + "Id": "System.String", + "PopReceipt": "System.String", + "AsString": "System.String", + "MaxVisibilityTimeout": "System.TimeSpan" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "SetMessageContent", + "Parameters": [ { - "Name": "startRowKey", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetMessageContent", + "Parameters": [ { - "Name": "endPartitionKey", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetMessageContent2", + "Parameters": [ { - "Name": "endRowKey", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetMessageContent2", + "Parameters": [ { - "Name": "protocols", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "ipAddressOrRange", + "Name": "isBase64Encoded", "Type": "System.Reflection.RuntimeParameterInfo" } ], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], "ReturnType": "System.String" }, { @@ -480422,7 +497086,7 @@ "ReturnType": null, "Parameters": [ { - "Name": "tableAddress", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -480432,11 +497096,11 @@ "ReturnType": null, "Parameters": [ { - "Name": "tableAbsoluteUri", + "Name": "messageId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "popReceipt", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -480446,101 +497110,164 @@ "ReturnType": null, "Parameters": [ { - "Name": "tableAddress", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "isBase64Encoded", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Microsoft.Azure.Cosmos.Table.CloudTableClient": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.CloudTableClient", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.CloudTableClient, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Credentials": "Microsoft.Azure.Cosmos.Table.StorageCredentials", - "StorageUri": "Microsoft.Azure.Cosmos.Table.StorageUri", - "ConnectionPolicy": "Microsoft.Azure.Cosmos.Table.TableConnectionPolicy", - "DefaultRequestOptions": "Microsoft.Azure.Cosmos.Table.TableRequestOptions", - "ConsistencyLevel": "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel]", - "BaseUri": "System.Uri" - }, + "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Queue.CloudQueueMessage, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Queue.CloudQueueMessage, Microsoft.Azure.Storage.Queue, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Queue.CloudQueueMessage" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.SharedAccessProtocol": { + "Namespace": "Microsoft.Azure.Storage", + "Name": "Microsoft.Azure.Storage.SharedAccessProtocol", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "GetTableReference", + "Name": "Equals", "Parameters": [ { - "Name": "tableName", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.CloudTable" + "ReturnType": "System.Boolean" }, { - "Name": "ListTables", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "prefix", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ { - "Name": "operationContext", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.Table.CloudTable]" + "ReturnType": "System.Int32" }, { - "Name": "ListTablesSegmented", + "Name": "ToString", "Parameters": [ { - "Name": "currentToken", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.TableResultSegment" + "ReturnType": "System.String" }, { - "Name": "ListTablesSegmented", + "Name": "ToString", "Parameters": [ { - "Name": "prefix", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ { - "Name": "currentToken", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.TableResultSegment" + "ReturnType": "System.Boolean" }, { - "Name": "ListTablesSegmented", + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.CloudFileClient": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CloudFileClient", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileClient, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Credentials": "Microsoft.Azure.Storage.Auth.StorageCredentials", + "AuthenticationScheme": "Microsoft.Azure.Storage.AuthenticationScheme", + "DefaultRequestOptions": "Microsoft.Azure.Storage.File.FileRequestOptions", + "BufferManager": "Microsoft.Azure.Storage.IBufferManager", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "BaseUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ListShares", "Parameters": [ { "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "currentToken", + "Name": "detailsIncluded", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -480548,51 +497275,45 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.TableResultSegment" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.CloudFileShare]" }, { - "Name": "ListTablesSegmentedAsync", + "Name": "ListSharesSegmented", "Parameters": [ { "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" + "ReturnType": "Microsoft.Azure.Storage.File.ShareResultSegment" }, { - "Name": "ListTablesSegmentedAsync", + "Name": "ListSharesSegmented", "Parameters": [ { - "Name": "currentToken", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" + "ReturnType": "Microsoft.Azure.Storage.File.ShareResultSegment" }, { - "Name": "ListTablesSegmentedAsync", + "Name": "ListSharesSegmented", "Parameters": [ { "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "detailsIncluded", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" - }, - { - "Name": "ListTablesSegmentedAsync", - "Parameters": [ + }, { - "Name": "prefix", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -480600,67 +497321,67 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" + "ReturnType": "Microsoft.Azure.Storage.File.ShareResultSegment" }, { - "Name": "ListTablesSegmentedAsync", + "Name": "BeginListSharesSegmented", "Parameters": [ - { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "maxResults", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ListTablesSegmentedAsync", + "Name": "BeginListSharesSegmented", "Parameters": [ { "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ListTablesSegmentedAsync", + "Name": "BeginListSharesSegmented", "Parameters": [ { "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "detailsIncluded", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" @@ -480670,7 +497391,7 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -480678,64 +497399,73 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetServiceProperties", + "Name": "EndListSharesSegmented", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.ServiceProperties" + "ReturnType": "Microsoft.Azure.Storage.File.ShareResultSegment" }, { - "Name": "GetServicePropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceProperties]" + "Name": "ListSharesSegmentedAsync", + "Parameters": [ + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" }, { - "Name": "GetServicePropertiesAsync", + "Name": "ListSharesSegmentedAsync", "Parameters": [ + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" }, { - "Name": "GetServicePropertiesAsync", + "Name": "ListSharesSegmentedAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" }, { - "Name": "GetServicePropertiesAsync", + "Name": "ListSharesSegmentedAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -480743,17 +497473,29 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" }, { - "Name": "SetServiceProperties", + "Name": "ListSharesSegmentedAsync", "Parameters": [ { - "Name": "properties", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "detailsIncluded", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -480761,57 +497503,59 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" }, { - "Name": "SetServicePropertiesAsync", + "Name": "ListSharesSegmentedAsync", "Parameters": [ { - "Name": "properties", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetServicePropertiesAsync", - "Parameters": [ + }, { - "Name": "properties", + "Name": "detailsIncluded", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetServicePropertiesAsync", - "Parameters": [ + }, { - "Name": "properties", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" }, { - "Name": "SetServicePropertiesAsync", + "Name": "BeginGetServiceProperties", "Parameters": [ { - "Name": "properties", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetServiceProperties", + "Parameters": [ { "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" @@ -480821,43 +497565,43 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetServiceStats", + "Name": "EndGetServiceProperties", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.ServiceStats" + "ReturnType": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" }, { - "Name": "GetServiceStatsAsync", + "Name": "GetServicePropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceStats]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]" }, { - "Name": "GetServiceStatsAsync", + "Name": "GetServicePropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceStats]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]" }, { - "Name": "GetServiceStatsAsync", + "Name": "GetServicePropertiesAsync", "Parameters": [ { "Name": "requestOptions", @@ -480868,10 +497612,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceStats]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]" }, { - "Name": "GetServiceStatsAsync", + "Name": "GetServicePropertiesAsync", "Parameters": [ { "Name": "requestOptions", @@ -480886,167 +497630,181 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceStats]" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]" }, { - "Name": "Equals", + "Name": "GetServiceProperties", "Parameters": [ { - "Name": "obj", + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, + "Name": "BeginSetServiceProperties", "Parameters": [ { - "Name": "baseUri", + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "storageUri", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "", - "ReturnType": null, + "Name": "BeginSetServiceProperties", "Parameters": [ { - "Name": "storageUri", + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "connectionPolicy", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "desiredConsistencyLevel", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } - ] - } - ] - }, - "Microsoft.Azure.Cosmos.Table.StorageCredentials": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.StorageCredentials", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.StorageCredentials, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "IsSharedKey": "System.Boolean", - "IsAnonymous": "System.Boolean", - "IsSAS": "System.Boolean", - "SASToken": "System.String", - "AccountName": "System.String", - "Key": "System.String", - "KeyName": "System.String", - "SASSignature": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, { - "Name": "UpdateKey", + "Name": "EndSetServiceProperties", "Parameters": [ { - "Name": "keyValue", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Void" }, { - "Name": "UpdateKey", + "Name": "SetServicePropertiesAsync", "Parameters": [ { - "Name": "keyValue", + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetServicePropertiesAsync", + "Parameters": [ + { + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyName", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "SetServicePropertiesAsync", "Parameters": [ { - "Name": "other", + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "TransformUri", + "Name": "SetServicePropertiesAsync", "Parameters": [ { - "Name": "resourceUri", + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Uri" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "TransformUri", + "Name": "SetServiceProperties", "Parameters": [ { - "Name": "resourceUri", + "Name": "properties", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.StorageUri" + "ReturnType": "System.Void" + }, + { + "Name": "GetShareReference", + "Parameters": [ + { + "Name": "shareName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" }, { - "Name": "UpdateSASToken", + "Name": "GetShareReference", "Parameters": [ { - "Name": "sasToken", + "Name": "shareName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" }, { "Name": "ToString", @@ -481075,31 +497833,20 @@ } ], "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - }, { "Name": "", "ReturnType": null, "Parameters": [ { - "Name": "sasToken", + "Name": "baseUri", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "accountName", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyValue", + "Name": "delegatingHandler", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -481109,62 +497856,45 @@ "ReturnType": null, "Parameters": [ { - "Name": "accountName", + "Name": "storageUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyValue", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyName", + "Name": "delegatingHandler", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Uri": { - "Namespace": "System", - "Name": "System.Uri", - "AssemblyQualifiedName": "System.Uri, System.Private.Uri, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.StorageUri": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.StorageUri", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.StorageUri, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.File.FileRequestOptions": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.FileRequestOptions", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileRequestOptions, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "PrimaryUri": "System.Uri", - "SecondaryUri": "System.Uri" + "RetryPolicy": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", + "ChecksumOptions": "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions", + "LocationMode": "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]", + "RequireEncryption": "System.Nullable`1[System.Boolean]", + "UseTransactionalMD5": "System.Nullable`1[System.Boolean]", + "StoreFileContentMD5": "System.Nullable`1[System.Boolean]", + "DisableContentMD5Validation": "System.Nullable`1[System.Boolean]", + "ParallelOperationThreadCount": "System.Nullable`1[System.Int32]", + "ServerTimeout": "System.Nullable`1[System.TimeSpan]", + "MaximumExecutionTime": "System.Nullable`1[System.TimeSpan]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "GetUri", - "Parameters": [ - { - "Name": "location", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Uri" - }, { "Name": "ToString", "Parameters": [], "ReturnType": "System.String" }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, { "Name": "Equals", "Parameters": [ @@ -481176,14 +497906,9 @@ "ReturnType": "System.Boolean" }, { - "Name": "Equals", - "Parameters": [ - { - "Name": "other", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" }, { "Name": "GetType", @@ -481195,42 +497920,20 @@ { "Name": "", "ReturnType": null, - "Parameters": [ - { - "Name": "primaryUri", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "primaryUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "secondaryUri", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] + "Parameters": [] } ] }, - "Microsoft.Azure.Cosmos.Table.TableConnectionPolicy": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.TableConnectionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TableConnectionPolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "UseDirectMode": "System.Boolean", - "UseTcpProtocol": "System.Boolean", - "EnableEndpointDiscovery": "System.Boolean", - "PreferredLocations": "System.Collections.ObjectModel.Collection`1[System.String]", - "MaxConnectionLimit": "System.Int32", - "MaxRetryAttemptsOnThrottledRequests": "System.Int32", - "MaxRetryWaitTimeInSeconds": "System.Int32", - "UserAgentSuffix": "System.String" + "DisableContentMD5Validation": "System.Nullable`1[System.Boolean]", + "StoreContentMD5": "System.Nullable`1[System.Boolean]", + "UseTransactionalMD5": "System.Nullable`1[System.Boolean]", + "DisableContentCRC64Validation": "System.Nullable`1[System.Boolean]", + "UseTransactionalCRC64": "System.Nullable`1[System.Boolean]" }, "ElementType": null, "GenericTypeArguments": [], @@ -481269,2029 +497972,1800 @@ } ] }, - "System.Collections.ObjectModel.Collection`1[System.String]": { - "Namespace": "System.Collections.ObjectModel", - "Name": "System.Collections.ObjectModel.Collection`1[System.String]", - "AssemblyQualifiedName": "System.Collections.ObjectModel.Collection`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", + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.CloudFileShare]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.CloudFileShare]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "System.String" + "Microsoft.Azure.Storage.File.CloudFileShare" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Cosmos.Table.TableRequestOptions": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.TableRequestOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TableRequestOptions, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.File.CloudFileShare": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CloudFileShare", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "RetryPolicy": "Microsoft.Azure.Cosmos.Table.IRetryPolicy", - "PropertyResolver": "System.Func`5[System.String,System.String,System.String,System.String,Microsoft.Azure.Cosmos.Table.EdmType]", - "LocationMode": "System.Nullable`1[Microsoft.Azure.Cosmos.Table.LocationMode]", - "PayloadFormat": "System.Nullable`1[Microsoft.Azure.Cosmos.Table.TablePayloadFormat]", - "ProjectSystemProperties": "System.Nullable`1[System.Boolean]", - "TableQueryEnableScan": "System.Nullable`1[System.Boolean]", - "TableQueryMaxItemCount": "System.Nullable`1[System.Int32]", - "TableQueryMaxDegreeOfParallelism": "System.Nullable`1[System.Int32]", - "TableQueryContinuationTokenLimitInKb": "System.Nullable`1[System.Int32]", - "ServerTimeout": "System.Nullable`1[System.TimeSpan]", - "MaximumExecutionTime": "System.Nullable`1[System.TimeSpan]", - "SessionToken": "System.String" + "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", + "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "IsSnapshot": "System.Boolean", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "Name": "System.String", + "Uri": "System.Uri", + "SnapshotQualifiedUri": "System.Uri" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", + "Name": "Create", "Parameters": [ { - "Name": "obj", + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] + "ReturnType": "System.Void" }, { - "Name": "", - "ReturnType": null, + "Name": "BeginCreate", "Parameters": [ { - "Name": "other", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } - ] - } - ] - }, - "Microsoft.Azure.Cosmos.Table.IRetryPolicy": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.IRetryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.IRetryPolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CreateInstance", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Cosmos.Table.IRetryPolicy" + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ShouldRetry", + "Name": "BeginCreate", "Parameters": [ { - "Name": "currentRetryCount", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "statusCode", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "lastException", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "retryInterval", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - } - ], - "Constructors": [] - }, - "System.Func`5[System.String,System.String,System.String,System.String,Microsoft.Azure.Cosmos.Table.EdmType]": { - "Namespace": "System", - "Name": "System.Func`5[System.String,System.String,System.String,System.String,Microsoft.Azure.Cosmos.Table.EdmType]", - "AssemblyQualifiedName": "System.Func`5[[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.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],[Microsoft.Azure.Cosmos.Table.EdmType, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String", - "System.String", - "System.String", - "System.String", - "Microsoft.Azure.Cosmos.Table.EdmType" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.EdmType": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.EdmType", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.EdmType, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, { - "Name": "Equals", + "Name": "EndCreate", "Parameters": [ { - "Name": "obj", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "GetHashCode", + "Name": "CreateAsync", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "CreateAsync", "Parameters": [ { - "Name": "format", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CompareTo", + "Name": "CreateAsync", "Parameters": [ { - "Name": "target", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "CreateIfNotExists", "Parameters": [ { - "Name": "format", + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "ToString", + "Name": "BeginCreateIfNotExists", "Parameters": [ { - "Name": "provider", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "BeginCreateIfNotExists", "Parameters": [ { - "Name": "flag", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.Table.LocationMode]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Cosmos.Table.LocationMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Cosmos.Table.LocationMode, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.LocationMode" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.LocationMode": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.LocationMode", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.LocationMode, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "EndCreateIfNotExists", "Parameters": [ { - "Name": "obj", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", + "Name": "CreateIfNotExistsAsync", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "CreateIfNotExistsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "format", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "CompareTo", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "target", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", + "Name": "Snapshot", "Parameters": [ { - "Name": "format", + "Name": "metadata", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" }, { - "Name": "ToString", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "provider", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "flag", + "Name": "metadata", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.Table.TablePayloadFormat]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Cosmos.Table.TablePayloadFormat]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Cosmos.Table.TablePayloadFormat, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.TablePayloadFormat" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.TablePayloadFormat": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.TablePayloadFormat", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TablePayloadFormat, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "EndSnapshot", "Parameters": [ { - "Name": "obj", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" }, { - "Name": "GetHashCode", + "Name": "SnapshotAsync", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "SnapshotAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" }, { - "Name": "ToString", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "format", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" }, { - "Name": "CompareTo", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "target", + "Name": "metadata", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" }, { - "Name": "ToString", + "Name": "Delete", "Parameters": [ { - "Name": "format", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "ToString", + "Name": "Delete", "Parameters": [ { - "Name": "provider", + "Name": "deleteSnapshotsOption", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "HasFlag", + "Name": "BeginDelete", "Parameters": [ { - "Name": "flag", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "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", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Boolean" - ], - "Methods": [], - "Constructors": [] - }, - "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", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "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", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] - }, - "System.TimeSpan": { - "Namespace": "System", - "Name": "System.TimeSpan", - "AssemblyQualifiedName": "System.TimeSpan, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Cosmos.ConsistencyLevel]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Cosmos.ConsistencyLevel, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.ConsistencyLevel" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.ConsistencyLevel": { - "Namespace": "Microsoft.Azure.Cosmos", - "Name": "Microsoft.Azure.Cosmos.ConsistencyLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.ConsistencyLevel, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "BeginDelete", "Parameters": [ { - "Name": "obj", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "BeginDelete", "Parameters": [ { - "Name": "format", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CompareTo", + "Name": "EndDelete", "Parameters": [ { - "Name": "target", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "ToString", + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteAsync", "Parameters": [ { - "Name": "format", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "provider", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "HasFlag", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "flag", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.Table.CloudTable]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.Table.CloudTable]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Cosmos.Table.CloudTable, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.CloudTable" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.TableResultSegment": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.TableResultSegment", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TableResultSegment, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ContinuationToken": "Microsoft.Azure.Cosmos.Table.TableContinuationToken", - "Results": "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.CloudTable]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetEnumerator", - "Parameters": [], - "ReturnType": "System.Collections.Generic.IEnumerator`1[Microsoft.Azure.Cosmos.Table.CloudTable]" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "obj", + "Name": "deleteSnapshotsOption", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.TableContinuationToken": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.TableContinuationToken", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TableContinuationToken, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "TargetLocation": "System.Nullable`1[Microsoft.Azure.Cosmos.Table.StorageLocation]", - "NextPartitionKey": "System.String", - "NextRowKey": "System.String", - "NextTableName": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "obj", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Nullable`1[Microsoft.Azure.Cosmos.Table.StorageLocation]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Cosmos.Table.StorageLocation]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Cosmos.Table.StorageLocation, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.StorageLocation" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.StorageLocation": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.StorageLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.StorageLocation, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "obj", + "Name": "deleteSnapshotsOption", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "format", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CompareTo", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "target", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ + }, { - "Name": "format", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "provider", + "Name": "deleteSnapshotsOption", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "EndDeleteIfExists", "Parameters": [ { - "Name": "flag", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.CloudTable]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.CloudTable]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Cosmos.Table.CloudTable, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.CloudTable" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerator`1[Microsoft.Azure.Cosmos.Table.CloudTable]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerator`1[Microsoft.Azure.Cosmos.Table.CloudTable]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerator`1[[Microsoft.Azure.Cosmos.Table.CloudTable, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.CloudTable" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResultSegment]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Cosmos.Table.TableResultSegment, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.TableResultSegment" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.ServiceProperties": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.ServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.ServiceProperties, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Cors": "Microsoft.Azure.Cosmos.Table.CorsProperties", - "DeleteRetentionPolicy": "Microsoft.Azure.Cosmos.Table.DeleteRetentionPolicy", - "Logging": "Microsoft.Azure.Cosmos.Table.LoggingProperties", - "HourMetrics": "Microsoft.Azure.Cosmos.Table.MetricsProperties", - "MinuteMetrics": "Microsoft.Azure.Cosmos.Table.MetricsProperties", - "DefaultServiceVersion": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", + "Name": "DeleteIfExistsAsync", "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "Equals", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "obj", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "DeleteIfExistsAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] + "Name": "DeleteIfExistsAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "", - "ReturnType": null, + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "logging", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "hourMetrics", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "minuteMetrics", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cors", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "deleteRetentionPolicy", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] - } - ] - }, - "Microsoft.Azure.Cosmos.Table.CorsProperties": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.CorsProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.CorsProperties, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "CorsRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.CorsRule]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "Equals", + "Name": "Exists", "Parameters": [ { - "Name": "obj", + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.CorsRule]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.CorsRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Cosmos.Table.CorsRule, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.CorsRule" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.CorsRule": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.CorsRule", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.CorsRule, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AllowedMethods": "Microsoft.Azure.Cosmos.Table.CorsHttpMethods", - "AllowedOrigins": "System.Collections.Generic.IList`1[System.String]", - "ExposedHeaders": "System.Collections.Generic.IList`1[System.String]", - "AllowedHeaders": "System.Collections.Generic.IList`1[System.String]", - "MaxAgeInSeconds": "System.Int32" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", + "Name": "BeginExists", "Parameters": [ { - "Name": "obj", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "BeginExists", + "Parameters": [ + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Cosmos.Table.CorsHttpMethods": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.CorsHttpMethods", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.CorsHttpMethods, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "EndExists", "Parameters": [ { - "Name": "obj", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", + "Name": "ExistsAsync", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "format", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "CompareTo", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "target", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ToString", + "Name": "FetchAttributes", "Parameters": [ { - "Name": "format", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "ToString", + "Name": "BeginFetchAttributes", "Parameters": [ { - "Name": "provider", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "BeginFetchAttributes", "Parameters": [ { - "Name": "flag", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "Name": "EndFetchAttributes", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.DeleteRetentionPolicy": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.DeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.DeleteRetentionPolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Enabled": "System.Boolean", - "RetentionDays": "System.Nullable`1[System.Int32]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", + "Name": "FetchAttributesAsync", "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "obj", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Cosmos.Table.LoggingProperties": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.LoggingProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.LoggingProperties, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "LoggingOperations": "Microsoft.Azure.Cosmos.Table.LoggingOperations", - "RetentionDays": "System.Nullable`1[System.Int32]", - "Version": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "FetchAttributesAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "obj", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "GetPermissions", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.FileSharePermissions" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] + "Name": "BeginGetPermissions", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "", - "ReturnType": null, + "Name": "BeginGetPermissions", "Parameters": [ { - "Name": "version", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } - ] - } - ] - }, - "Microsoft.Azure.Cosmos.Table.LoggingOperations": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.LoggingOperations", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.LoggingOperations, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, { - "Name": "Equals", + "Name": "EndGetPermissions", "Parameters": [ { - "Name": "obj", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.File.FileSharePermissions" }, { - "Name": "GetHashCode", + "Name": "GetPermissionsAsync", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "GetPermissionsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" }, { - "Name": "ToString", + "Name": "GetPermissionsAsync", "Parameters": [ { - "Name": "format", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" }, { - "Name": "CompareTo", + "Name": "GetPermissionsAsync", "Parameters": [ { - "Name": "target", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" }, { - "Name": "ToString", + "Name": "GetStats", "Parameters": [ { - "Name": "format", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.File.Protocol.ShareStats" }, { - "Name": "ToString", + "Name": "BeginGetStats", "Parameters": [ { - "Name": "provider", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "BeginGetStats", "Parameters": [ { - "Name": "flag", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.MetricsProperties": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.MetricsProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.MetricsProperties, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "MetricsLevel": "Microsoft.Azure.Cosmos.Table.MetricsLevel", - "RetentionDays": "System.Nullable`1[System.Int32]", - "Version": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "EndGetStats", "Parameters": [ { - "Name": "obj", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.File.Protocol.ShareStats" }, { - "Name": "GetType", + "Name": "GetStatsAsync", "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" }, { - "Name": "", - "ReturnType": null, + "Name": "GetStatsAsync", "Parameters": [ { - "Name": "version", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] - } - ] - }, - "Microsoft.Azure.Cosmos.Table.MetricsLevel": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.MetricsLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.MetricsLevel, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" + }, { - "Name": "Equals", + "Name": "GetStatsAsync", "Parameters": [ { - "Name": "obj", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" }, { - "Name": "ToString", + "Name": "GetStatsAsync", "Parameters": [ { - "Name": "format", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" }, { - "Name": "CompareTo", + "Name": "SetMetadata", "Parameters": [ { - "Name": "target", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "ToString", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "format", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "provider", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "EndSetMetadata", "Parameters": [ { - "Name": "flag", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.Void" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceProperties]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceProperties]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Cosmos.Table.ServiceProperties, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.ServiceProperties" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task", - "AssemblyQualifiedName": "System.Threading.Tasks.Task, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.ServiceStats": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.ServiceStats", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.ServiceStats, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "GeoReplication": "Microsoft.Azure.Cosmos.Table.GeoReplicationStats" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", + "Name": "SetMetadataAsync", "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "obj", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.GeoReplicationStats": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.GeoReplicationStats", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.GeoReplicationStats, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Status": "Microsoft.Azure.Cosmos.Table.GeoReplicationStatus", - "LastSyncTime": "System.Nullable`1[System.DateTimeOffset]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "obj", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "SetMetadataAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.GeoReplicationStatus": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.GeoReplicationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.GeoReplicationStatus, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "SetPermissions", "Parameters": [ { - "Name": "obj", + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "BeginSetPermissions", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "BeginSetPermissions", + "Parameters": [ + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "EndSetPermissions", "Parameters": [ { - "Name": "format", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetPermissionsAsync", + "Parameters": [ { - "Name": "provider", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CompareTo", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "target", + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "format", + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "provider", + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "HasFlag", + "Name": "SetProperties", "Parameters": [ { - "Name": "flag", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceStats]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.ServiceStats]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Cosmos.Table.ServiceStats, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.ServiceStats" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.TableResult": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.TableResult", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TableResult, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "HttpStatusCode": "System.Int32", - "Result": "System.Object", - "Etag": "System.String", - "SessionToken": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "Equals", + "Name": "BeginSetProperties", "Parameters": [ { - "Name": "obj", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Object": { - "Namespace": "System", - "Name": "System.Object", - "AssemblyQualifiedName": "System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResult]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableResult]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Cosmos.Table.TableResult, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.TableResult" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Cosmos.Table.TableResult, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.TableResult" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IList`1[[Microsoft.Azure.Cosmos.Table.TableResult, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.IList`1[Microsoft.Azure.Cosmos.Table.TableResult]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Cosmos.Table.DynamicTableEntity, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.DynamicTableEntity" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.DynamicTableEntity": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.DynamicTableEntity", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.DynamicTableEntity, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Item": "Microsoft.Azure.Cosmos.Table.EntityProperty", - "Properties": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Cosmos.Table.EntityProperty]", - "Timestamp": "System.DateTimeOffset", - "PartitionKey": "System.String", - "RowKey": "System.String", - "ETag": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ReadEntity", + "Name": "BeginSetProperties", "Parameters": [ { - "Name": "properties", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "WriteEntity", + "Name": "EndSetProperties", "Parameters": [ { - "Name": "operationContext", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Cosmos.Table.EntityProperty]" + "ReturnType": "System.Void" }, { - "Name": "ToString", + "Name": "SetPropertiesAsync", "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "obj", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", - "ReturnType": null, + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "partitionKey", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "rowKey", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", - "ReturnType": null, + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "partitionKey", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "rowKey", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "etag", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "properties", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.Cosmos.Table.EntityProperty": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.EntityProperty", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.EntityProperty, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "PropertyType": "Microsoft.Azure.Cosmos.Table.EdmType", - "BinaryValue": "System.Byte[]", - "BooleanValue": "System.Nullable`1[System.Boolean]", - "DateTime": "System.Nullable`1[System.DateTime]", - "DateTimeOffsetValue": "System.Nullable`1[System.DateTimeOffset]", - "DoubleValue": "System.Nullable`1[System.Double]", - "GuidValue": "System.Nullable`1[System.Guid]", - "Int32Value": "System.Nullable`1[System.Int32]", - "Int64Value": "System.Nullable`1[System.Int64]", - "PropertyAsObject": "System.Object", - "StringValue": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GeneratePropertyForDateTimeOffset", - "Parameters": [ - { - "Name": "input", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GeneratePropertyForByteArray", + "Name": "CreateFilePermission", "Parameters": [ { - "Name": "input", + "Name": "permission", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" - }, - { - "Name": "GeneratePropertyForBool", - "Parameters": [ + }, { - "Name": "input", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" - }, - { - "Name": "GeneratePropertyForDouble", - "Parameters": [ + }, { - "Name": "input", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + "ReturnType": "System.String" }, { - "Name": "GeneratePropertyForGuid", + "Name": "CreateFilePermissionAsync", "Parameters": [ { - "Name": "input", + "Name": "permission", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GeneratePropertyForInt", + "Name": "GetFilePermission", "Parameters": [ { - "Name": "input", + "Name": "filePermissionKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + "ReturnType": "System.String" }, { - "Name": "GeneratePropertyForLong", + "Name": "GetFilePermissionAsync", "Parameters": [ { - "Name": "input", + "Name": "filePermissionKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GeneratePropertyForString", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "input", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "obj", + "Name": "policy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "groupPolicyIdentifier", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "other", + "Name": "policy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "groupPolicyIdentifier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "protocols", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "ipAddressOrRange", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "GetHashCode", + "Name": "GetRootDirectoryReference", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" }, { - "Name": "CreateEntityPropertyFromObject", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "entityValue", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.EntityProperty" + "ReturnType": "System.Boolean" }, { - "Name": "ToString", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { "Name": "GetType", @@ -483305,7 +499779,7 @@ "ReturnType": null, "Parameters": [ { - "Name": "input", + "Name": "shareAddress", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -483315,17 +499789,11 @@ "ReturnType": null, "Parameters": [ { - "Name": "input", + "Name": "shareAddress", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "input", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -483335,27 +499803,15 @@ "ReturnType": null, "Parameters": [ { - "Name": "input", + "Name": "shareAddress", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "input", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "input", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -483365,17 +499821,11 @@ "ReturnType": null, "Parameters": [ { - "Name": "input", + "Name": "shareAddress", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "input", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -483385,135 +499835,30 @@ "ReturnType": null, "Parameters": [ { - "Name": "input", + "Name": "shareAddress", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "snapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "System.Nullable`1[System.DateTime]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.DateTime]", - "AssemblyQualifiedName": "System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.DateTime" - ], - "Methods": [], - "Constructors": [] - }, - "System.DateTime": { - "Namespace": "System", - "Name": "System.DateTime", - "AssemblyQualifiedName": "System.DateTime, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "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", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Double" - ], - "Methods": [], - "Constructors": [] - }, - "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", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Guid" - ], - "Methods": [], - "Constructors": [] - }, - "System.Guid": { - "Namespace": "System", - "Name": "System.Guid", - "AssemblyQualifiedName": "System.Guid, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "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", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int64" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Cosmos.Table.EntityProperty]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Cosmos.Table.EntityProperty]", - "AssemblyQualifiedName": "System.Collections.Generic.IDictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Cosmos.Table.EntityProperty, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String", - "Microsoft.Azure.Cosmos.Table.EntityProperty" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[[Microsoft.Azure.Cosmos.Table.DynamicTableEntity, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.DynamicTableEntity" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[[Microsoft.Azure.Cosmos.Table.DynamicTableEntity, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[Microsoft.Azure.Cosmos.Table.DynamicTableEntity]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[TResult]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[TResult]", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "TResult" - ], - "Methods": [], - "Constructors": [] - }, - "TResult": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "TResult", - "AssemblyQualifiedName": null, - "Properties": {}, + "Microsoft.Azure.Storage.File.FileShareProperties": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.FileShareProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileShareProperties, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "Quota": "System.Nullable`1[System.Int32]", + "ETag": "System.String" + }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ @@ -483543,134 +499888,32 @@ "ReturnType": "System.Type" } ], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "TResult" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]]", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TResult]" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.TableQuery`1[TElement]": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.TableQuery`1[TElement]", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "TElement" - ], - "Methods": [], - "Constructors": [] - }, - "TElement": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "TElement", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, + "Constructors": [ { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" + "Name": "", + "ReturnType": null, + "Parameters": [] } - ], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[TElement]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[TElement]", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "TElement" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "TElement" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]]", - "AssemblyQualifiedName": null, - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.TableQuerySegment`1[TElement]" - ], - "Methods": [], - "Constructors": [] + ] }, - "System.Threading.Tasks.Task`1[System.Boolean]": { + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]": { "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Boolean]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`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", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "System.Boolean" + "Microsoft.Azure.Storage.File.CloudFileShare" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Cosmos.Table.TablePermissions": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.TablePermissions", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.TablePermissions, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.File.FileSharePermissions": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.FileSharePermissions", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileSharePermissions, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "SharedAccessPolicies": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicies" + "SharedAccessPolicies": "Microsoft.Azure.Storage.File.SharedAccessFilePolicies" }, "ElementType": null, "GenericTypeArguments": [], @@ -483709,14 +499952,14 @@ } ] }, - "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicies": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicies", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicies, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.File.SharedAccessFilePolicies": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.SharedAccessFilePolicies", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.SharedAccessFilePolicies, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Item": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy", + "Item": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy", "IsReadOnly": "System.Boolean", - "Values": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]", + "Values": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.File.SharedAccessFilePolicy]", "Keys": "System.Collections.Generic.ICollection`1[System.String]", "Count": "System.Int32" }, @@ -483823,7 +500066,7 @@ { "Name": "GetEnumerator", "Parameters": [], - "ReturnType": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]]" + "ReturnType": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]]" }, { "Name": "ToString", @@ -483859,12 +500102,12 @@ } ] }, - "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.File.SharedAccessFilePolicy": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Permissions": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePermissions", + "Permissions": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions", "SharedAccessExpiryTime": "System.Nullable`1[System.DateTimeOffset]", "SharedAccessStartTime": "System.Nullable`1[System.DateTimeOffset]" }, @@ -483889,7 +500132,7 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.SharedAccessTablePermissions" + "ReturnType": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions" }, { "Name": "ToString", @@ -483925,71 +500168,10 @@ } ] }, - "System.Collections.Generic.ICollection`1[Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.ICollection`1[System.String]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.ICollection`1[System.String]", - "AssemblyQualifiedName": "System.Collections.Generic.ICollection`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", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerator`1[[System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String", - "Microsoft.Azure.Cosmos.Table.SharedAccessTablePolicy" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TablePermissions]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Cosmos.Table.TablePermissions]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Cosmos.Table.TablePermissions, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Cosmos.Table.TablePermissions" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Cosmos.Table.SharedAccessProtocol": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.SharedAccessProtocol", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.SharedAccessProtocol, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.File.SharedAccessFilePermissions": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -484081,18 +500263,134 @@ ], "Constructors": [] }, - "Microsoft.Azure.Storage.Queue.CloudQueue": { - "Namespace": "Microsoft.Azure.Storage.Queue", - "Name": "Microsoft.Azure.Storage.Queue.CloudQueue", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.CloudQueue, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.File.SharedAccessFilePolicy]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.File.SharedAccessFilePolicy]", + "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerator`1[[System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]", + "AssemblyQualifiedName": "System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String", + "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.FileSharePermissions, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.FileSharePermissions" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.Protocol.ShareStats": { + "Namespace": "Microsoft.Azure.Storage.File.Protocol", + "Name": "Microsoft.Azure.Storage.File.Protocol.ShareStats", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.Protocol.ShareStats, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "ServiceClient": "Microsoft.Azure.Storage.Queue.CloudQueueClient", + "Usage": "System.Int32", + "UsageInBytes": "System.Int64" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.Protocol.ShareStats, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.Protocol.ShareStats" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[System.String]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.String]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.CloudFileDirectory": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", + "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", + "Share": "Microsoft.Azure.Storage.File.CloudFileShare", + "Properties": "Microsoft.Azure.Storage.File.FileDirectoryProperties", "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "EncodeMessage": "System.Boolean", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "ApproximateMessageCount": "System.Nullable`1[System.Int32]", + "FilePermission": "System.String", "Name": "System.String", - "Uri": "System.Uri" + "Uri": "System.Uri", + "SnapshotQualifiedUri": "System.Uri" }, "ElementType": null, "GenericTypeArguments": [], @@ -484101,7 +500399,7 @@ "Name": "Create", "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -484208,7 +500506,7 @@ "Name": "CreateIfNotExists", "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -484312,115 +500610,12 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DeleteIfExists", - "Parameters": [ - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginDeleteIfExists", - "Parameters": [ - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginDeleteIfExists", - "Parameters": [ - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndDeleteIfExists", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", + "Name": "Delete", "Parameters": [ { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "Delete", - "Parameters": [ { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -484449,6 +500644,10 @@ { "Name": "BeginDelete", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -484496,6 +500695,10 @@ { "Name": "DeleteAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -484510,6 +500713,10 @@ { "Name": "DeleteAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -484526,10 +500733,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPermissions", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "permissions", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -484541,15 +500748,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginSetPermissions", + "Name": "BeginDeleteIfExists", "Parameters": [ - { - "Name": "permissions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -484562,10 +500765,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetPermissions", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "permissions", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -484588,110 +500791,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetPermissions", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "SetPermissionsAsync", - "Parameters": [ - { - "Name": "permissions", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetPermissionsAsync", - "Parameters": [ - { - "Name": "permissions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "SetPermissionsAsync", - "Parameters": [ - { - "Name": "permissions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "DeleteIfExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SetPermissionsAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "permissions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "GetPermissions", - "Parameters": [ - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginGetPermissions", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "callback", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetPermissions", - "Parameters": [ { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -484699,60 +500829,17 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetPermissions", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions" - }, - { - "Name": "GetPermissionsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions]" - }, - { - "Name": "GetPermissionsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetPermissionsAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "options", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions]" - }, - { - "Name": "GetPermissionsAsync", - "Parameters": [ { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -484766,13 +500853,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { "Name": "Exists", "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -484876,8 +500963,12 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SetMetadata", + "Name": "FetchAttributes", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -484890,7 +500981,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetMetadata", + "Name": "BeginFetchAttributes", "Parameters": [ { "Name": "callback", @@ -484904,8 +500995,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginFetchAttributes", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -484926,7 +501021,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -484936,12 +501031,12 @@ "ReturnType": "System.Void" }, { - "Name": "SetMetadataAsync", + "Name": "FetchAttributesAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { "Name": "cancellationToken", @@ -484951,22 +501046,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "options", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [ { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -484974,45 +501059,17 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributes", - "Parameters": [ - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginFetchAttributes", + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "callback", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginFetchAttributes", - "Parameters": [ { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -485021,35 +501078,6 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndFetchAttributes", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -485058,21 +501086,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributesAsync", - "Parameters": [ - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", + "Name": "ListFilesAndDirectories", "Parameters": [ { "Name": "options", @@ -485081,27 +501095,15 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]" }, { - "Name": "AddMessage", + "Name": "ListFilesAndDirectories", "Parameters": [ { - "Name": "message", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "timeToLive", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "initialVisibilityDelay", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485113,39 +501115,27 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]" }, { - "Name": "BeginAddMessage", + "Name": "ListFilesAndDirectoriesSegmented", "Parameters": [ { - "Name": "message", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.FileResultSegment" }, { - "Name": "BeginAddMessage", + "Name": "ListFilesAndDirectoriesSegmented", "Parameters": [ { - "Name": "message", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "timeToLive", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "initialVisibilityDelay", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485155,65 +501145,23 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndAddMessage", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AddMessageAsync", - "Parameters": [ - { - "Name": "message", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AddMessageAsync", - "Parameters": [ - { - "Name": "message", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.File.FileResultSegment" }, { - "Name": "AddMessageAsync", + "Name": "ListFilesAndDirectoriesSegmented", "Parameters": [ { - "Name": "message", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "timeToLive", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "initialVisibilityDelay", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485225,51 +501173,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.File.FileResultSegment" }, { - "Name": "AddMessageAsync", + "Name": "BeginListFilesAndDirectoriesSegmented", "Parameters": [ { - "Name": "message", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "timeToLive", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "initialVisibilityDelay", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UpdateMessage", + "Name": "BeginListFilesAndDirectoriesSegmented", "Parameters": [ { - "Name": "message", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "visibilityTimeout", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "updateFields", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485279,24 +501211,6 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUpdateMessage", - "Parameters": [ - { - "Name": "message", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "visibilityTimeout", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "updateFields", - "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "callback", @@ -485310,18 +501224,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUpdateMessage", + "Name": "BeginListFilesAndDirectoriesSegmented", "Parameters": [ { - "Name": "message", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "visibilityTimeout", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "updateFields", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485344,46 +501258,48 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUpdateMessage", + "Name": "EndListFilesAndDirectoriesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.FileResultSegment" }, { - "Name": "UpdateMessageAsync", + "Name": "ListFilesAndDirectoriesSegmentedAsync", "Parameters": [ { - "Name": "message", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" + }, + { + "Name": "ListFilesAndDirectoriesSegmentedAsync", + "Parameters": [ { - "Name": "visibilityTimeout", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "updateFields", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" }, { - "Name": "UpdateMessageAsync", + "Name": "ListFilesAndDirectoriesSegmentedAsync", "Parameters": [ { - "Name": "message", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "visibilityTimeout", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "updateFields", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485391,21 +501307,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" }, { - "Name": "UpdateMessageAsync", + "Name": "ListFilesAndDirectoriesSegmentedAsync", "Parameters": [ { - "Name": "message", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "visibilityTimeout", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "updateFields", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485417,21 +501329,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" }, { - "Name": "UpdateMessageAsync", + "Name": "ListFilesAndDirectoriesSegmentedAsync", "Parameters": [ { - "Name": "message", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "visibilityTimeout", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "updateFields", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485447,71 +501355,55 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" }, { - "Name": "DeleteMessage", + "Name": "ListFilesAndDirectoriesSegmentedAsync", "Parameters": [ { - "Name": "message", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "DeleteMessage", - "Parameters": [ - { - "Name": "messageId", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "popReceipt", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" }, { - "Name": "BeginDeleteMessage", + "Name": "ListHandlesSegmented", "Parameters": [ { - "Name": "message", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginDeleteMessage", - "Parameters": [ + }, { - "Name": "message", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485521,49 +501413,27 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "BeginDeleteMessage", + "Name": "BeginListHandlesSegmented", "Parameters": [ { - "Name": "messageId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "popReceipt", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginDeleteMessage", - "Parameters": [ - { - "Name": "messageId", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "popReceipt", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485586,62 +501456,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteMessage", + "Name": "EndListHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "DeleteMessageAsync", - "Parameters": [ - { - "Name": "message", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "DeleteMessageAsync", + "Name": "ListHandlesSegmentedAsync", "Parameters": [ { - "Name": "message", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DeleteMessageAsync", - "Parameters": [ - { - "Name": "message", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DeleteMessageAsync", - "Parameters": [ - { - "Name": "message", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485657,97 +501497,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DeleteMessageAsync", - "Parameters": [ - { - "Name": "messageId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "popReceipt", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DeleteMessageAsync", - "Parameters": [ - { - "Name": "messageId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "popReceipt", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DeleteMessageAsync", - "Parameters": [ - { - "Name": "messageId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "popReceipt", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" }, { - "Name": "DeleteMessageAsync", + "Name": "CloseAllHandlesSegmented", "Parameters": [ { - "Name": "messageId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "popReceipt", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "GetMessages", - "Parameters": [ - { - "Name": "messageCount", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "visibilityTimeout", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485759,35 +501523,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "BeginGetMessages", + "Name": "BeginCloseAllHandlesSegmented", "Parameters": [ { - "Name": "messageCount", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetMessages", - "Parameters": [ - { - "Name": "messageCount", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "visibilityTimeout", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485810,48 +501560,28 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetMessages", + "Name": "EndCloseAllHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" - }, - { - "Name": "GetMessagesAsync", - "Parameters": [ - { - "Name": "messageCount", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "GetMessagesAsync", + "Name": "CloseAllHandlesSegmentedAsync", "Parameters": [ { - "Name": "messageCount", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" - }, - { - "Name": "GetMessagesAsync", - "Parameters": [ - { - "Name": "messageCount", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "visibilityTimeout", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485861,41 +501591,31 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "GetMessagesAsync", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "messageCount", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "visibilityTimeout", + "Name": "handleId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" - }, - { - "Name": "GetMessage", - "Parameters": [ - { - "Name": "visibilityTimeout", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485907,78 +501627,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Queue.CloudQueueMessage" - }, - { - "Name": "BeginGetMessage", - "Parameters": [ - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "BeginGetMessage", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "visibilityTimeout", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "handleId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetMessage", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Queue.CloudQueueMessage" - }, - { - "Name": "GetMessageAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" - }, - { - "Name": "GetMessageAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" - }, - { - "Name": "GetMessageAsync", - "Parameters": [ - { - "Name": "visibilityTimeout", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -485990,35 +501657,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "GetMessageAsync", + "Name": "BeginCloseHandleSegmented", "Parameters": [ { - "Name": "visibilityTimeout", + "Name": "handleId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" - }, - { - "Name": "PeekMessages", - "Parameters": [ - { - "Name": "messageCount", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -486028,16 +501685,6 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" - }, - { - "Name": "BeginPeekMessages", - "Parameters": [ - { - "Name": "messageCount", - "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "callback", @@ -486051,56 +501698,40 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginPeekMessages", + "Name": "EndCloseHandleSegmented", "Parameters": [ { - "Name": "messageCount", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + }, + { + "Name": "CloseHandleSegmentedAsync", + "Parameters": [ { - "Name": "options", + "Name": "handleId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndPeekMessages", - "Parameters": [ - { - "Name": "asyncResult", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" - }, - { - "Name": "PeekMessagesAsync", - "Parameters": [ + }, { - "Name": "messageCount", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" - }, - { - "Name": "PeekMessagesAsync", - "Parameters": [ + }, { - "Name": "messageCount", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -486108,31 +501739,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "PeekMessagesAsync", + "Name": "CloseHandleSegmentedAsync", "Parameters": [ { - "Name": "messageCount", + "Name": "handleId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" - }, - { - "Name": "PeekMessagesAsync", - "Parameters": [ + }, { - "Name": "messageCount", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -486148,11 +501773,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "PeekMessage", + "Name": "SetMetadata", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -486162,10 +501791,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Queue.CloudQueueMessage" + "ReturnType": "System.Void" }, { - "Name": "BeginPeekMessage", + "Name": "BeginSetMetadata", "Parameters": [ { "Name": "callback", @@ -486179,8 +501808,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginPeekMessage", + "Name": "BeginSetMetadata", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -486201,33 +501834,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndPeekMessage", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Queue.CloudQueueMessage" + "ReturnType": "System.Void" }, { - "Name": "PeekMessageAsync", + "Name": "SetMetadataAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PeekMessageAsync", + "Name": "SetMetadataAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PeekMessageAsync", + "Name": "SetMetadataAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -486237,11 +501874,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PeekMessageAsync", + "Name": "SetMetadataAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -486255,10 +501896,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Clear", + "Name": "SetProperties", "Parameters": [ { "Name": "options", @@ -486272,144 +501913,308 @@ "ReturnType": "System.Void" }, { - "Name": "BeginClear", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginClear", + "Name": "GetFileReference", "Parameters": [ { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", + "Name": "fileName", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ { - "Name": "state", + "Name": "itemName", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" }, { - "Name": "EndClear", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "ClearAsync", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Int32" }, { - "Name": "ClearAsync", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "cancellationToken", + "Name": "directoryAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" + ] }, { - "Name": "ClearAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "options", + "Name": "directoryAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" + ] }, { - "Name": "ClearAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "options", + "Name": "directoryAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + } + ] + }, + "Microsoft.Azure.Storage.File.FileDirectoryProperties": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.FileDirectoryProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileDirectoryProperties, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IsServerEncrypted": "System.Boolean", + "NtfsAttributes": "System.Nullable`1[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes]", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "CreationTime": "System.Nullable`1[System.DateTimeOffset]", + "LastWriteTime": "System.Nullable`1[System.DateTimeOffset]", + "ChangeTime": "System.Nullable`1[System.DateTimeOffset]", + "ETag": "System.String", + "FilePermissionKey": "System.String", + "DirectoryId": "System.String", + "ParentId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "GetSharedAccessSignature", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Nullable`1[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.CloudFileNtfsAttributes" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.CloudFileNtfsAttributes": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CloudFileNtfsAttributes", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileNtfsAttributes, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "policy", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "ToString", "Parameters": [ { - "Name": "policy", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessPolicyIdentifier", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "CompareTo", "Parameters": [ { - "Name": "policy", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "accessPolicyIdentifier", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "protocols", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ { - "Name": "ipAddressOrRange", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.IListFileItem, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.IListFileItem" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.IListFileItem": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.IListFileItem", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.IListFileItem, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", + "Share": "Microsoft.Azure.Storage.File.CloudFileShare", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.FileResultSegment": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.FileResultSegment", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileResultSegment, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ContinuationToken": "Microsoft.Azure.Storage.File.FileContinuationToken", + "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "ToString", "Parameters": [], @@ -486442,189 +502247,393 @@ "ReturnType": null, "Parameters": [ { - "Name": "queueAddress", + "Name": "files", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "continuationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ] + } + ] + }, + "Microsoft.Azure.Storage.File.FileContinuationToken": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.FileContinuationToken", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileContinuationToken, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", + "NextMarker": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetSchema", + "Parameters": [], + "ReturnType": "System.Xml.Schema.XmlSchema" }, { - "Name": "", - "ReturnType": null, + "Name": "ReadXmlAsync", "Parameters": [ { - "Name": "queueAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", + "Name": "reader", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", - "ReturnType": null, + "Name": "WriteXml", "Parameters": [ { - "Name": "queueAddress", + "Name": "writer", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "credentials", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] } ] }, - "Microsoft.Azure.Storage.Queue.CloudQueueClient": { - "Namespace": "Microsoft.Azure.Storage.Queue", - "Name": "Microsoft.Azure.Storage.Queue.CloudQueueClient", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.CloudQueueClient, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.FileResultSegment, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.FileResultSegment" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.FileHandleResultSegment": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.FileHandleResultSegment", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileHandleResultSegment, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Credentials": "Microsoft.Azure.Storage.Auth.StorageCredentials", - "AuthenticationScheme": "Microsoft.Azure.Storage.AuthenticationScheme", - "BufferManager": "Microsoft.Azure.Storage.IBufferManager", - "DefaultRequestOptions": "Microsoft.Azure.Storage.Queue.QueueRequestOptions", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "BaseUri": "System.Uri" + "ContinuationToken": "Microsoft.Azure.Storage.File.FileContinuationToken", + "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileHandle]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ListQueues", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "queueListingDetails", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueue]" + "ReturnType": "System.Boolean" }, { - "Name": "ListQueuesSegmented", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileHandle]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileHandle]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.FileHandle, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.FileHandle" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.FileHandle": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.FileHandle", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileHandle, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "OpenTime": "System.DateTimeOffset", + "ClientPort": "System.Int32", + "ClientIp": "System.Net.IPAddress", + "LastReconnectTime": "System.Nullable`1[System.DateTimeOffset]", + "HandleId": "System.Nullable`1[System.UInt64]", + "Path": "System.String", + "FileId": "System.UInt64", + "ParentId": "System.UInt64", + "SessionId": "System.UInt64" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "currentToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Queue.QueueResultSegment" + "ReturnType": "System.Boolean" }, { - "Name": "ListQueuesSegmented", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Net.IPAddress": { + "Namespace": "System.Net", + "Name": "System.Net.IPAddress", + "AssemblyQualifiedName": "System.Net.IPAddress, System.Net.Primitives, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Nullable`1[System.UInt64]": { + "Namespace": "System", + "Name": "System.Nullable`1[System.UInt64]", + "AssemblyQualifiedName": "System.Nullable`1[[System.UInt64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.UInt64" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.FileHandleResultSegment, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.FileHandleResultSegment" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ContinuationToken": "Microsoft.Azure.Storage.File.FileContinuationToken", + "NumHandlesClosed": "System.Int32" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "currentToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Queue.QueueResultSegment" + "ReturnType": "System.Boolean" }, { - "Name": "ListQueuesSegmented", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.CloudFile": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CloudFile", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", + "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", + "Share": "Microsoft.Azure.Storage.File.CloudFileShare", + "CopyState": "Microsoft.Azure.Storage.File.CopyState", + "Properties": "Microsoft.Azure.Storage.File.FileProperties", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamWriteSizeInBytes": "System.Int32", + "StreamMinimumReadSizeInBytes": "System.Int32", + "FilePermission": "System.String", + "Name": "System.String", + "Uri": "System.Uri", + "SnapshotQualifiedUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "EndStartCopy", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "queueListingDetails", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "maxResults", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "currentToken", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Queue.QueueResultSegment" + "ReturnType": "System.String" }, { - "Name": "BeginListQueuesSegmented", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "currentToken", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ { - "Name": "callback", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginListQueuesSegmented", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "currentToken", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ { - "Name": "callback", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginListQueuesSegmented", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "queueListingDetails", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -486634,43 +502643,31 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "EndListQueuesSegmented", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Queue.QueueResultSegment" - }, - { - "Name": "ListQueuesSegmentedAsync", - "Parameters": [ + }, { - "Name": "currentToken", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]" - }, - { - "Name": "ListQueuesSegmentedAsync", - "Parameters": [ + }, { - "Name": "currentToken", + "Name": "destAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -486678,87 +502675,73 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ListQueuesSegmentedAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "prefix", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]" - }, - { - "Name": "ListQueuesSegmentedAsync", - "Parameters": [ + }, { - "Name": "prefix", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ListQueuesSegmentedAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "prefix", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "queueListingDetails", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ListQueuesSegmentedAsync", + "Name": "AbortCopy", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "queueListingDetails", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "maxResults", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -486768,17 +502751,17 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]" + "ReturnType": "System.Void" }, { - "Name": "BeginGetServiceProperties", + "Name": "BeginAbortCopy", "Parameters": [ + { + "Name": "copyId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -486791,8 +502774,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetServiceProperties", + "Name": "BeginAbortCopy", "Parameters": [ + { + "Name": "copyId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -486813,67 +502804,52 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetServiceProperties", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" - }, - { - "Name": "GetServicePropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + "ReturnType": "System.Void" }, { - "Name": "GetServicePropertiesAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "cancellationToken", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetServicePropertiesAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetServicePropertiesAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "options", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" - }, - { - "Name": "GetServiceProperties", - "Parameters": [ - { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -486881,35 +502857,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginSetServiceProperties", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "properties", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginSetServiceProperties", - "Parameters": [ - { - "Name": "properties", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -486917,99 +502879,103 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndSetServiceProperties", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "asyncResult", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "SetServicePropertiesAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "properties", + "Name": "policy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "groupPolicyIdentifier", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "SetServicePropertiesAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "properties", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "headers", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "SetServicePropertiesAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "properties", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "headers", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "groupPolicyIdentifier", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "SetServicePropertiesAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "properties", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "headers", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "groupPolicyIdentifier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "protocols", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "ipAddressOrRange", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "SetServiceProperties", + "Name": "OpenRead", "Parameters": [ { - "Name": "properties", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -487017,10 +502983,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "BeginGetServiceStats", + "Name": "BeginOpenRead", "Parameters": [ { "Name": "callback", @@ -487034,8 +503000,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetServiceStats", + "Name": "BeginOpenRead", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -487056,35 +503026,39 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetServiceStats", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats" + "ReturnType": "System.IO.Stream" }, { - "Name": "GetServiceStatsAsync", + "Name": "OpenReadAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "GetServiceStatsAsync", + "Name": "OpenReadAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "GetServiceStatsAsync", + "Name": "OpenReadAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -487092,11 +503066,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "GetServiceStatsAsync", + "Name": "OpenReadAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -487110,13 +503088,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "GetServiceStats", + "Name": "OpenWrite", "Parameters": [ { - "Name": "requestOptions", + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -487124,2881 +503110,2170 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "GetQueueReference", + "Name": "BeginOpenWrite", "Parameters": [ { - "Name": "queueName", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Queue.CloudQueue" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, + "Name": "BeginOpenWrite", "Parameters": [ { - "Name": "baseUri", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "delegatingHandler", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "storageUri", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "delegatingHandler", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } - ] - } - ] - }, - "Microsoft.Azure.Storage.Auth.StorageCredentials": { - "Namespace": "Microsoft.Azure.Storage.Auth", - "Name": "Microsoft.Azure.Storage.Auth.StorageCredentials", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Auth.StorageCredentials, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "IsAnonymous": "System.Boolean", - "IsSAS": "System.Boolean", - "IsSharedKey": "System.Boolean", - "IsToken": "System.Boolean", - "SASToken": "System.String", - "AccountName": "System.String", - "KeyName": "System.String", - "SASSignature": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, { - "Name": "UpdateKey", + "Name": "EndOpenWrite", "Parameters": [ { - "Name": "keyValue", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" }, { - "Name": "UpdateKey", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "keyValue", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "UpdateKey", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "keyValue", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyName", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "UpdateKey", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "keyValue", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyName", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "UpdateSASToken", - "Parameters": [ + }, { - "Name": "sasToken", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ExportKey", - "Parameters": [], - "ReturnType": "System.Byte[]" - }, - { - "Name": "TransformUri", - "Parameters": [ + }, { - "Name": "resourceUri", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Uri" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "TransformUri", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "resourceUri", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.StorageUri" - }, - { - "Name": "ExportBase64EncodedKey", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "other", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" }, { - "Name": "", - "ReturnType": null, + "Name": "DownloadToStream", "Parameters": [ { - "Name": "accountName", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyValue", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "accountName", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyValue", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Void" }, { - "Name": "", - "ReturnType": null, + "Name": "BeginDownloadToStream", "Parameters": [ { - "Name": "accountName", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyValue", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyName", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "", - "ReturnType": null, + "Name": "BeginDownloadToStream", "Parameters": [ { - "Name": "accountName", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyValue", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyName", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "sasToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "tokenCredential", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.Storage.StorageUri": { - "Namespace": "Microsoft.Azure.Storage", - "Name": "Microsoft.Azure.Storage.StorageUri", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.StorageUri, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "PrimaryUri": "System.Uri", - "SecondaryUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetUri", - "Parameters": [ + }, { - "Name": "location", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Uri" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "EndDownloadToStream", "Parameters": [ { - "Name": "obj", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "Equals", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "other", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "primaryUri", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", - "ReturnType": null, + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "primaryUri", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "secondaryUri", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.Storage.AuthenticationScheme": { - "Namespace": "Microsoft.Azure.Storage", - "Name": "Microsoft.Azure.Storage.AuthenticationScheme", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.AuthenticationScheme, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "format", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ + }, { - "Name": "target", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ + }, { - "Name": "format", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ + }, { - "Name": "provider", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "HasFlag", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "flag", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.IBufferManager": { - "Namespace": "Microsoft.Azure.Storage", - "Name": "Microsoft.Azure.Storage.IBufferManager", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.IBufferManager, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ReturnBuffer", - "Parameters": [ + }, { - "Name": "buffer", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "TakeBuffer", - "Parameters": [ + }, { - "Name": "bufferSize", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Byte[]" - }, - { - "Name": "GetDefaultBufferSize", - "Parameters": [], - "ReturnType": "System.Int32" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Queue.QueueRequestOptions": { - "Namespace": "Microsoft.Azure.Storage.Queue", - "Name": "Microsoft.Azure.Storage.Queue.QueueRequestOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.QueueRequestOptions, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "EncryptionPolicy": "Microsoft.Azure.Storage.Queue.QueueEncryptionPolicy", - "RetryPolicy": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", - "LocationMode": "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]", - "RequireEncryption": "System.Nullable`1[System.Boolean]", - "ServerTimeout": "System.Nullable`1[System.TimeSpan]", - "MaximumExecutionTime": "System.Nullable`1[System.TimeSpan]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Storage.Queue.QueueEncryptionPolicy": { - "Namespace": "Microsoft.Azure.Storage.Queue", - "Name": "Microsoft.Azure.Storage.Queue.QueueEncryptionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.QueueEncryptionPolicy, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Key": "Microsoft.Azure.KeyVault.Core.IKey", - "KeyResolver": "Microsoft.Azure.KeyVault.Core.IKeyResolver" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, + "Name": "DownloadToFile", "Parameters": [ { - "Name": "key", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyResolver", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.KeyVault.Core.IKey": { - "Namespace": "Microsoft.Azure.KeyVault.Core", - "Name": "Microsoft.Azure.KeyVault.Core.IKey", - "AssemblyQualifiedName": "Microsoft.Azure.KeyVault.Core.IKey, Microsoft.Azure.KeyVault.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DefaultEncryptionAlgorithm": "System.String", - "DefaultKeyWrapAlgorithm": "System.String", - "DefaultSignatureAlgorithm": "System.String", - "Kid": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "DecryptAsync", - "Parameters": [ + }, { - "Name": "ciphertext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "iv", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "authenticationData", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDownloadToFile", + "Parameters": [ + { + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "authenticationTag", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "algorithm", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Byte[]]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EncryptAsync", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "plaintext", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "iv", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "authenticationData", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "algorithm", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Tuple`3[System.Byte[],System.Byte[],System.String]]" - }, - { - "Name": "WrapKeyAsync", - "Parameters": [ - { - "Name": "key", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "algorithm", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Tuple`2[System.Byte[],System.String]]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UnwrapKeyAsync", + "Name": "EndDownloadToFile", "Parameters": [ { - "Name": "encryptedKey", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "DownloadToFileAsync", + "Parameters": [ { - "Name": "algorithm", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Byte[]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SignAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "digest", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "algorithm", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Tuple`2[System.Byte[],System.String]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "VerifyAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "digest", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "signature", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "algorithm", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[System.Byte[]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Byte[]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Byte[]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[System.Tuple`3[System.Byte[],System.Byte[],System.String]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Tuple`3[System.Byte[],System.Byte[],System.String]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Tuple`3[[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Byte[], 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]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Tuple`3[System.Byte[],System.Byte[],System.String]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Tuple`3[System.Byte[],System.Byte[],System.String]": { - "Namespace": "System", - "Name": "System.Tuple`3[System.Byte[],System.Byte[],System.String]", - "AssemblyQualifiedName": "System.Tuple`3[[System.Byte[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Byte[], 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", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Byte[]", - "System.Byte[]", - "System.String" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[System.Tuple`2[System.Byte[],System.String]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Tuple`2[System.Byte[],System.String]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Tuple`2[[System.Byte[], 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]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Tuple`2[System.Byte[],System.String]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Tuple`2[System.Byte[],System.String]": { - "Namespace": "System", - "Name": "System.Tuple`2[System.Byte[],System.String]", - "AssemblyQualifiedName": "System.Tuple`2[[System.Byte[], 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", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Byte[]", - "System.String" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.KeyVault.Core.IKeyResolver": { - "Namespace": "Microsoft.Azure.KeyVault.Core", - "Name": "Microsoft.Azure.KeyVault.Core.IKeyResolver", - "AssemblyQualifiedName": "Microsoft.Azure.KeyVault.Core.IKeyResolver, Microsoft.Azure.KeyVault.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ResolveKeyAsync", - "Parameters": [ - { - "Name": "kid", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.KeyVault.Core.IKey]" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.KeyVault.Core.IKey]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.KeyVault.Core.IKey]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.KeyVault.Core.IKey, Microsoft.Azure.KeyVault.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.KeyVault.Core.IKey" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy": { - "Namespace": "Microsoft.Azure.Storage.RetryPolicies", - "Name": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "CreateInstance", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ShouldRetry", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "currentRetryCount", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "statusCode", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "lastException", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "retryInterval", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - } - ], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.RetryPolicies.LocationMode, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.RetryPolicies.LocationMode" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.RetryPolicies.LocationMode": { - "Namespace": "Microsoft.Azure.Storage.RetryPolicies", - "Name": "Microsoft.Azure.Storage.RetryPolicies.LocationMode", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.RetryPolicies.LocationMode, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "format", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ + }, { - "Name": "format", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ + }, { - "Name": "provider", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ + }, { - "Name": "flag", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueue]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueue]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Queue.CloudQueue, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Queue.CloudQueue" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Queue.QueueResultSegment": { - "Namespace": "Microsoft.Azure.Storage.Queue", - "Name": "Microsoft.Azure.Storage.Queue.QueueResultSegment", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.QueueResultSegment, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ContinuationToken": "Microsoft.Azure.Storage.Queue.QueueContinuationToken", - "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueue]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Queue.QueueContinuationToken": { - "Namespace": "Microsoft.Azure.Storage.Queue", - "Name": "Microsoft.Azure.Storage.Queue.QueueContinuationToken", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.QueueContinuationToken, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", - "NextMarker": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetSchema", - "Parameters": [], - "ReturnType": "System.Xml.Schema.XmlSchema" - }, - { - "Name": "ReadXmlAsync", - "Parameters": [ + }, { - "Name": "reader", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteXml", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "writer", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.StorageLocation, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.StorageLocation" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.StorageLocation": { - "Namespace": "Microsoft.Azure.Storage", - "Name": "Microsoft.Azure.Storage.StorageLocation", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.StorageLocation, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ + }, { - "Name": "format", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "CompareTo", + "Name": "BeginDownloadToByteArray", "Parameters": [ { "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "format", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "EndDownloadToByteArray", "Parameters": [ { - "Name": "provider", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "HasFlag", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "flag", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Xml.Schema.XmlSchema": { - "Namespace": "System.Xml.Schema", - "Name": "System.Xml.Schema.XmlSchema", - "AssemblyQualifiedName": "System.Xml.Schema.XmlSchema, System.Private.Xml, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.ICancellableAsyncResult": { - "Namespace": "Microsoft.Azure.Storage", - "Name": "Microsoft.Azure.Storage.ICancellableAsyncResult", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.ICancellableAsyncResult, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Cancel", - "Parameters": [], - "ReturnType": "System.Void" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.QueueResultSegment]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Queue.QueueResultSegment, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Queue.QueueResultSegment" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Cors": "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties", - "DeleteRetentionPolicy": "Microsoft.Azure.Storage.Shared.Protocol.DeleteRetentionPolicy", - "Logging": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties", - "HourMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", - "MinuteMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", - "StaticWebsite": "Microsoft.Azure.Storage.Shared.Protocol.StaticWebsiteProperties", - "DefaultServiceVersion": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "Equals", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "obj", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "", - "ReturnType": null, + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "logging", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "hourMetrics", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "minuteMetrics", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cors", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "deleteRetentionPolicy", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "", - "ReturnType": null, + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "logging", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "hourMetrics", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "minuteMetrics", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cors", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "deleteRetentionPolicy", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "staticWebsite", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] - } - ] - }, - "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "CorsRules": "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Shared.Protocol.CorsRule]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "Equals", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "obj", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Shared.Protocol.CorsRule]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Shared.Protocol.CorsRule]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Storage.Shared.Protocol.CorsRule, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Shared.Protocol.CorsRule" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Shared.Protocol.CorsRule": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.CorsRule", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.CorsRule, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AllowedMethods": "Microsoft.Azure.Storage.Shared.Protocol.CorsHttpMethods", - "AllowedOrigins": "System.Collections.Generic.IList`1[System.String]", - "ExposedHeaders": "System.Collections.Generic.IList`1[System.String]", - "AllowedHeaders": "System.Collections.Generic.IList`1[System.String]", - "MaxAgeInSeconds": "System.Int32" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Storage.Shared.Protocol.CorsHttpMethods": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.CorsHttpMethods", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.CorsHttpMethods, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ToString", + "Name": "DownloadText", "Parameters": [ { - "Name": "format", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.String" }, { - "Name": "CompareTo", + "Name": "BeginDownloadText", "Parameters": [ { - "Name": "target", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ + }, { - "Name": "format", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "BeginDownloadText", "Parameters": [ { - "Name": "provider", + "Name": "encoding", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "EndDownloadText", "Parameters": [ { - "Name": "flag", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.String" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Shared.Protocol.DeleteRetentionPolicy": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.DeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.DeleteRetentionPolicy, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Enabled": "System.Boolean", - "RetentionDays": "System.Nullable`1[System.Int32]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", + "Name": "DownloadTextAsync", "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "Equals", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "obj", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "LoggingOperations": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations", - "RetentionDays": "System.Nullable`1[System.Int32]", - "Version": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "Equals", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "obj", + "Name": "encoding", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "", - "ReturnType": null, + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "version", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.LoggingOperations, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ToString", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "format", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CompareTo", + "Name": "DownloadRangeToStream", "Parameters": [ { "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ + }, { - "Name": "format", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "ToString", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "provider", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "flag", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "MetricsLevel": "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel", - "RetentionDays": "System.Nullable`1[System.Int32]", - "Version": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "EndDownloadRangeToStream", "Parameters": [ { - "Name": "obj", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] + "ReturnType": "System.Void" }, { - "Name": "", - "ReturnType": null, + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "version", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.MetricsLevel, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "format", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CompareTo", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "format", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "provider", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "HasFlag", + "Name": "DownloadRangeToByteArray", "Parameters": [ { - "Name": "flag", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Shared.Protocol.StaticWebsiteProperties": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.StaticWebsiteProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.StaticWebsiteProperties, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Enabled": "System.Boolean", - "IndexDocument": "System.String", - "ErrorDocument404Path": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "Equals", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "obj", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "GeoReplication": "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStats" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "obj", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStats": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStats", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStats, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Status": "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStatus", - "LastSyncTime": "System.Nullable`1[System.DateTimeOffset]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { - "Name": "obj", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStatus": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.GeoReplicationStatus, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "obj", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ToString", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "format", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CompareTo", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ToString", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "format", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ToString", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "provider", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "fileOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "HasFlag", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "flag", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions": { - "Namespace": "Microsoft.Azure.Storage.Queue.Protocol", - "Name": "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SharedAccessPolicies": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicies" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "Equals", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "obj", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicies": { - "Namespace": "Microsoft.Azure.Storage.Queue", - "Name": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicies", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicies, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Item": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy", - "IsReadOnly": "System.Boolean", - "Values": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]", - "Keys": "System.Collections.Generic.ICollection`1[System.String]", - "Count": "System.Int32" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Add", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "key", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "value", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ContainsKey", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "key", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Remove", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "key", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "TryGetValue", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "key", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "value", + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Add", + "Name": "EndUploadFromStream", "Parameters": [ { - "Name": "item", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Void" }, { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "Contains", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "item", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CopyTo", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "array", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "arrayIndex", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Remove", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "item", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetEnumerator", - "Parameters": [], - "ReturnType": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]]" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "obj", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy": { - "Namespace": "Microsoft.Azure.Storage.Queue", - "Name": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Permissions": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePermissions", - "SharedAccessExpiryTime": "System.Nullable`1[System.DateTimeOffset]", - "SharedAccessStartTime": "System.Nullable`1[System.DateTimeOffset]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "PermissionsToString", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "permissions", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PermissionsFromString", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "input", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePermissions" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "obj", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Storage.Queue.SharedAccessQueuePermissions": { - "Namespace": "Microsoft.Azure.Storage.Queue", - "Name": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePermissions", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.SharedAccessQueuePermissions, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "obj", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "format", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CompareTo", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "target", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "format", + "Name": "path", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "ToString", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "provider", + "Name": "path", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "flag", + "Name": "path", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerator`1[[System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String", - "Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Queue.Protocol.QueuePermissions" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Queue.CloudQueueMessage, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Queue.CloudQueueMessage" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Queue.CloudQueueMessage": { - "Namespace": "Microsoft.Azure.Storage.Queue", - "Name": "Microsoft.Azure.Storage.Queue.CloudQueueMessage", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Queue.CloudQueueMessage, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "AsBytes": "System.Byte[]", - "MaxNumberOfMessagesToPeek": "System.Int32", - "DequeueCount": "System.Int32", - "MaxMessageSize": "System.Int64", - "InsertionTime": "System.Nullable`1[System.DateTimeOffset]", - "ExpirationTime": "System.Nullable`1[System.DateTimeOffset]", - "NextVisibleTime": "System.Nullable`1[System.DateTimeOffset]", - "Id": "System.String", - "PopReceipt": "System.String", - "AsString": "System.String", - "MaxVisibilityTimeout": "System.TimeSpan" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "SetMessageContent", + "Name": "EndUploadFromFile", "Parameters": [ { - "Name": "content", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Void" }, { - "Name": "SetMessageContent", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "content", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMessageContent2", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "content", + "Name": "path", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMessageContent2", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "content", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "isBase64Encoded", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "obj", + "Name": "path", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "content", + "Name": "path", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", - "ReturnType": null, + "Name": "UploadFromByteArray", "Parameters": [ { - "Name": "messageId", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "popReceipt", + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Void" }, { - "Name": "", - "ReturnType": null, + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "content", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "isBase64Encoded", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Queue.CloudQueueMessage, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Queue.CloudQueueMessage]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Queue.CloudQueueMessage, Microsoft.Azure.Storage.Queue, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Queue.CloudQueueMessage" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.SharedAccessProtocol": { - "Namespace": "Microsoft.Azure.Storage", - "Name": "Microsoft.Azure.Storage.SharedAccessProtocol", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.SharedAccessProtocol, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "format", + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ + }, { - "Name": "target", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "EndUploadFromByteArray", "Parameters": [ { - "Name": "format", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "ToString", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "provider", + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "HasFlag", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "flag", + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.CloudFileClient": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloudFileClient", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileClient, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Credentials": "Microsoft.Azure.Storage.Auth.StorageCredentials", - "AuthenticationScheme": "Microsoft.Azure.Storage.AuthenticationScheme", - "DefaultRequestOptions": "Microsoft.Azure.Storage.File.FileRequestOptions", - "BufferManager": "Microsoft.Azure.Storage.IBufferManager", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "BaseUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ListShares", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "prefix", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "detailsIncluded", + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490010,49 +505285,59 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.CloudFileShare]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListSharesSegmented", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "currentToken", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.ShareResultSegment" - }, - { - "Name": "ListSharesSegmented", - "Parameters": [ + }, { - "Name": "prefix", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.ShareResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListSharesSegmented", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "prefix", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "detailsIncluded", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490062,37 +505347,49 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.ShareResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginListSharesSegmented", + "Name": "UploadText", "Parameters": [ { - "Name": "currentToken", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginListSharesSegmented", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "currentToken", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490107,22 +505404,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListSharesSegmented", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "detailsIncluded", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490145,30 +505438,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListSharesSegmented", + "Name": "EndUploadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.ShareResultSegment" + "ReturnType": "System.Void" }, { - "Name": "ListSharesSegmentedAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "currentToken", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListSharesSegmentedAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "currentToken", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490176,95 +505469,89 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListSharesSegmentedAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "prefix", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" - }, - { - "Name": "ListSharesSegmentedAsync", - "Parameters": [ + }, { - "Name": "prefix", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListSharesSegmentedAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "prefix", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "detailsIncluded", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListSharesSegmentedAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "prefix", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "detailsIncluded", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490272,11 +505559,37 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginGetServiceProperties", + "Name": "Create", + "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginCreate", "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -490289,10 +505602,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetServiceProperties", + "Name": "BeginCreate", "Parameters": [ { - "Name": "requestOptions", + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490311,35 +505632,52 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetServiceProperties", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" + "ReturnType": "System.Void" }, { - "Name": "GetServicePropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]" + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetServicePropertiesAsync", + "Name": "CreateAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetServicePropertiesAsync", + "Name": "CreateAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490347,13 +505685,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetServicePropertiesAsync", + "Name": "CreateAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490365,13 +505711,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetServiceProperties", + "Name": "Exists", "Parameters": [ { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490379,15 +505725,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" + "ReturnType": "System.Boolean" }, { - "Name": "BeginSetServiceProperties", + "Name": "BeginExists", "Parameters": [ - { - "Name": "properties", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -490400,14 +505742,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetServiceProperties", + "Name": "BeginExists", "Parameters": [ { - "Name": "properties", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490426,323 +505764,194 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetServiceProperties", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "SetServicePropertiesAsync", + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", "Parameters": [ { - "Name": "properties", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SetServicePropertiesAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "properties", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SetServicePropertiesAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "properties", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SetServicePropertiesAsync", + "Name": "FetchAttributes", "Parameters": [ { - "Name": "properties", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginFetchAttributes", + "Parameters": [ + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "SetServiceProperties", + "Name": "BeginFetchAttributes", "Parameters": [ { - "Name": "properties", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "GetShareReference", - "Parameters": [ + }, { - "Name": "shareName", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetShareReference", + "Name": "EndFetchAttributes", "Parameters": [ { - "Name": "shareName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" + "ReturnType": "System.Void" }, { - "Name": "ToString", + "Name": "FetchAttributesAsync", "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "obj", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "baseUri", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "delegatingHandler", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", - "ReturnType": null, + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "storageUri", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "delegatingHandler", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.Storage.File.FileRequestOptions": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileRequestOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileRequestOptions, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "RetryPolicy": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", - "ChecksumOptions": "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions", - "LocationMode": "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]", - "RequireEncryption": "System.Nullable`1[System.Boolean]", - "UseTransactionalMD5": "System.Nullable`1[System.Boolean]", - "StoreFileContentMD5": "System.Nullable`1[System.Boolean]", - "DisableContentMD5Validation": "System.Nullable`1[System.Boolean]", - "ParallelOperationThreadCount": "System.Nullable`1[System.Int32]", - "ServerTimeout": "System.Nullable`1[System.TimeSpan]", - "MaximumExecutionTime": "System.Nullable`1[System.TimeSpan]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DisableContentMD5Validation": "System.Nullable`1[System.Boolean]", - "StoreContentMD5": "System.Nullable`1[System.Boolean]", - "UseTransactionalMD5": "System.Nullable`1[System.Boolean]", - "DisableContentCRC64Validation": "System.Nullable`1[System.Boolean]", - "UseTransactionalCRC64": "System.Nullable`1[System.Boolean]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "Delete", "Parameters": [ { - "Name": "obj", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.CloudFileShare]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.CloudFileShare]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.CloudFileShare" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.CloudFileShare": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloudFileShare", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", - "Properties": "Microsoft.Azure.Storage.File.FileShareProperties", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "IsSnapshot": "System.Boolean", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "Name": "System.String", - "Uri": "System.Uri", - "SnapshotQualifiedUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Create", - "Parameters": [ + }, { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490753,7 +505962,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginCreate", + "Name": "BeginDelete", "Parameters": [ { "Name": "callback", @@ -490767,8 +505976,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreate", + "Name": "BeginDelete", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -490789,7 +506002,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", @@ -490799,12 +506012,12 @@ "ReturnType": "System.Void" }, { - "Name": "CreateAsync", + "Name": "DeleteAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateAsync", + "Name": "DeleteAsync", "Parameters": [ { "Name": "cancellationToken", @@ -490814,8 +506027,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateAsync", + "Name": "DeleteAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -490828,8 +506045,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateAsync", + "Name": "DeleteAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -490846,10 +506067,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateIfNotExists", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "requestOptions", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490860,7 +506085,7 @@ "ReturnType": "System.Boolean" }, { - "Name": "BeginCreateIfNotExists", + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -490874,8 +506099,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreateIfNotExists", + "Name": "BeginDeleteIfExists", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -490896,7 +506125,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreateIfNotExists", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", @@ -490906,12 +506135,12 @@ "ReturnType": "System.Boolean" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { "Name": "cancellationToken", @@ -490921,8 +506150,12 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -490935,8 +506168,12 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -490953,10 +506190,14 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "Snapshot", + "Name": "ListRanges", "Parameters": [ { - "Name": "metadata", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -490972,10 +506213,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "BeginSnapshot", + "Name": "BeginListRanges", "Parameters": [ { "Name": "callback", @@ -490989,10 +506230,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSnapshot", + "Name": "BeginListRanges", "Parameters": [ { - "Name": "metadata", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -491019,35 +506264,39 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSnapshot", + "Name": "EndListRanges", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileShare" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" }, { - "Name": "SnapshotAsync", + "Name": "ListRangesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "SnapshotAsync", + "Name": "ListRangesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "SnapshotAsync", + "Name": "ListRangesAsync", "Parameters": [ { - "Name": "metadata", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -491063,13 +506312,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "SnapshotAsync", + "Name": "ListRangesAsync", "Parameters": [ { - "Name": "metadata", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -491089,11 +506342,19 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" }, { - "Name": "Delete", + "Name": "ListHandlesSegmented", "Parameters": [ + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491107,13 +506368,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" }, { - "Name": "Delete", + "Name": "BeginListHandlesSegmented", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -491127,13 +506392,7 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginDelete", - "Parameters": [ + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491146,8 +506405,26 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "EndListHandlesSegmented", "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + }, + { + "Name": "ListHandlesSegmentedAsync", + "Parameters": [ + { + "Name": "token", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491161,21 +506438,39 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + }, + { + "Name": "CloseAllHandlesSegmented", + "Parameters": [ + { + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "BeginDelete", + "Name": "BeginCloseAllHandlesSegmented", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -491202,33 +506497,22 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndCloseAllHandlesSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DeleteAsync", + "Name": "CloseAllHandlesSegmentedAsync", "Parameters": [ { - "Name": "cancellationToken", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DeleteAsync", - "Parameters": [ + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491240,37 +506524,49 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "DeleteAsync", + "Name": "CloseHandleSegmented", "Parameters": [ { - "Name": "accessCondition", + "Name": "handleId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DeleteAsync", + "Name": "BeginCloseHandleSegmented", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "handleId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -491286,35 +506582,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DeleteIfExists", + "Name": "EndCloseHandleSegmented", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" }, { - "Name": "DeleteIfExists", + "Name": "CloseHandleSegmentedAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "handleId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "token", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -491328,26 +506624,16 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginDeleteIfExists", - "Parameters": [ - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" }, { - "Name": "BeginDeleteIfExists", + "Name": "SetProperties", "Parameters": [ { "Name": "accessCondition", @@ -491360,7 +506646,13 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491373,12 +506665,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491403,32 +506691,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", + "Name": "SetPropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { "Name": "accessCondition", @@ -491443,10 +506731,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "SetPropertiesAsync", "Parameters": [ { "Name": "accessCondition", @@ -491465,13 +506753,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "Resize", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -491485,31 +506773,17 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Void" }, { - "Name": "Exists", + "Name": "BeginResize", "Parameters": [ { - "Name": "requestOptions", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491522,8 +506796,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginResize", "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491544,33 +506826,50 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndResize", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "ResizeAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ExistsAsync", + "Name": "ResizeAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ExistsAsync", + "Name": "ResizeAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491580,11 +506879,19 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ExistsAsync", + "Name": "ResizeAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491598,10 +506905,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributes", + "Name": "SetMetadata", "Parameters": [ { "Name": "accessCondition", @@ -491619,7 +506926,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginSetMetadata", "Parameters": [ { "Name": "callback", @@ -491633,7 +506940,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginSetMetadata", "Parameters": [ { "Name": "accessCondition", @@ -491659,7 +506966,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", @@ -491669,12 +506976,12 @@ "ReturnType": "System.Void" }, { - "Name": "FetchAttributesAsync", + "Name": "SetMetadataAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributesAsync", + "Name": "SetMetadataAsync", "Parameters": [ { "Name": "cancellationToken", @@ -491684,7 +506991,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributesAsync", + "Name": "SetMetadataAsync", "Parameters": [ { "Name": "accessCondition", @@ -491702,7 +507009,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "FetchAttributesAsync", + "Name": "SetMetadataAsync", "Parameters": [ { "Name": "accessCondition", @@ -491724,8 +507031,20 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetPermissions", + "Name": "WriteRange", "Parameters": [ + { + "Name": "rangeData", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentMD5", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491739,35 +507058,59 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileSharePermissions" + "ReturnType": "System.Void" }, { - "Name": "BeginGetPermissions", + "Name": "WriteRange", "Parameters": [ { - "Name": "callback", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "sourceOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceContentChecksum", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginGetPermissions", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "accessCondition", + "Name": "rangeData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -491782,33 +507125,20 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetPermissions", + "Name": "BeginWriteRange", "Parameters": [ { - "Name": "asyncResult", + "Name": "rangeData", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.File.FileSharePermissions" - }, - { - "Name": "GetPermissionsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" - }, - { - "Name": "GetPermissionsAsync", - "Parameters": [ + }, { - "Name": "cancellationToken", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" - }, - { - "Name": "GetPermissionsAsync", - "Parameters": [ + }, + { + "Name": "contentMD5", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491820,13 +507150,33 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetPermissionsAsync", + "Name": "BeginWriteRange", "Parameters": [ + { + "Name": "rangeData", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentMD5", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491840,90 +507190,153 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetStats", + "Name": "EndWriteRange", "Parameters": [ { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.Protocol.ShareStats" + "ReturnType": "System.Void" }, { - "Name": "BeginGetStats", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "callback", + "Name": "rangeData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginGetStats", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "options", + "Name": "rangeData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndGetStats", + "Name": "WriteRangeAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "rangeData", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentMD5", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.Protocol.ShareStats" - }, - { - "Name": "GetStatsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetStatsAsync", + "Name": "WriteRangeAsync", "Parameters": [ + { + "Name": "rangeData", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentMD5", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetStatsAsync", + "Name": "WriteRangeAsync", "Parameters": [ + { + "Name": "rangeData", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentMD5", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491931,13 +507344,45 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetStatsAsync", + "Name": "WriteRangeAsync", "Parameters": [ + { + "Name": "sourceUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceContentChecksum", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491951,11 +507396,19 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadata", + "Name": "ClearRange", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491972,8 +507425,16 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetMetadata", + "Name": "BeginClearRange", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -491986,8 +507447,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginClearRange", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -492012,7 +507481,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndClearRange", "Parameters": [ { "Name": "asyncResult", @@ -492022,13 +507491,30 @@ "ReturnType": "System.Void" }, { - "Name": "SetMetadataAsync", - "Parameters": [], + "Name": "ClearRangeAsync", + "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "ClearRangeAsync", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -492037,8 +507523,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "ClearRangeAsync", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -492055,8 +507549,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "ClearRangeAsync", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -492077,14 +507579,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPermissions", + "Name": "StartCopy", "Parameters": [ { - "Name": "permissions", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -492096,13 +507602,39 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginSetPermissions", + "Name": "StartCopy", "Parameters": [ { - "Name": "permissions", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -492117,14 +507649,36 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetPermissions", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "permissions", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -492147,78 +507701,448 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetPermissions", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "asyncResult", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "SetPermissionsAsync", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "permissions", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "SetPermissionsAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "permissions", + "Name": "fileAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "fileAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Storage.File.CopyState": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CopyState", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CopyState, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Status": "Microsoft.Azure.Storage.File.CopyStatus", + "CompletionTime": "System.Nullable`1[System.DateTimeOffset]", + "DestinationSnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "BytesCopied": "System.Nullable`1[System.Int64]", + "TotalBytes": "System.Nullable`1[System.Int64]", + "CopyId": "System.String", + "StatusDescription": "System.String", + "Source": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "SetPermissionsAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Storage.File.CopyStatus": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CopyStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CopyStatus, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "permissions", + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.FileProperties": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.FileProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileProperties, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IsServerEncrypted": "System.Boolean", + "Length": "System.Int64", + "NtfsAttributes": "System.Nullable`1[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes]", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "ChangeTime": "System.Nullable`1[System.DateTimeOffset]", + "LastWriteTime": "System.Nullable`1[System.DateTimeOffset]", + "CreationTime": "System.Nullable`1[System.DateTimeOffset]", + "FilePermissionKey": "System.String", + "CacheControl": "System.String", + "ETag": "System.String", + "ContentType": "System.String", + "ContentMD5": "System.String", + "ContentLanguage": "System.String", + "ContentEncoding": "System.String", + "ContentDisposition": "System.String", + "FileId": "System.String", + "ParentId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "other", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.IO.Stream": { + "Namespace": "System.IO", + "Name": "System.IO.Stream", + "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[System.IO.Stream]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.IO.Stream]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.IO.Stream, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.IO.Stream" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.CloudFileStream": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.CloudFileStream", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileStream, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CanRead": "System.Boolean", + "CanSeek": "System.Boolean", + "CanTimeout": "System.Boolean", + "CanWrite": "System.Boolean", + "ReadTimeout": "System.Int32", + "WriteTimeout": "System.Int32", + "Length": "System.Int64", + "Position": "System.Int64" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Commit", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "BeginCommit", + "Parameters": [ + { + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndCommit", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginFlush", + "Parameters": [ + { + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndFlush", + "Parameters": [ + { + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], + "ReturnType": "System.Void" + }, + { + "Name": "CommitAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPermissionsAsync", + "Name": "CopyToAsync", "Parameters": [ { - "Name": "permissions", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CopyToAsync", + "Parameters": [ { - "Name": "accessCondition", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "bufferSize", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CopyToAsync", + "Parameters": [ { - "Name": "operationContext", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -492229,50 +508153,90 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetProperties", + "Name": "CopyToAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "bufferSize", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CopyTo", + "Parameters": [ + { + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Void" }, { - "Name": "BeginSetProperties", + "Name": "CopyTo", "Parameters": [ { - "Name": "callback", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "bufferSize", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginSetProperties", + "Name": "Close", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "Dispose", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "Flush", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "FlushAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "FlushAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "BeginRead", + "Parameters": [ + { + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -492284,64 +508248,139 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.IAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "SetPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ReadAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "SetPropertiesAsync", + "Name": "ReadAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "ReadAsync", "Parameters": [ + { + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.ValueTask`1[System.Int32]" }, { - "Name": "SetPropertiesAsync", + "Name": "BeginWrite", "Parameters": [ { - "Name": "accessCondition", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.IAsyncResult" + }, + { + "Name": "EndWrite", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteAsync", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "WriteAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -492352,136 +508391,231 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateFilePermission", + "Name": "WriteAsync", "Parameters": [ { - "Name": "permission", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.ValueTask" }, { - "Name": "CreateFilePermissionAsync", + "Name": "Seek", "Parameters": [ { - "Name": "permission", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "origin", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Int64" + }, + { + "Name": "SetLength", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "value", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Void" }, { - "Name": "GetFilePermission", + "Name": "Read", "Parameters": [ { - "Name": "filePermissionKey", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int32" }, { - "Name": "GetFilePermissionAsync", + "Name": "Read", "Parameters": [ { - "Name": "filePermissionKey", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ReadByte", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "Write", + "Parameters": [ { - "Name": "options", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Void" }, { - "Name": "GetSharedAccessSignature", + "Name": "Write", "Parameters": [ { - "Name": "policy", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "GetSharedAccessSignature", + "Name": "WriteByte", "Parameters": [ { - "Name": "policy", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "groupPolicyIdentifier", + "Name": "value", "Type": "System.Reflection.RuntimeParameterInfo" } ], + "ReturnType": "System.Void" + }, + { + "Name": "GetLifetimeService", + "Parameters": [], + "ReturnType": "System.Object" + }, + { + "Name": "InitializeLifetimeService", + "Parameters": [], + "ReturnType": "System.Object" + }, + { + "Name": "ToString", + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "Equals", "Parameters": [ { - "Name": "policy", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "protocols", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "ipAddressOrRange", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "GetRootDirectoryReference", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Int32" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.IAsyncResult": { + "Namespace": "System", + "Name": "System.IAsyncResult", + "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[System.Int32]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Int32]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.ValueTask`1[System.Int32]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.ValueTask`1[System.Int32]", + "AssemblyQualifiedName": "System.Threading.Tasks.ValueTask`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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int32" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.ValueTask": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.ValueTask", + "AssemblyQualifiedName": "System.Threading.Tasks.ValueTask, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.CloudFileStream, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.CloudFileStream" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.FileRange, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.FileRange" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.FileRange": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.FileRange", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileRange, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "StartOffset": "System.Int64", + "EndOffset": "System.Int64" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "ToString", "Parameters": [], @@ -492514,85 +508648,103 @@ "ReturnType": null, "Parameters": [ { - "Name": "shareAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "shareAddress", + "Name": "start", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "end", "Type": "System.Reflection.RuntimeParameterInfo" } ] + } + ] + }, + "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.FileRange, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.ShareResultSegment": { + "Namespace": "Microsoft.Azure.Storage.File", + "Name": "Microsoft.Azure.Storage.File.ShareResultSegment", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.ShareResultSegment, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ContinuationToken": "Microsoft.Azure.Storage.File.FileContinuationToken", + "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.CloudFileShare]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "", - "ReturnType": null, + "Name": "Equals", "Parameters": [ { - "Name": "shareAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Boolean" }, { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "shareAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ { "Name": "", "ReturnType": null, "Parameters": [ { - "Name": "shareAddress", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", + "Name": "shares", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "continuationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Microsoft.Azure.Storage.File.FileShareProperties": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileShareProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileShareProperties, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.ShareResultSegment, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.File.ShareResultSegment" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties": { + "Namespace": "Microsoft.Azure.Storage.File.Protocol", + "Name": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "LastModified": "System.Nullable`1[System.DateTimeOffset]", - "Quota": "System.Nullable`1[System.Int32]", - "ETag": "System.String" + "Cors": "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties", + "HourMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", + "MinuteMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties" }, "ElementType": null, "GenericTypeArguments": [], @@ -492628,27 +508780,52 @@ "Name": "", "ReturnType": null, "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "hourMetrics", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "minuteMetrics", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cors", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] } ] }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]": { + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]": { "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileShare]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.CloudFileShare, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties, Microsoft.Azure.Storage.File, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.CloudFileShare" + "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Storage.File.FileSharePermissions": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileSharePermissions", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileSharePermissions, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.Blob.BlobContainerProperties": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContainerProperties, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "SharedAccessPolicies": "Microsoft.Azure.Storage.File.SharedAccessFilePolicies" + "LeaseDuration": "Microsoft.Azure.Storage.Blob.LeaseDuration", + "LeaseState": "Microsoft.Azure.Storage.Blob.LeaseState", + "LeaseStatus": "Microsoft.Azure.Storage.Blob.LeaseStatus", + "PublicAccess": "System.Nullable`1[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType]", + "HasImmutabilityPolicy": "System.Nullable`1[System.Boolean]", + "HasLegalHold": "System.Nullable`1[System.Boolean]", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "ETag": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -492687,127 +508864,109 @@ } ] }, - "Microsoft.Azure.Storage.File.SharedAccessFilePolicies": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.SharedAccessFilePolicies", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.SharedAccessFilePolicies, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Item": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy", - "IsReadOnly": "System.Boolean", - "Values": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.File.SharedAccessFilePolicy]", - "Keys": "System.Collections.Generic.ICollection`1[System.String]", - "Count": "System.Int32" - }, + "Microsoft.Azure.Storage.Blob.LeaseDuration": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.LeaseDuration", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.LeaseDuration, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Add", + "Name": "Equals", "Parameters": [ { - "Name": "key", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "value", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "ContainsKey", - "Parameters": [ - { - "Name": "key", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" }, { - "Name": "Remove", - "Parameters": [ - { - "Name": "key", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "TryGetValue", + "Name": "ToString", "Parameters": [ { - "Name": "key", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "value", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "Add", + "Name": "CompareTo", "Parameters": [ { - "Name": "item", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "Clear", - "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "Contains", + "Name": "ToString", "Parameters": [ { - "Name": "item", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "CopyTo", + "Name": "ToString", "Parameters": [ { - "Name": "array", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "arrayIndex", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "Remove", + "Name": "HasFlag", "Parameters": [ { - "Name": "item", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetEnumerator", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]]" + "ReturnType": "System.TypeCode" }, { - "Name": "ToString", + "Name": "GetType", "Parameters": [], - "ReturnType": "System.String" - }, + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.LeaseState": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.LeaseState", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.LeaseState, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { "Name": "Equals", "Parameters": [ @@ -492824,70 +508983,68 @@ "ReturnType": "System.Int32" }, { - "Name": "GetType", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Storage.File.SharedAccessFilePolicy": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Permissions": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions", - "SharedAccessExpiryTime": "System.Nullable`1[System.DateTimeOffset]", - "SharedAccessStartTime": "System.Nullable`1[System.DateTimeOffset]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "System.String" + }, { - "Name": "PermissionsToString", + "Name": "ToString", "Parameters": [ { - "Name": "permissions", + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.String" }, { - "Name": "PermissionsFromString", + "Name": "CompareTo", "Parameters": [ { - "Name": "input", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions" + "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "ToString", "Parameters": [ { - "Name": "obj", + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.TypeCode" }, { "Name": "GetType", @@ -492895,18 +509052,12 @@ "ReturnType": "System.Type" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Constructors": [] }, - "Microsoft.Azure.Storage.File.SharedAccessFilePermissions": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.SharedAccessFilePermissions, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.Blob.LeaseStatus": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.LeaseStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.LeaseStatus, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -492998,71 +509149,26 @@ ], "Constructors": [] }, - "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.File.SharedAccessFilePolicy]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.File.SharedAccessFilePolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerator`1[[System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.File.SharedAccessFilePolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.File.SharedAccessFilePolicy, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "System.Nullable`1[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "System.String", - "Microsoft.Azure.Storage.File.SharedAccessFilePolicy" + "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" ], "Methods": [], "Constructors": [] }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileSharePermissions]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.FileSharePermissions, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.FileSharePermissions" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.Protocol.ShareStats": { - "Namespace": "Microsoft.Azure.Storage.File.Protocol", - "Name": "Microsoft.Azure.Storage.File.Protocol.ShareStats", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.Protocol.ShareStats, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Usage": "System.Int32", - "UsageInBytes": "System.Int64" - }, - "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "Equals", "Parameters": [ @@ -493079,149 +509185,105 @@ "ReturnType": "System.Int32" }, { - "Name": "GetType", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.ShareStats]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.Protocol.ShareStats, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.Protocol.ShareStats" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[System.String]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.String]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`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", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.CloudFileDirectory": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileDirectory, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", - "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "Share": "Microsoft.Azure.Storage.File.CloudFileShare", - "Properties": "Microsoft.Azure.Storage.File.FileDirectoryProperties", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "FilePermission": "System.String", - "Name": "System.String", - "Uri": "System.Uri", - "SnapshotQualifiedUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "ReturnType": "System.String" + }, { - "Name": "Create", + "Name": "ToString", "Parameters": [ { - "Name": "requestOptions", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginCreate", + "Name": "CompareTo", "Parameters": [ { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Int32" }, { - "Name": "BeginCreate", + "Name": "ToString", "Parameters": [ { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "EndCreate", + "Name": "ToString", "Parameters": [ { - "Name": "asyncResult", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "CreateAsync", + "Name": "HasFlag", "Parameters": [ { - "Name": "cancellationToken", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "CreateAsync", + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.CloudBlobClient": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobClient, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Credentials": "Microsoft.Azure.Storage.Auth.StorageCredentials", + "AuthenticationScheme": "Microsoft.Azure.Storage.AuthenticationScheme", + "DefaultRequestOptions": "Microsoft.Azure.Storage.Blob.BlobRequestOptions", + "BufferManager": "Microsoft.Azure.Storage.IBufferManager", + "RetryPolicy": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "DefaultDelimiter": "System.String", + "BaseUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ListContainers", "Parameters": [ { - "Name": "options", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "detailsIncluded", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateAsync", - "Parameters": [ + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -493229,92 +509291,53 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.CloudBlobContainer]" }, { - "Name": "CreateIfNotExists", + "Name": "ListContainersSegmented", "Parameters": [ { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.ContainerResultSegment" }, { - "Name": "BeginCreateIfNotExists", + "Name": "ListContainersSegmented", "Parameters": [ { - "Name": "callback", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.Blob.ContainerResultSegment" }, { - "Name": "BeginCreateIfNotExists", + "Name": "ListContainersSegmented", "Parameters": [ { - "Name": "options", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "detailsIncluded", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCreateIfNotExists", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "CreateIfNotExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "CreateIfNotExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "CreateIfNotExistsAsync", - "Parameters": [ + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -493324,47 +509347,37 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "Microsoft.Azure.Storage.Blob.ContainerResultSegment" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "BeginListContainersSegmented", "Parameters": [ { - "Name": "options", + "Name": "continuationToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Delete", + "Name": "BeginListContainersSegmented", "Parameters": [ { - "Name": "accessCondition", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "continuationToken", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginDelete", - "Parameters": [ { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -493377,10 +509390,22 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginListContainersSegmented", "Parameters": [ { - "Name": "accessCondition", + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "detailsIncluded", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "continuationToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -493403,158 +509428,118 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndListContainersSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.ContainerResultSegment" }, { - "Name": "DeleteAsync", + "Name": "ListContainersSegmentedAsync", "Parameters": [ { - "Name": "cancellationToken", + "Name": "continuationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" }, { - "Name": "DeleteAsync", + "Name": "ListContainersSegmentedAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "continuationToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" }, { - "Name": "DeleteAsync", + "Name": "ListContainersSegmentedAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "continuationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" }, { - "Name": "DeleteIfExists", + "Name": "ListContainersSegmentedAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "continuationToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" }, { - "Name": "BeginDeleteIfExists", + "Name": "ListContainersSegmentedAsync", "Parameters": [ { - "Name": "callback", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginDeleteIfExists", - "Parameters": [ - { - "Name": "accessCondition", + "Name": "detailsIncluded", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "continuationToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" }, { - "Name": "EndDeleteIfExists", + "Name": "ListContainersSegmentedAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ + }, { - "Name": "cancellationToken", + "Name": "detailsIncluded", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ + }, { - "Name": "accessCondition", + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "continuationToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -493564,37 +509549,31 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" }, { - "Name": "DeleteIfExistsAsync", + "Name": "ListBlobs", "Parameters": [ { - "Name": "accessCondition", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "useFlatBlobListing", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "blobListingDetails", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "Exists", - "Parameters": [ - { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -493602,72 +509581,45 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]" }, { - "Name": "BeginExists", + "Name": "ListBlobsSegmented", "Parameters": [ { - "Name": "callback", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" }, { - "Name": "BeginExists", + "Name": "ListBlobsSegmented", "Parameters": [ { - "Name": "options", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "useFlatBlobListing", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "blobListingDetails", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndExists", - "Parameters": [ - { - "Name": "asyncResult", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + }, { - "Name": "cancellationToken", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -493677,63 +509629,51 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" }, { - "Name": "ExistsAsync", + "Name": "BeginListBlobsSegmented", "Parameters": [ { - "Name": "options", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "FetchAttributes", + "Name": "BeginListBlobsSegmented", "Parameters": [ { - "Name": "accessCondition", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "useFlatBlobListing", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginFetchAttributes", - "Parameters": [ - { - "Name": "callback", + "Name": "blobListingDetails", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginFetchAttributes", - "Parameters": [ + }, { - "Name": "accessCondition", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -493756,73 +509696,70 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndListBlobsSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" }, { - "Name": "FetchAttributesAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "cancellationToken", + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "FetchAttributesAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "FetchAttributesAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "useFlatBlobListing", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "blobListingDetails", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ListFilesAndDirectories", - "Parameters": [ + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -493832,15 +509769,31 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "ListFilesAndDirectories", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "useFlatBlobListing", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "blobListingDetails", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -493848,29 +509801,23 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]" - }, - { - "Name": "ListFilesAndDirectoriesSegmented", - "Parameters": [ + }, { - "Name": "currentToken", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "ListFilesAndDirectoriesSegmented", + "Name": "GetBlobReferenceFromServer", "Parameters": [ { - "Name": "maxResults", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -493882,21 +509829,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileResultSegment" + "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" }, { - "Name": "ListFilesAndDirectoriesSegmented", + "Name": "GetBlobReferenceFromServer", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "maxResults", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -493908,13 +509851,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileResultSegment" + "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" }, { - "Name": "BeginListFilesAndDirectoriesSegmented", + "Name": "BeginGetBlobReferenceFromServer", "Parameters": [ { - "Name": "currentToken", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -493929,14 +509872,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListFilesAndDirectoriesSegmented", + "Name": "BeginGetBlobReferenceFromServer", "Parameters": [ { - "Name": "maxResults", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -493959,18 +509902,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListFilesAndDirectoriesSegmented", + "Name": "BeginGetBlobReferenceFromServer", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "maxResults", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -493993,30 +509932,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListFilesAndDirectoriesSegmented", + "Name": "EndGetBlobReferenceFromServer", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileResultSegment" + "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" }, { - "Name": "ListFilesAndDirectoriesSegmentedAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ { - "Name": "currentToken", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "ListFilesAndDirectoriesSegmentedAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ { - "Name": "currentToken", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494024,35 +509963,39 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "ListFilesAndDirectoriesSegmentedAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ { - "Name": "prefix", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "ListFilesAndDirectoriesSegmentedAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ { - "Name": "maxResults", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494062,19 +510005,23 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "ListFilesAndDirectoriesSegmentedAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ { - "Name": "maxResults", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494084,27 +510031,19 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "ListFilesAndDirectoriesSegmentedAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "maxResults", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494120,21 +510059,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "ListHandlesSegmented", + "Name": "GetUserDelegationKey", "Parameters": [ { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "maxResults", + "Name": "keyStart", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "recursive", + "Name": "keyEnd", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494150,21 +510085,39 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.UserDelegationKey" }, { - "Name": "BeginListHandlesSegmented", + "Name": "BeginGetUserDelegationKey", "Parameters": [ { - "Name": "token", + "Name": "keyStart", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "keyEnd", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "recursive", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetUserDelegationKey", + "Parameters": [ + { + "Name": "keyStart", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyEnd", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494191,28 +510144,38 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListHandlesSegmented", + "Name": "EndGetUserDelegationKey", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.UserDelegationKey" }, { - "Name": "ListHandlesSegmentedAsync", + "Name": "GetUserDelegationKeyAsync", "Parameters": [ { - "Name": "token", + "Name": "keyStart", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "keyEnd", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.UserDelegationKey]" + }, + { + "Name": "GetUserDelegationKeyAsync", + "Parameters": [ + { + "Name": "keyStart", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "recursive", + "Name": "keyEnd", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494232,51 +510195,63 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.UserDelegationKey]" }, { - "Name": "CloseAllHandlesSegmented", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "token", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "recursive", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ + { + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCloseAllHandlesSegmented", + "Name": "BeginGetServiceProperties", "Parameters": [ { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "recursive", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetServiceProperties", + "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494295,32 +510270,59 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCloseAllHandlesSegmented", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "CloseAllHandlesSegmentedAsync", + "Name": "EndGetServiceProperties", "Parameters": [ { - "Name": "token", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ { - "Name": "recursive", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ { - "Name": "accessCondition", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494332,29 +510334,42 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "CloseHandleSegmented", + "Name": "GetAccountProperties", "Parameters": [ { - "Name": "handleId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "recursive", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetServicePropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + }, + { + "Name": "GetServicePropertiesAsync", + "Parameters": [ { - "Name": "accessCondition", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + }, + { + "Name": "GetServicePropertiesAsync", + "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494362,29 +510377,31 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" }, { - "Name": "CloseHandleSegmented", + "Name": "GetServicePropertiesAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "recursive", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + }, + { + "Name": "GetServiceProperties", + "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494392,29 +510409,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" }, { - "Name": "BeginCloseHandleSegmented", + "Name": "BeginSetServiceProperties", "Parameters": [ { - "Name": "handleId", + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "recursive", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetServiceProperties", + "Parameters": [ { - "Name": "accessCondition", + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494433,40 +510456,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCloseHandleSegmented", + "Name": "EndSetServiceProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Void" }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "SetServicePropertiesAsync", "Parameters": [ { - "Name": "handleId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "recursive", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetServicePropertiesAsync", + "Parameters": [ { - "Name": "operationContext", + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494474,29 +510487,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "SetServicePropertiesAsync", "Parameters": [ { - "Name": "handleId", + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "recursive", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetServicePropertiesAsync", + "Parameters": [ { - "Name": "accessCondition", + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494508,17 +510527,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadata", + "Name": "SetServiceProperties", "Parameters": [ { - "Name": "accessCondition", + "Name": "properties", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494529,7 +510548,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetMetadata", + "Name": "BeginGetServiceStats", "Parameters": [ { "Name": "callback", @@ -494543,14 +510562,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginGetServiceStats", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494569,39 +510584,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndGetServiceStats", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats" }, { - "Name": "SetMetadataAsync", + "Name": "GetServiceStatsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" }, { - "Name": "SetMetadataAsync", + "Name": "GetServiceStatsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" }, { - "Name": "SetMetadataAsync", + "Name": "GetServiceStatsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494609,17 +510620,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" }, { - "Name": "SetMetadataAsync", + "Name": "GetServiceStatsAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494631,13 +510638,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" }, { - "Name": "SetProperties", + "Name": "GetServiceStats", "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -494645,45 +510652,44 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats" }, { - "Name": "SetPropertiesAsync", - "Parameters": [ - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "GetRootContainerReference", + "Parameters": [], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobContainer" }, { - "Name": "GetFileReference", + "Name": "GetContainerReference", "Parameters": [ { - "Name": "fileName", + "Name": "containerName", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFile" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobContainer" }, { - "Name": "GetDirectoryReference", + "Name": "ExecuteBatchAsync", "Parameters": [ { - "Name": "itemName", + "Name": "batchOperation", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileDirectory" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse]]" }, { "Name": "ToString", @@ -494717,21 +510723,11 @@ "ReturnType": null, "Parameters": [ { - "Name": "directoryAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "directoryAbsoluteUri", + "Name": "baseUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "delegatingHandler", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -494741,294 +510737,62 @@ "ReturnType": null, "Parameters": [ { - "Name": "directoryAbsoluteUri", + "Name": "baseUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.Storage.File.FileDirectoryProperties": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileDirectoryProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileDirectoryProperties, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "IsServerEncrypted": "System.Boolean", - "NtfsAttributes": "System.Nullable`1[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes]", - "LastModified": "System.Nullable`1[System.DateTimeOffset]", - "CreationTime": "System.Nullable`1[System.DateTimeOffset]", - "LastWriteTime": "System.Nullable`1[System.DateTimeOffset]", - "ChangeTime": "System.Nullable`1[System.DateTimeOffset]", - "ETag": "System.String", - "FilePermissionKey": "System.String", - "DirectoryId": "System.String", - "ParentId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "delegatingHandler", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + ] }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ { "Name": "", "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Nullable`1[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.CloudFileNtfsAttributes" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.CloudFileNtfsAttributes": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloudFileNtfsAttributes", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileNtfsAttributes, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", "Parameters": [ { - "Name": "format", + "Name": "storageUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.IListFileItem, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.IListFileItem" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.IListFileItem": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.IListFileItem", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.IListFileItem, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "Share": "Microsoft.Azure.Storage.File.CloudFileShare", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "Uri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.FileResultSegment": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileResultSegment", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileResultSegment, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ContinuationToken": "Microsoft.Azure.Storage.File.FileContinuationToken", - "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.IListFileItem]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "files", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "continuationToken", + "Name": "delegatingHandler", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] }, - "Microsoft.Azure.Storage.File.FileContinuationToken": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileContinuationToken", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileContinuationToken, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.Blob.BlobRequestOptions": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.BlobRequestOptions", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobRequestOptions, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", - "NextMarker": "System.String" + "CustomerProvidedKey": "Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey", + "EncryptionPolicy": "Microsoft.Azure.Storage.Blob.BlobEncryptionPolicy", + "RetryPolicy": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", + "ChecksumOptions": "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions", + "LocationMode": "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]", + "RequireEncryption": "System.Nullable`1[System.Boolean]", + "AbsorbConditionalErrorsOnRetry": "System.Nullable`1[System.Boolean]", + "UseTransactionalMD5": "System.Nullable`1[System.Boolean]", + "StoreBlobContentMD5": "System.Nullable`1[System.Boolean]", + "DisableContentMD5Validation": "System.Nullable`1[System.Boolean]", + "ParallelOperationThreadCount": "System.Nullable`1[System.Int32]", + "SingleBlobUploadThresholdInBytes": "System.Nullable`1[System.Int64]", + "ServerTimeout": "System.Nullable`1[System.TimeSpan]", + "MaximumExecutionTime": "System.Nullable`1[System.TimeSpan]" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "GetSchema", - "Parameters": [], - "ReturnType": "System.Xml.Schema.XmlSchema" - }, - { - "Name": "ReadXmlAsync", - "Parameters": [ - { - "Name": "reader", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "WriteXml", - "Parameters": [ - { - "Name": "writer", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, { "Name": "ToString", "Parameters": [], @@ -495063,25 +510827,14 @@ } ] }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileResultSegment]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.FileResultSegment, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.FileResultSegment" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.FileHandleResultSegment": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileHandleResultSegment", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileHandleResultSegment, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "ContinuationToken": "Microsoft.Azure.Storage.File.FileContinuationToken", - "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileHandle]" + "Key": "System.String", + "KeySHA256": "System.String", + "EncryptionAlgorithm": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -495116,115 +510869,32 @@ { "Name": "", "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileHandle]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileHandle]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.FileHandle, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.FileHandle" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.FileHandle": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileHandle", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileHandle, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "OpenTime": "System.DateTimeOffset", - "ClientPort": "System.Int32", - "ClientIp": "System.Net.IPAddress", - "LastReconnectTime": "System.Nullable`1[System.DateTimeOffset]", - "HandleId": "System.Nullable`1[System.UInt64]", - "Path": "System.String", - "FileId": "System.UInt64", - "ParentId": "System.UInt64", - "SessionId": "System.UInt64" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", "Parameters": [ { - "Name": "obj", + "Name": "key", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + ] }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ { "Name": "", "ReturnType": null, - "Parameters": [] + "Parameters": [ + { + "Name": "key", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] } ] }, - "System.Net.IPAddress": { - "Namespace": "System.Net", - "Name": "System.Net.IPAddress", - "AssemblyQualifiedName": "System.Net.IPAddress, System.Net.Primitives, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Nullable`1[System.UInt64]": { - "Namespace": "System", - "Name": "System.Nullable`1[System.UInt64]", - "AssemblyQualifiedName": "System.Nullable`1[[System.UInt64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.UInt64" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.FileHandleResultSegment, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.FileHandleResultSegment" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.Blob.BlobEncryptionPolicy": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.BlobEncryptionPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobEncryptionPolicy, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "ContinuationToken": "Microsoft.Azure.Storage.File.FileContinuationToken", - "NumHandlesClosed": "System.Int32" + "Key": "Microsoft.Azure.KeyVault.Core.IKey", + "KeyResolver": "Microsoft.Azure.KeyVault.Core.IKeyResolver" }, "ElementType": null, "GenericTypeArguments": [], @@ -495259,172 +510929,170 @@ { "Name": "", "ReturnType": null, - "Parameters": [] + "Parameters": [ + { + "Name": "key", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "keyResolver", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] } ] }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.CloudBlobContainer]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.CloudBlobContainer]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "Microsoft.Azure.Storage.Blob.CloudBlobContainer" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Storage.File.CloudFile": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloudFile", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFile, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Microsoft.Azure.Storage.Blob.CloudBlobContainer": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "ServiceClient": "Microsoft.Azure.Storage.File.CloudFileClient", - "Parent": "Microsoft.Azure.Storage.File.CloudFileDirectory", - "Share": "Microsoft.Azure.Storage.File.CloudFileShare", - "CopyState": "Microsoft.Azure.Storage.File.CopyState", - "Properties": "Microsoft.Azure.Storage.File.FileProperties", + "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamWriteSizeInBytes": "System.Int32", - "StreamMinimumReadSizeInBytes": "System.Int32", - "FilePermission": "System.String", "Name": "System.String", - "Uri": "System.Uri", - "SnapshotQualifiedUri": "System.Uri" + "Uri": "System.Uri" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "EndStartCopy", + "Name": "Create", "Parameters": [ { - "Name": "asyncResult", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ + }, { - "Name": "source", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Void" }, { - "Name": "StartCopyAsync", + "Name": "Create", "Parameters": [ { - "Name": "source", + "Name": "accessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ + }, { - "Name": "source", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Void" }, { - "Name": "StartCopyAsync", + "Name": "BeginCreate", "Parameters": [ { - "Name": "source", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopyAsync", + "Name": "BeginCreate", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sourceAccessCondition", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopyAsync", + "Name": "BeginCreate", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sourceAccessCondition", + "Name": "accessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopyAsync", + "Name": "EndCreate", "Parameters": [ { - "Name": "source", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "CreateAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ { - "Name": "sourceAccessCondition", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CreateAsync", + "Parameters": [ { - "Name": "destAccessCondition", + "Name": "accessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -495436,21 +511104,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "CreateAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sourceAccessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "destAccessCondition", + "Name": "accessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -495466,21 +511126,31 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopy", + "Name": "CreateIfNotExists", "Parameters": [ { - "Name": "copyId", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "CreateIfNotExists", + "Parameters": [ + { + "Name": "accessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -495488,15 +511158,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginAbortCopy", + "Name": "BeginCreateIfNotExists", "Parameters": [ - { - "Name": "copyId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -495509,16 +511175,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAbortCopy", + "Name": "BeginCreateIfNotExists", "Parameters": [ - { - "Name": "copyId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -495539,171 +511197,130 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAbortCopy", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", + "Name": "BeginCreateIfNotExists", "Parameters": [ { - "Name": "copyId", + "Name": "accessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ - { - "Name": "copyId", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "AbortCopyAsync", + "Name": "EndCreateIfNotExists", "Parameters": [ { - "Name": "copyId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "GetSharedAccessSignature", + "Name": "CreateIfNotExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "policy", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetSharedAccessSignature", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "policy", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "groupPolicyIdentifier", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetSharedAccessSignature", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "policy", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "headers", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetSharedAccessSignature", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "policy", + "Name": "accessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "headers", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "groupPolicyIdentifier", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetSharedAccessSignature", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "policy", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "headers", + "Name": "accessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "groupPolicyIdentifier", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "protocols", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "ipAddressOrRange", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "OpenRead", + "Name": "Delete", "Parameters": [ { "Name": "accessCondition", @@ -495718,10 +511335,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenRead", + "Name": "BeginDelete", "Parameters": [ { "Name": "callback", @@ -495735,7 +511352,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenRead", + "Name": "BeginDelete", "Parameters": [ { "Name": "accessCondition", @@ -495761,32 +511378,32 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenRead", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "OpenReadAsync", + "Name": "DeleteAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "DeleteAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "DeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -495801,10 +511418,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "DeleteAsync", "Parameters": [ { "Name": "accessCondition", @@ -495823,15 +511440,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenWrite", + "Name": "DeleteIfExists", "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -495845,15 +511458,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Boolean" }, { - "Name": "BeginOpenWrite", + "Name": "BeginDeleteIfExists", "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -495866,12 +511475,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenWrite", + "Name": "BeginDeleteIfExists", "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -495896,46 +511501,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenWrite", + "Name": "EndDeleteIfExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloudFileStream" + "ReturnType": "System.Boolean" }, { - "Name": "OpenWriteAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "Name": "DeleteIfExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "OpenWriteAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "OpenWriteAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -495949,15 +511541,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "OpenWriteAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -495975,13 +511563,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadToStream", + "Name": "GetBlobReferenceFromServer", "Parameters": [ { - "Name": "target", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -495997,13 +511585,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginGetBlobReferenceFromServer", "Parameters": [ { - "Name": "target", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496018,10 +511606,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginGetBlobReferenceFromServer", "Parameters": [ { - "Name": "target", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496048,30 +511636,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndGetBlobReferenceFromServer", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" }, { - "Name": "DownloadToStreamAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ { - "Name": "target", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "DownloadToStreamAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ { - "Name": "target", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496079,13 +511667,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "DownloadToStreamAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ { - "Name": "target", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496101,13 +511689,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "DownloadToStreamAsync", + "Name": "GetBlobReferenceFromServerAsync", "Parameters": [ { - "Name": "target", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496127,17 +511715,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ListBlobs", "Parameters": [ { - "Name": "target", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "useFlatBlobListing", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "blobListingDetails", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496147,31 +511739,55 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]" + }, + { + "Name": "ListBlobsSegmented", + "Parameters": [ { - "Name": "progressHandler", + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + }, + { + "Name": "ListBlobsSegmented", + "Parameters": [ + { + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" }, { - "Name": "DownloadToFile", + "Name": "ListBlobsSegmented", "Parameters": [ { - "Name": "path", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "mode", + "Name": "useFlatBlobListing", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "blobListingDetails", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496183,17 +511799,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginListBlobsSegmented", "Parameters": [ { - "Name": "path", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "mode", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginListBlobsSegmented", + "Parameters": [ + { + "Name": "prefix", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496208,18 +511842,26 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginListBlobsSegmented", "Parameters": [ { - "Name": "path", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "mode", + "Name": "useFlatBlobListing", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "blobListingDetails", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496242,38 +511884,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndListBlobsSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" }, { - "Name": "DownloadToFileAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "DownloadToFileAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496281,89 +511915,103 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "DownloadToFileAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "path", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "mode", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + }, + { + "Name": "ListBlobsSegmentedAsync", + "Parameters": [ { - "Name": "accessCondition", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "DownloadToFileAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "path", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "mode", + "Name": "useFlatBlobListing", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "blobListingDetails", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "DownloadToFileAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "path", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "mode", + "Name": "useFlatBlobListing", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "blobListingDetails", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496371,17 +512019,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "DownloadToByteArray", + "Name": "SetPermissions", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496397,17 +512041,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginSetPermissions", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496422,14 +512062,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginSetPermissions", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496456,38 +512092,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndSetPermissions", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496495,43 +512123,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "DownloadToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496545,23 +512143,15 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496576,24 +512166,16 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadText", + "Name": "GetPermissions", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -496607,10 +512189,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" }, { - "Name": "BeginDownloadText", + "Name": "BeginGetPermissions", "Parameters": [ { "Name": "callback", @@ -496624,12 +512206,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadText", + "Name": "BeginGetPermissions", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -496654,59 +512232,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadText", + "Name": "EndGetPermissions", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" }, { - "Name": "DownloadTextAsync", + "Name": "GetPermissionsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" }, { - "Name": "DownloadTextAsync", + "Name": "GetPermissionsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [ - { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" }, { - "Name": "DownloadTextAsync", + "Name": "GetPermissionsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -496718,21 +512270,13 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" }, { - "Name": "DownloadTextAsync", + "Name": "GetPermissionsAsync", "Parameters": [ - { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -496745,38 +512289,18 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" }, { - "Name": "DownloadRangeToStream", + "Name": "Exists", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496784,23 +512308,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -496813,24 +512325,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginExists", "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -496851,74 +512347,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadRangeToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -496928,27 +512383,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -496962,25 +512401,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "primaryOnly", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -496991,36 +512418,16 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "fileOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -497034,27 +512441,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "fileOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -497067,24 +512458,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "fileOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -497109,82 +512484,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "DownloadRangeToByteArrayAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "fileOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "Name": "FetchAttributesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "fileOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "fileOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -497198,27 +512524,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "fileOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -497236,27 +512546,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "fileOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -497268,51 +512562,27 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Void" }, { - "Name": "UploadFromStream", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStream", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -497324,16 +512594,6 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "callback", @@ -497347,68 +512607,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "EndSetMetadata", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromStream", + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUploadFromStream", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -497420,43 +512645,23 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndUploadFromStream", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ + }, { - "Name": "source", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ + }, { - "Name": "source", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -497467,10 +512672,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "AcquireLease", "Parameters": [ { - "Name": "source", + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -497486,39 +512695,39 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "leaseTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "source", + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -497534,83 +512743,67 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "EndAcquireLease", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "UploadFromStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "leaseTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "leaseTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "source", + "Name": "leaseTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -497624,23 +512817,19 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromStreamAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "source", + "Name": "leaseTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -497655,24 +512844,16 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromFile", + "Name": "RenewLease", "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -497689,10 +512870,10 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginRenewLease", "Parameters": [ { - "Name": "path", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -497707,12 +512888,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginRenewLease", "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -497737,7 +512914,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromFile", + "Name": "EndRenewLease", "Parameters": [ { "Name": "asyncResult", @@ -497747,20 +512924,20 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromFileAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "path", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -497771,12 +512948,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "RenewLeaseAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -497793,12 +512966,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "RenewLeaseAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -497819,10 +512988,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "ChangeLease", "Parameters": [ { - "Name": "path", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -497836,63 +513005,21 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "UploadFromByteArray", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "count", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadFromByteArray", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "count", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -497905,18 +513032,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "count", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -497943,68 +513062,34 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "EndChangeLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "UploadFromByteArrayAsync", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "count", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "count", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "count", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -498012,29 +513097,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "count", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -498048,27 +513121,15 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "count", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -498083,28 +513144,16 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadText", + "Name": "ReleaseLease", "Parameters": [ - { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -498121,10 +513170,10 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadText", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "content", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -498139,16 +513188,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadText", + "Name": "BeginReleaseLease", "Parameters": [ - { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -498173,7 +513214,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadText", + "Name": "EndReleaseLease", "Parameters": [ { "Name": "asyncResult", @@ -498183,66 +513224,32 @@ "ReturnType": "System.Void" }, { - "Name": "UploadTextAsync", - "Parameters": [ - { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadTextAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ - { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ - { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -498254,25 +513261,13 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ - { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -498285,10 +513280,6 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -498297,10 +513288,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Create", + "Name": "BreakLease", "Parameters": [ { - "Name": "size", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -498316,13 +513307,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.TimeSpan" }, { - "Name": "BeginCreate", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "size", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -498337,10 +513328,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreate", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "size", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -498367,30 +513358,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", + "Name": "EndBreakLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.TimeSpan" }, { - "Name": "CreateAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "size", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "CreateAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "size", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -498398,13 +513389,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "CreateAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "size", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -498420,13 +513411,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "CreateAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "size", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -498446,24 +513437,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "Exists", - "Parameters": [ - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "BeginExists", + "Name": "BeginGetAccountProperties", "Parameters": [ { "Name": "callback", @@ -498477,10 +513454,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -498499,35 +513476,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "ExistsAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "ExistsAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "ExistsAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -498535,13 +513512,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "ExistsAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -498553,275 +513530,299 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "FetchAttributes", + "Name": "GetAccountProperties", "Parameters": [ { - "Name": "accessCondition", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ { - "Name": "operationContext", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginFetchAttributes", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "callback", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "groupPolicyIdentifier", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginFetchAttributes", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "groupPolicyIdentifier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "protocols", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "ipAddressOrRange", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "EndFetchAttributes", + "Name": "GetUserDelegationSharedAccessSignature", "Parameters": [ { - "Name": "asyncResult", + "Name": "delegationKey", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [ + }, { - "Name": "cancellationToken", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [ + }, { - "Name": "accessCondition", + "Name": "headers", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "protocols", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "ipAddressOrRange", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "FetchAttributesAsync", + "Name": "GetPageBlobReference", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + }, + { + "Name": "GetPageBlobReference", + "Parameters": [ { - "Name": "operationContext", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "Delete", + "Name": "GetBlockBlobReference", "Parameters": [ { - "Name": "accessCondition", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + }, + { + "Name": "GetBlockBlobReference", + "Parameters": [ { - "Name": "options", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "BeginDelete", + "Name": "GetAppendBlobReference", "Parameters": [ { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "BeginDelete", + "Name": "GetAppendBlobReference", "Parameters": [ { - "Name": "accessCondition", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + }, + { + "Name": "GetBlobReference", + "Parameters": [ { - "Name": "operationContext", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "GetBlobReference", + "Parameters": [ { - "Name": "callback", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "EndDelete", + "Name": "GetDirectoryReference", "Parameters": [ { - "Name": "asyncResult", + "Name": "relativeAddress", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" }, { - "Name": "DeleteAsync", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "DeleteAsync", + "Name": "Equals", "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "DeleteAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "containerAddress", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" + ] }, { - "Name": "DeleteAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "accessCondition", + "Name": "containerAddress", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ { - "Name": "operationContext", + "Name": "containerAddress", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, + ] + } + ] + }, + "Microsoft.Azure.Storage.Blob.ICloudBlob": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.ICloudBlob", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.ICloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", + "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "IsSnapshot": "System.Boolean", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamWriteSizeInBytes": "System.Int32", + "StreamMinimumReadSizeInBytes": "System.Int32", + "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "Name": "System.String", + "SnapshotQualifiedUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "DeleteIfExists", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "accessCondition", + "Name": "leaseTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginDeleteIfExists", - "Parameters": [ { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -498834,8 +513835,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginAcquireLease", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -498860,33 +513869,58 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndAcquireLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.String" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "AcquireLeaseAsync", + "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DeleteIfExistsAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DeleteIfExistsAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -498900,11 +513934,19 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DeleteIfExistsAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ + { + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -498922,19 +513964,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ListRanges", + "Name": "RenewLease", "Parameters": [ - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -498948,11 +513982,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" + "ReturnType": "System.Void" }, { - "Name": "BeginListRanges", + "Name": "BeginRenewLease", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -498965,16 +514003,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListRanges", + "Name": "BeginRenewLease", "Parameters": [ - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -498999,41 +514029,42 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListRanges", + "Name": "EndRenewLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" - }, - { - "Name": "ListRangesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Void" }, { - "Name": "ListRangesAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "cancellationToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "offset", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499047,19 +514078,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListRangesAsync", + "Name": "RenewLeaseAsync", "Parameters": [ - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499077,17 +514100,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListHandlesSegmented", + "Name": "ChangeLease", "Parameters": [ { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "maxResults", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499103,17 +514122,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.String" }, { - "Name": "BeginListHandlesSegmented", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "token", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499140,36 +514177,38 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListHandlesSegmented", + "Name": "EndChangeLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.FileHandleResultSegment" + "ReturnType": "System.String" }, { - "Name": "ListHandlesSegmentedAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "maxResults", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ { - "Name": "options", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499177,13 +514216,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.FileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CloseAllHandlesSegmented", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "token", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499199,13 +514238,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginCloseAllHandlesSegmented", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "token", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499221,33 +514260,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCloseAllHandlesSegmented", - "Parameters": [ - { - "Name": "asyncResult", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CloseAllHandlesSegmentedAsync", + "Name": "ReleaseLease", "Parameters": [ - { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499259,51 +514280,31 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Void" }, { - "Name": "CloseHandleSegmented", + "Name": "BeginReleaseLease", "Parameters": [ - { - "Name": "handleId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCloseHandleSegmented", + "Name": "BeginReleaseLease", "Parameters": [ - { - "Name": "handleId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "token", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499328,26 +514329,60 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCloseHandleSegmented", + "Name": "EndReleaseLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.File.CloseFileHandleResultSegment" + "ReturnType": "System.Void" }, { - "Name": "CloseHandleSegmentedAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { - "Name": "handleId", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "token", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499365,11 +514400,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloseFileHandleResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetProperties", + "Name": "BreakLease", "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499383,11 +514422,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.TimeSpan" }, { - "Name": "BeginSetProperties", + "Name": "BeginBreakLease", "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499400,8 +514443,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginBreakLease", "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499426,33 +514473,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndBreakLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.TimeSpan" }, { - "Name": "SetPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "BreakLeaseAsync", + "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "SetPropertiesAsync", + "Name": "BreakLeaseAsync", "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "SetPropertiesAsync", + "Name": "BreakLeaseAsync", "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499466,11 +514526,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "SetPropertiesAsync", + "Name": "BreakLeaseAsync", "Parameters": [ + { + "Name": "breakPeriod", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499488,13 +514552,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "Resize", + "Name": "AbortCopy", "Parameters": [ { - "Name": "size", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499513,10 +514577,10 @@ "ReturnType": "System.Void" }, { - "Name": "BeginResize", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "size", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499531,10 +514595,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginResize", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "size", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499561,7 +514625,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndResize", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", @@ -499571,20 +514635,20 @@ "ReturnType": "System.Void" }, { - "Name": "ResizeAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "size", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "size", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499595,10 +514659,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "size", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499617,10 +514681,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "size", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499643,25 +514707,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadata", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginSetMetadata", + "Name": "BeginGetAccountProperties", "Parameters": [ { "Name": "callback", @@ -499675,14 +514721,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499701,39 +514743,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "SetMetadataAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetMetadataAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetMetadataAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499741,17 +514779,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "SetMetadataAsync", + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499763,29 +514797,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "WriteRange", + "Name": "GetAccountProperties", "Parameters": [ { - "Name": "rangeData", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "contentMD5", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -499793,87 +514811,93 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "WriteRange", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "sourceUri", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ { - "Name": "sourceOffset", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "groupPolicyIdentifier", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ { - "Name": "destOffset", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceContentChecksum", + "Name": "headers", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ { - "Name": "sourceAccessCondition", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "headers", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "groupPolicyIdentifier", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginWriteRange", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "rangeData", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "startOffset", + "Name": "headers", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentMD5", + "Name": "groupPolicyIdentifier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "protocols", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "ipAddressOrRange", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginWriteRange", + "Name": "OpenRead", "Parameters": [ - { - "Name": "rangeData", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "contentMD5", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499885,7 +514909,13 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.IO.Stream" + }, + { + "Name": "BeginOpenRead", + "Parameters": [ { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499898,20 +514928,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWriteRange", + "Name": "BeginOpenRead", "Parameters": [ - { - "Name": "rangeData", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "contentMD5", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499924,10 +514942,6 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -499940,70 +514954,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWriteRange", + "Name": "EndOpenRead", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.IO.Stream" }, { - "Name": "WriteRangeAsync", - "Parameters": [ - { - "Name": "rangeData", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "contentMD5", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "OpenReadAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "WriteRangeAsync", + "Name": "OpenReadAsync", "Parameters": [ - { - "Name": "rangeData", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "contentMD5", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "WriteRangeAsync", + "Name": "OpenReadAsync", "Parameters": [ - { - "Name": "rangeData", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "contentMD5", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -500017,23 +514994,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "WriteRangeAsync", + "Name": "OpenReadAsync", "Parameters": [ - { - "Name": "rangeData", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "contentMD5", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -500051,21 +515016,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "rangeData", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "contentMD5", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -500079,69 +515036,59 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "WriteRangeAsync", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sourceOffset", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destOffset", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceContentChecksum", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginUploadFromStream", + "Parameters": [ { - "Name": "options", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ClearRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -500155,15 +515102,23 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "startOffset", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -500182,10 +515137,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearRange", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "startOffset", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -500216,7 +515171,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearRange", + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", @@ -500226,28 +515181,20 @@ "ReturnType": "System.Void" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -500258,14 +515205,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -500284,14 +515227,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearRangeAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -500314,106 +515253,76 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromStreamAsync", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "destAccessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "UploadFromStreamAsync", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "destAccessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginStartCopy", + "Name": "UploadFromStreamAsync", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ - { - "Name": "source", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginStartCopy", + "Name": "UploadFromStreamAsync", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -500425,29 +515334,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginStartCopy", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sourceAccessCondition", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -500457,372 +515358,47 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "fileAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] + "ReturnType": "System.Void" }, { - "Name": "", - "ReturnType": null, + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "fileAbsoluteUri", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "fileAbsoluteUri", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.Storage.File.CopyState": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CopyState", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CopyState, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Status": "Microsoft.Azure.Storage.File.CopyStatus", - "CompletionTime": "System.Nullable`1[System.DateTimeOffset]", - "DestinationSnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "BytesCopied": "System.Nullable`1[System.Int64]", - "TotalBytes": "System.Nullable`1[System.Int64]", - "CopyId": "System.String", - "StatusDescription": "System.String", - "Source": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Storage.File.CopyStatus": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CopyStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CopyStatus, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ToString", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "format", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.FileProperties": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileProperties, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "IsServerEncrypted": "System.Boolean", - "Length": "System.Int64", - "NtfsAttributes": "System.Nullable`1[Microsoft.Azure.Storage.File.CloudFileNtfsAttributes]", - "LastModified": "System.Nullable`1[System.DateTimeOffset]", - "ChangeTime": "System.Nullable`1[System.DateTimeOffset]", - "LastWriteTime": "System.Nullable`1[System.DateTimeOffset]", - "CreationTime": "System.Nullable`1[System.DateTimeOffset]", - "FilePermissionKey": "System.String", - "CacheControl": "System.String", - "ETag": "System.String", - "ContentType": "System.String", - "ContentMD5": "System.String", - "ContentLanguage": "System.String", - "ContentEncoding": "System.String", - "ContentDisposition": "System.String", - "FileId": "System.String", - "ParentId": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "other", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "System.IO.Stream": { - "Namespace": "System.IO", - "Name": "System.IO.Stream", - "AssemblyQualifiedName": "System.IO.Stream, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[System.IO.Stream]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.IO.Stream]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.IO.Stream, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.IO.Stream" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.CloudFileStream": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.CloudFileStream", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.CloudFileStream, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "CanRead": "System.Boolean", - "CanSeek": "System.Boolean", - "CanTimeout": "System.Boolean", - "CanWrite": "System.Boolean", - "ReadTimeout": "System.Int32", - "WriteTimeout": "System.Int32", - "Length": "System.Int64", - "Position": "System.Int64" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Commit", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "BeginCommit", - "Parameters": [ - { - "Name": "callback", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCommit", - "Parameters": [ + }, { - "Name": "asyncResult", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginFlush", - "Parameters": [ + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -500835,7 +515411,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFlush", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -500845,113 +515421,70 @@ "ReturnType": "System.Void" }, { - "Name": "CommitAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CopyToAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "destination", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CopyToAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "destination", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "bufferSize", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CopyToAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "destination", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CopyToAsync", - "Parameters": [ - { - "Name": "destination", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "bufferSize", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CopyTo", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "destination", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "CopyTo", - "Parameters": [ + }, { - "Name": "destination", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "bufferSize", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "Close", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "Dispose", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "Flush", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "FlushAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FlushAsync", - "Parameters": [ + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -500960,14 +515493,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginRead", + "Name": "UploadFromByteArray", "Parameters": [ { "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -500975,93 +515508,71 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.IAsyncResult" - }, - { - "Name": "EndRead", - "Parameters": [ + }, { - "Name": "asyncResult", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "ReadAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "ReadAsync", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ReadAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.ValueTask`1[System.Int32]" - }, - { - "Name": "BeginWrite", - "Parameters": [ + }, { - "Name": "buffer", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -501073,10 +515584,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.IAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWrite", + "Name": "EndUploadFromByteArray", "Parameters": [ { "Name": "asyncResult", @@ -501086,14 +515597,14 @@ "ReturnType": "System.Void" }, { - "Name": "WriteAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -501104,14 +515615,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -501126,897 +515637,282 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.ValueTask" - }, - { - "Name": "Seek", - "Parameters": [ - { - "Name": "offset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "origin", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int64" - }, - { - "Name": "SetLength", - "Parameters": [ - { - "Name": "value", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "Read", - "Parameters": [ - { - "Name": "buffer", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "Read", - "Parameters": [ + }, { - "Name": "buffer", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" - }, - { - "Name": "ReadByte", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Write", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "Write", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "WriteByte", - "Parameters": [ - { - "Name": "value", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "GetLifetimeService", - "Parameters": [], - "ReturnType": "System.Object" - }, - { - "Name": "InitializeLifetimeService", - "Parameters": [], - "ReturnType": "System.Object" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.IAsyncResult": { - "Namespace": "System", - "Name": "System.IAsyncResult", - "AssemblyQualifiedName": "System.IAsyncResult, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[System.Int32]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Int32]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`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", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.ValueTask`1[System.Int32]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.ValueTask`1[System.Int32]", - "AssemblyQualifiedName": "System.Threading.Tasks.ValueTask`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", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Int32" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.ValueTask": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.ValueTask", - "AssemblyQualifiedName": "System.Threading.Tasks.ValueTask, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.CloudFileStream]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.CloudFileStream, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.CloudFileStream" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.FileRange, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.FileRange" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.FileRange": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.FileRange", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.FileRange, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "StartOffset": "System.Int64", - "EndOffset": "System.Int64" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "start", - "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "end", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.File.FileRange, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.FileRange]" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.ShareResultSegment": { - "Namespace": "Microsoft.Azure.Storage.File", - "Name": "Microsoft.Azure.Storage.File.ShareResultSegment", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.ShareResultSegment, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ContinuationToken": "Microsoft.Azure.Storage.File.FileContinuationToken", - "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.File.CloudFileShare]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "shares", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "continuationToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.ShareResultSegment]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.ShareResultSegment, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.ShareResultSegment" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties": { - "Namespace": "Microsoft.Azure.Storage.File.Protocol", - "Name": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Cors": "Microsoft.Azure.Storage.Shared.Protocol.CorsProperties", - "HourMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties", - "MinuteMetrics": "Microsoft.Azure.Storage.Shared.Protocol.MetricsProperties" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", - "ReturnType": null, + "Name": "DownloadToStream", "Parameters": [ { - "Name": "hourMetrics", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "minuteMetrics", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cors", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.File.Protocol.FileServiceProperties, Microsoft.Azure.Storage.File, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.File.Protocol.FileServiceProperties" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.BlobContainerProperties": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContainerProperties, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "LeaseDuration": "Microsoft.Azure.Storage.Blob.LeaseDuration", - "LeaseState": "Microsoft.Azure.Storage.Blob.LeaseState", - "LeaseStatus": "Microsoft.Azure.Storage.Blob.LeaseStatus", - "PublicAccess": "System.Nullable`1[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType]", - "HasImmutabilityPolicy": "System.Nullable`1[System.Boolean]", - "HasLegalHold": "System.Nullable`1[System.Boolean]", - "LastModified": "System.Nullable`1[System.DateTimeOffset]", - "ETag": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Storage.Blob.LeaseDuration": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.LeaseDuration", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.LeaseDuration, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "CompareTo", + "Name": "BeginDownloadToStream", "Parameters": [ { "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.LeaseState": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.LeaseState", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.LeaseState, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ + }, { - "Name": "format", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CompareTo", + "Name": "BeginDownloadToStream", "Parameters": [ { "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.LeaseStatus": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.LeaseStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.LeaseStatus, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ + }, { - "Name": "format", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ + }, { - "Name": "target", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ + }, { - "Name": "format", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ + }, { - "Name": "provider", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "HasFlag", + "Name": "EndDownloadToStream", "Parameters": [ { - "Name": "flag", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "System.Void" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "obj", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "format", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "provider", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CompareTo", + "Name": "DownloadToStreamAsync", "Parameters": [ { "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "format", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ToString", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "provider", + "Name": "path", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "mode", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "HasFlag", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "flag", + "Name": "path", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "mode", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.CloudBlobClient": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobClient, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Credentials": "Microsoft.Azure.Storage.Auth.StorageCredentials", - "AuthenticationScheme": "Microsoft.Azure.Storage.AuthenticationScheme", - "DefaultRequestOptions": "Microsoft.Azure.Storage.Blob.BlobRequestOptions", - "BufferManager": "Microsoft.Azure.Storage.IBufferManager", - "RetryPolicy": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "DefaultDelimiter": "System.String", - "BaseUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ListContainers", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "prefix", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "detailsIncluded", + "Name": "mode", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502026,51 +515922,73 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.CloudBlobContainer]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ListContainersSegmented", + "Name": "EndDownloadToFile", "Parameters": [ { - "Name": "currentToken", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ContainerResultSegment" + "ReturnType": "System.Void" }, { - "Name": "ListContainersSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "prefix", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ContainerResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListContainersSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "prefix", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "detailsIncluded", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToFileAsync", + "Parameters": [ + { + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "mode", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502082,65 +516000,99 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ContainerResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginListContainersSegmented", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "continuationToken", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginListContainersSegmented", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "continuationToken", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Int32" }, { - "Name": "BeginListContainersSegmented", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "detailsIncluded", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "continuationToken", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDownloadToByteArray", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502163,30 +516115,38 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListContainersSegmented", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ContainerResultSegment" + "ReturnType": "System.Int32" }, { - "Name": "ListContainersSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "continuationToken", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ListContainersSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "continuationToken", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502194,31 +516154,55 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ListContainersSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "continuationToken", + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ListContainersSegmentedAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "continuationToken", + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502226,25 +516210,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ListContainersSegmentedAsync", + "Name": "DownloadRangeToStream", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "detailsIncluded", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "continuationToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502256,25 +516240,51 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" + "ReturnType": "System.Void" }, { - "Name": "ListContainersSegmentedAsync", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "detailsIncluded", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "continuationToken", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDownloadRangeToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502285,26 +516295,84 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndDownloadRangeToStream", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "DownloadRangeToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadRangeToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobs", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "useFlatBlobListing", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobListingDetails", + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502316,43 +516384,63 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmented", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmented", + "Name": "DownloadRangeToByteArray", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "useFlatBlobListing", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobListingDetails", + "Name": "blobOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502364,17 +516452,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + "ReturnType": "System.Int32" }, { - "Name": "BeginListBlobsSegmented", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "blobOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502389,26 +516485,26 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListBlobsSegmented", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "useFlatBlobListing", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobListingDetails", + "Name": "blobOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502431,38 +516527,54 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListBlobsSegmented", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + "ReturnType": "System.Int32" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "blobOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "blobOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502470,29 +516582,29 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "useFlatBlobListing", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobListingDetails", + "Name": "blobOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502504,29 +516616,29 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "prefix", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "useFlatBlobListing", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobListingDetails", + "Name": "blobOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502542,19 +516654,39 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "GetBlobReferenceFromServer", + "Name": "Exists", "Parameters": [ { - "Name": "blobUri", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginExists", + "Parameters": [ + { + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginExists", + "Parameters": [ { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -502562,21 +516694,46 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetBlobReferenceFromServer", + "Name": "EndExists", "Parameters": [ { - "Name": "blobUri", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ { - "Name": "accessCondition", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -502586,33 +516743,29 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginGetBlobReferenceFromServer", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "blobUri", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginGetBlobReferenceFromServer", + "Name": "FetchAttributes", "Parameters": [ - { - "Name": "blobUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -502624,7 +516777,13 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginFetchAttributes", + "Parameters": [ { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -502637,12 +516796,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetBlobReferenceFromServer", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "blobUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -502667,46 +516822,73 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetBlobReferenceFromServer", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" + "ReturnType": "System.Void" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "FetchAttributesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "blobUri", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "blobUri", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { - "Name": "blobUri", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadata", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -502720,15 +516902,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Void" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "blobUri", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetMetadata", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -502741,20 +516933,63 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetMetadata", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadataAsync", + "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "blobUri", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadataAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -502766,17 +517001,49 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "SetProperties", "Parameters": [ { - "Name": "blobUri", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ + { + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSetProperties", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -502789,24 +517056,63 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetUserDelegationKey", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "keyStart", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyEnd", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -502818,41 +517124,55 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.UserDelegationKey" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginGetUserDelegationKey", + "Name": "Delete", "Parameters": [ { - "Name": "keyStart", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyEnd", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginGetUserDelegationKey", + "Name": "BeginDelete", "Parameters": [ { - "Name": "keyStart", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyEnd", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDelete", + "Parameters": [ + { + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502879,38 +517199,57 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetUserDelegationKey", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.UserDelegationKey" + "ReturnType": "System.Void" }, { - "Name": "GetUserDelegationKeyAsync", + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteAsync", "Parameters": [ { - "Name": "keyStart", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "keyEnd", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.UserDelegationKey]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetUserDelegationKeyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "keyStart", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "keyEnd", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteAsync", + "Parameters": [ + { + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502930,10 +517269,32 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.UserDelegationKey]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginGetAccountProperties", + "Name": "DeleteIfExists", + "Parameters": [ + { + "Name": "deleteSnapshotsOption", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginDeleteIfExists", "Parameters": [ { "Name": "callback", @@ -502947,10 +517308,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "requestOptions", + "Name": "deleteSnapshotsOption", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -502969,310 +517338,923 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetServiceProperties", + "Name": "EndDeleteIfExists", "Parameters": [ { - "Name": "callback", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [ { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginGetServiceProperties", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "deleteSnapshotsOption", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [ + { + "Name": "deleteSnapshotsOption", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "EndGetAccountProperties", + "Name": "AcquireLease", "Parameters": [ { - "Name": "asyncResult", + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "System.String" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.BlobProperties": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.BlobProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobProperties, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", + "LeaseDuration": "Microsoft.Azure.Storage.Blob.LeaseDuration", + "LeaseState": "Microsoft.Azure.Storage.Blob.LeaseState", + "LeaseStatus": "Microsoft.Azure.Storage.Blob.LeaseStatus", + "IsIncrementalCopy": "System.Boolean", + "IsServerEncrypted": "System.Boolean", + "Length": "System.Int64", + "PremiumPageBlobTier": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]", + "RehydrationStatus": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydrationStatus]", + "StandardBlobTier": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]", + "BlobTierInferred": "System.Nullable`1[System.Boolean]", + "BlobTierLastModifiedTime": "System.Nullable`1[System.DateTimeOffset]", + "Created": "System.Nullable`1[System.DateTimeOffset]", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "DeletedTime": "System.Nullable`1[System.DateTimeOffset]", + "RemainingDaysBeforePermanentDelete": "System.Nullable`1[System.Int32]", + "AppendBlobCommittedBlockCount": "System.Nullable`1[System.Int32]", + "PageBlobSequenceNumber": "System.Nullable`1[System.Int64]", + "ETag": "System.String", + "ContentType": "System.String", + "ContentMD5": "System.String", + "ContentLanguage": "System.String", + "ContentEncoding": "System.String", + "ContentDisposition": "System.String", + "CacheControl": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "EndGetServiceProperties", + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" + "ReturnType": "System.Boolean" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Int32" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "cancellationToken", + "Name": "other", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Storage.Blob.BlobType": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.BlobType", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobType, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Boolean" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "requestOptions", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.String" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "CompareTo", "Parameters": [ { - "Name": "requestOptions", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "operationContext", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.String" }, { - "Name": "GetAccountProperties", + "Name": "HasFlag", "Parameters": [ { - "Name": "requestOptions", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ { - "Name": "operationContext", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "System.Boolean" }, { - "Name": "GetServicePropertiesAsync", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + "ReturnType": "System.Int32" }, { - "Name": "GetServicePropertiesAsync", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "cancellationToken", + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + "ReturnType": "System.String" }, { - "Name": "GetServicePropertiesAsync", + "Name": "CompareTo", "Parameters": [ { - "Name": "requestOptions", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "operationContext", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + "ReturnType": "System.String" }, { - "Name": "GetServicePropertiesAsync", + "Name": "ToString", "Parameters": [ { - "Name": "requestOptions", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ { - "Name": "operationContext", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydrationStatus]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydrationStatus]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.RehydrationStatus, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.RehydrationStatus" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.RehydrationStatus": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.RehydrationStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydrationStatus, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties]" + "ReturnType": "System.Boolean" }, { - "Name": "GetServiceProperties", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "requestOptions", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties" + "ReturnType": "System.String" }, { - "Name": "BeginSetServiceProperties", + "Name": "CompareTo", "Parameters": [ { - "Name": "properties", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "callback", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "state", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginSetServiceProperties", + "Name": "HasFlag", "Parameters": [ { - "Name": "properties", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]": { + "Namespace": "System", + "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]", + "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.StandardBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.StandardBlobTier" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.StandardBlobTier": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.StandardBlobTier", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.StandardBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ { - "Name": "requestOptions", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "operationContext", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ { - "Name": "state", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Int32" }, { - "Name": "EndSetServiceProperties", + "Name": "ToString", "Parameters": [ { - "Name": "asyncResult", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "SetServicePropertiesAsync", + "Name": "ToString", "Parameters": [ { - "Name": "properties", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "SetServicePropertiesAsync", + "Name": "HasFlag", "Parameters": [ { - "Name": "properties", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.CopyState": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CopyState", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CopyState, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Status": "Microsoft.Azure.Storage.Blob.CopyStatus", + "CompletionTime": "System.Nullable`1[System.DateTimeOffset]", + "DestinationSnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "BytesCopied": "System.Nullable`1[System.Int64]", + "TotalBytes": "System.Nullable`1[System.Int64]", + "CopyId": "System.String", + "StatusDescription": "System.String", + "Source": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "SetServicePropertiesAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Storage.Blob.CopyStatus": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CopyStatus", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CopyStatus, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "properties", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "requestOptions", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "SetServicePropertiesAsync", + "Name": "CompareTo", "Parameters": [ { - "Name": "properties", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[System.TimeSpan]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.TimeSpan]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.TimeSpan" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties": { + "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", + "Name": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SkuName": "System.String", + "AccountKind": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.ICloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.ICloudBlob" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.IListBlobItem, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.IListBlobItem" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.IListBlobItem": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.IListBlobItem", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.IListBlobItem, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.CloudBlobDirectory": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "Prefix": "System.String", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ListBlobs", + "Parameters": [ + { + "Name": "useFlatBlobListing", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "blobListingDetails", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]" }, { - "Name": "SetServiceProperties", + "Name": "ListBlobsSegmented", "Parameters": [ { - "Name": "properties", + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + }, + { + "Name": "ListBlobsSegmented", + "Parameters": [ + { + "Name": "useFlatBlobListing", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "blobListingDetails", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -503280,11 +518262,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" }, { - "Name": "BeginGetServiceStats", + "Name": "BeginListBlobsSegmented", "Parameters": [ + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -503297,10 +518283,26 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetServiceStats", + "Name": "BeginListBlobsSegmented", "Parameters": [ { - "Name": "requestOptions", + "Name": "useFlatBlobListing", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "blobListingDetails", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -503319,67 +518321,60 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetServiceStats", + "Name": "EndListBlobsSegmented", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats" - }, - { - "Name": "GetServiceStatsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" + "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" }, { - "Name": "GetServiceStatsAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "cancellationToken", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "GetServiceStatsAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "currentToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "GetServiceStatsAsync", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "useFlatBlobListing", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "blobListingDetails", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "maxResults", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.ServiceStats]" - }, - { - "Name": "GetServiceStats", - "Parameters": [ + }, { - "Name": "requestOptions", + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -503387,32 +518382,29 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.ServiceStats" - }, - { - "Name": "GetRootContainerReference", - "Parameters": [], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobContainer" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "GetContainerReference", + "Name": "ListBlobsSegmentedAsync", "Parameters": [ { - "Name": "containerName", + "Name": "useFlatBlobListing", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobContainer" - }, - { - "Name": "ExecuteBatchAsync", - "Parameters": [ + }, { - "Name": "batchOperation", + "Name": "blobListingDetails", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "maxResults", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "currentToken", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -503424,110 +518416,114 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse]]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" }, { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "Name": "GetPageBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "Equals", + "Name": "GetPageBlobReference", "Parameters": [ { - "Name": "obj", + "Name": "blobName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "Name": "GetBlockBlobReference", + "Parameters": [ + { + "Name": "blobName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, + "Name": "GetBlockBlobReference", "Parameters": [ { - "Name": "baseUri", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "delegatingHandler", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "", - "ReturnType": null, + "Name": "GetAppendBlobReference", "Parameters": [ { - "Name": "baseUri", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + }, + { + "Name": "GetAppendBlobReference", + "Parameters": [ { - "Name": "credentials", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "delegatingHandler", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "", - "ReturnType": null, + "Name": "GetBlobReference", "Parameters": [ { - "Name": "storageUri", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "GetBlobReference", + "Parameters": [ { - "Name": "credentials", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "delegatingHandler", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" } - ] - } - ] - }, - "Microsoft.Azure.Storage.Blob.BlobRequestOptions": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobRequestOptions", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobRequestOptions, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "CustomerProvidedKey": "Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey", - "EncryptionPolicy": "Microsoft.Azure.Storage.Blob.BlobEncryptionPolicy", - "RetryPolicy": "Microsoft.Azure.Storage.RetryPolicies.IRetryPolicy", - "ChecksumOptions": "Microsoft.Azure.Storage.Shared.Protocol.ChecksumOptions", - "LocationMode": "System.Nullable`1[Microsoft.Azure.Storage.RetryPolicies.LocationMode]", - "RequireEncryption": "System.Nullable`1[System.Boolean]", - "AbsorbConditionalErrorsOnRetry": "System.Nullable`1[System.Boolean]", - "UseTransactionalMD5": "System.Nullable`1[System.Boolean]", - "StoreBlobContentMD5": "System.Nullable`1[System.Boolean]", - "DisableContentMD5Validation": "System.Nullable`1[System.Boolean]", - "ParallelOperationThreadCount": "System.Nullable`1[System.Int32]", - "SingleBlobUploadThresholdInBytes": "System.Nullable`1[System.Int64]", - "ServerTimeout": "System.Nullable`1[System.TimeSpan]", - "MaximumExecutionTime": "System.Nullable`1[System.TimeSpan]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "GetDirectoryReference", + "Parameters": [ + { + "Name": "itemName", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" + }, { "Name": "ToString", "Parameters": [], @@ -503562,14 +518558,13 @@ } ] }, - "Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey": { + "Microsoft.Azure.Storage.Blob.BlobResultSegment": { "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobCustomerProvidedKey, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Storage.Blob.BlobResultSegment", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobResultSegment, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Key": "System.String", - "KeySHA256": "System.String", - "EncryptionAlgorithm": "System.String" + "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", + "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]" }, "ElementType": null, "GenericTypeArguments": [], @@ -503602,38 +518597,57 @@ ], "Constructors": [ { - "Name": "", - "ReturnType": null, + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "blobs", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "continuationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Storage.Blob.BlobContinuationToken": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", + "NextMarker": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetSchema", + "Parameters": [], + "ReturnType": "System.Xml.Schema.XmlSchema" + }, + { + "Name": "ReadXmlAsync", "Parameters": [ { - "Name": "key", + "Name": "reader", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", - "ReturnType": null, + "Name": "WriteXml", "Parameters": [ { - "Name": "key", + "Name": "writer", "Type": "System.Reflection.RuntimeParameterInfo" } - ] - } - ] - }, - "Microsoft.Azure.Storage.Blob.BlobEncryptionPolicy": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobEncryptionPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobEncryptionPolicy, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Key": "Microsoft.Azure.KeyVault.Core.IKey", - "KeyResolver": "Microsoft.Azure.KeyVault.Core.IKeyResolver" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + ], + "ReturnType": "System.Void" + }, { "Name": "ToString", "Parameters": [], @@ -503664,69 +518678,61 @@ { "Name": "", "ReturnType": null, - "Parameters": [ - { - "Name": "key", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "keyResolver", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] + "Parameters": [] } ] }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.CloudBlobContainer]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.CloudBlobContainer]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.BlobResultSegment, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.CloudBlobContainer" + "Microsoft.Azure.Storage.Blob.BlobResultSegment" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Storage.Blob.CloudBlobContainer": { + "Microsoft.Azure.Storage.Blob.CloudPageBlob": { "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobContainer, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Storage.Blob.CloudPageBlob", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobContainerProperties", + "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", + "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", + "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "IsDeleted": "System.Boolean", + "IsSnapshot": "System.Boolean", "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamMinimumReadSizeInBytes": "System.Int32", + "StreamWriteSizeInBytes": "System.Int32", + "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", "Name": "System.String", + "SnapshotQualifiedUri": "System.Uri", "Uri": "System.Uri" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Create", + "Name": "OpenWrite", "Parameters": [ { - "Name": "requestOptions", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "Create", - "Parameters": [ - { - "Name": "accessType", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -503734,31 +518740,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginCreate", - "Parameters": [ - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" }, { - "Name": "BeginCreate", + "Name": "BeginOpenWrite", "Parameters": [ { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -503773,10 +518761,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreate", + "Name": "BeginOpenWrite", "Parameters": [ { - "Name": "accessType", + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -503799,192 +518791,154 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", + "Name": "EndOpenWrite", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "CreateAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" }, { - "Name": "CreateAsync", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "cancellationToken", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "CreateAsync", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "accessType", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "CreateAsync", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "accessType", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "CreateIfNotExists", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "CreateIfNotExists", - "Parameters": [ + }, { - "Name": "accessType", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "requestOptions", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "BeginCreateIfNotExists", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "callback", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginCreateIfNotExists", - "Parameters": [ + }, { - "Name": "options", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "BeginCreateIfNotExists", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "accessType", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "EndCreateIfNotExists", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "asyncResult", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "CreateIfNotExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "CreateIfNotExistsAsync", - "Parameters": [ + }, { - "Name": "cancellationToken", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "CreateIfNotExistsAsync", - "Parameters": [ + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -503994,31 +518948,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Void" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "options", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "CreateIfNotExistsAsync", - "Parameters": [ - { - "Name": "accessType", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504030,33 +518974,23 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Void" }, { - "Name": "CreateIfNotExistsAsync", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "accessType", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "Delete", - "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -504073,8 +519007,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDelete", + "Name": "BeginUploadFromStream", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -504087,8 +519025,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginUploadFromStream", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -504113,33 +519055,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "asyncResult", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DeleteAsync", - "Parameters": [ + }, { - "Name": "cancellationToken", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DeleteAsync", - "Parameters": [ + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -504151,35 +519076,51 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DeleteAsync", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "accessCondition", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DeleteIfExists", + "Name": "BeginUploadFromStream", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -504191,13 +519132,7 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginDeleteIfExists", - "Parameters": [ + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -504210,8 +519145,20 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginUploadFromStream", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -504236,33 +519183,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -504276,11 +519236,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -504298,53 +519262,47 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReferenceFromServer", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "blobName", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" - }, - { - "Name": "BeginGetBlobReferenceFromServer", - "Parameters": [ - { - "Name": "blobName", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginGetBlobReferenceFromServer", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "blobName", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504360,41 +519318,39 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndGetBlobReferenceFromServer", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.ICloudBlob" - }, - { - "Name": "GetBlobReferenceFromServerAsync", - "Parameters": [ + }, { - "Name": "blobName", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "blobName", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504402,13 +519358,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "blobName", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504424,13 +519384,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetBlobReferenceFromServerAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "blobName", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504450,21 +519414,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobs", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "prefix", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "useFlatBlobListing", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobListingDetails", + "Name": "premiumPageBlobTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504474,55 +519442,87 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]" - }, - { - "Name": "ListBlobsSegmented", - "Parameters": [ + }, { - "Name": "currentToken", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmented", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "prefix", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmented", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "prefix", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "useFlatBlobListing", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobListingDetails", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromFile", + "Parameters": [ + { + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "premiumPageBlobTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504534,13 +519534,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + "ReturnType": "System.Void" }, { - "Name": "BeginListBlobsSegmented", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "currentToken", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504555,14 +519555,22 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListBlobsSegmented", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "prefix", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504577,26 +519585,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListBlobsSegmented", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "useFlatBlobListing", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobListingDetails", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504619,30 +519619,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListBlobsSegmented", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + "ReturnType": "System.Void" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "currentToken", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "currentToken", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504650,95 +519650,69 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "prefix", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" - }, - { - "Name": "ListBlobsSegmentedAsync", - "Parameters": [ - { - "Name": "prefix", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "useFlatBlobListing", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobListingDetails", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "prefix", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "useFlatBlobListing", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobListingDetails", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504754,13 +519728,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPermissions", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "permissions", + "Name": "path", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504774,97 +519752,65 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginSetPermissions", - "Parameters": [ - { - "Name": "permissions", - "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginSetPermissions", + "Name": "UploadFromByteArray", "Parameters": [ { - "Name": "permissions", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndSetPermissions", - "Parameters": [ - { - "Name": "asyncResult", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Void" }, { - "Name": "SetPermissionsAsync", + "Name": "UploadFromByteArray", "Parameters": [ { - "Name": "permissions", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetPermissionsAsync", - "Parameters": [ + }, { - "Name": "permissions", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetPermissionsAsync", - "Parameters": [ + }, { - "Name": "permissions", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -504880,37 +519826,49 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "SetPermissionsAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "permissions", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetPermissions", + "Name": "BeginUploadFromByteArray", "Parameters": [ + { + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -504922,13 +519880,7 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" - }, - { - "Name": "BeginGetPermissions", - "Parameters": [ + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -504941,8 +519893,24 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetPermissions", + "Name": "BeginUploadFromByteArray", "Parameters": [ + { + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -504967,61 +519935,46 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetPermissions", + "Name": "EndUploadFromByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" - }, - { - "Name": "GetPermissionsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" - }, - { - "Name": "GetPermissionsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" + "ReturnType": "System.Void" }, { - "Name": "GetPermissionsAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetPermissionsAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505029,100 +519982,57 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Exists", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "requestOptions", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ - { - "Name": "callback", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginExists", - "Parameters": [ - { - "Name": "options", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndExists", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + }, { - "Name": "cancellationToken", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + }, { - "Name": "options", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505136,33 +520046,27 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ExistsAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "primaryOnly", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "FetchAttributes", - "Parameters": [ + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505174,27 +520078,33 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginFetchAttributes", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "callback", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginFetchAttributes", - "Parameters": [ + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505208,44 +520118,49 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndFetchAttributes", + "Name": "Create", "Parameters": [ { - "Name": "asyncResult", + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Void" }, { - "Name": "FetchAttributesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", + "Name": "Create", "Parameters": [ { - "Name": "cancellationToken", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [ + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505259,33 +520174,33 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "FetchAttributesAsync", + "Name": "BeginCreate", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "SetMetadata", + "Name": "BeginCreate", "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505297,13 +520212,7 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginSetMetadata", - "Parameters": [ + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505316,8 +520225,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginCreate", "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "premiumPageBlobTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505342,7 +520259,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndCreate", "Parameters": [ { "Name": "asyncResult", @@ -505352,13 +520269,22 @@ "ReturnType": "System.Void" }, { - "Name": "SetMetadataAsync", - "Parameters": [], + "Name": "CreateAsync", + "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "CreateAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505367,8 +520293,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "CreateAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505385,8 +520315,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "CreateAsync", "Parameters": [ + { + "Name": "size", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505407,14 +520341,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLease", + "Name": "CreateAsync", "Parameters": [ { - "Name": "leaseTime", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505428,41 +520362,59 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginAcquireLease", + "Name": "Resize", "Parameters": [ { - "Name": "leaseTime", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginAcquireLease", + "Name": "BeginResize", "Parameters": [ { - "Name": "leaseTime", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginResize", + "Parameters": [ + { + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505489,38 +520441,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAcquireLease", + "Name": "EndResize", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "AcquireLeaseAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "proposedLeaseId", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "proposedLeaseId", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505528,17 +520472,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "proposedLeaseId", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505554,17 +520494,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "ResizeAsync", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "proposedLeaseId", + "Name": "size", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505584,11 +520520,19 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLease", + "Name": "SetSequenceNumber", "Parameters": [ + { + "Name": "sequenceNumberAction", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sequenceNumber", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505605,10 +520549,14 @@ "ReturnType": "System.Void" }, { - "Name": "BeginRenewLease", + "Name": "BeginSetSequenceNumber", "Parameters": [ { - "Name": "accessCondition", + "Name": "sequenceNumberAction", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sequenceNumber", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505623,8 +520571,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRenewLease", + "Name": "BeginSetSequenceNumber", "Parameters": [ + { + "Name": "sequenceNumberAction", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sequenceNumber", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505649,7 +520605,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRenewLease", + "Name": "EndSetSequenceNumber", "Parameters": [ { "Name": "asyncResult", @@ -505659,20 +520615,28 @@ "ReturnType": "System.Void" }, { - "Name": "RenewLeaseAsync", + "Name": "SetSequenceNumberAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "sequenceNumberAction", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sequenceNumber", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "SetSequenceNumberAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "sequenceNumberAction", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sequenceNumber", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505683,8 +520647,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "SetSequenceNumberAsync", "Parameters": [ + { + "Name": "sequenceNumberAction", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sequenceNumber", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505701,8 +520673,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "SetSequenceNumberAsync", "Parameters": [ + { + "Name": "sequenceNumberAction", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sequenceNumber", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505723,10 +520703,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", + "Name": "GetPageRanges", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505742,19 +520726,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]" }, { - "Name": "BeginChangeLease", + "Name": "BeginGetPageRanges", "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505767,10 +520743,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginChangeLease", + "Name": "BeginGetPageRanges", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505797,52 +520777,39 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndChangeLease", + "Name": "EndGetPageRanges", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]" }, { - "Name": "ChangeLeaseAsync", - "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "Name": "GetPageRangesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]" }, { - "Name": "ChangeLeaseAsync", + "Name": "GetPageRangesAsync", "Parameters": [ - { - "Name": "proposedLeaseId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]" }, { - "Name": "ChangeLeaseAsync", + "Name": "GetPageRangesAsync", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505858,13 +520825,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]" }, { - "Name": "ChangeLeaseAsync", + "Name": "GetPageRangesAsync", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505884,11 +520855,23 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]" }, { - "Name": "ReleaseLease", + "Name": "GetPageRangesDiff", "Parameters": [ + { + "Name": "previousSnapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505902,13 +520885,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]" }, { - "Name": "BeginReleaseLease", + "Name": "BeginGetPageRangesDiff", "Parameters": [ { - "Name": "accessCondition", + "Name": "previousSnapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505923,8 +520906,20 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginReleaseLease", + "Name": "BeginGetPageRangesDiff", "Parameters": [ + { + "Name": "previousSnapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505949,30 +520944,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndReleaseLease", + "Name": "EndGetPageRangesDiff", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "GetPageRangesDiffAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "previousSnapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "GetPageRangesDiffAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "previousSnapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -505980,11 +520975,23 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "GetPageRangesDiffAsync", "Parameters": [ + { + "Name": "previousSnapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -505998,11 +521005,23 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "GetPageRangesDiffAsync", "Parameters": [ + { + "Name": "previousSnapshotTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -506020,13 +521039,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]" }, { - "Name": "BreakLease", + "Name": "CreateSnapshot", "Parameters": [ { - "Name": "breakPeriod", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -506042,15 +521061,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "BeginBreakLease", + "Name": "BeginCreateSnapshot", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -506063,10 +521078,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginBreakLease", + "Name": "BeginCreateSnapshot", "Parameters": [ { - "Name": "breakPeriod", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -506093,44 +521108,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndBreakLease", + "Name": "EndCreateSnapshot", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" }, { - "Name": "BreakLeaseAsync", - "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "Name": "CreateSnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]" }, { - "Name": "BreakLeaseAsync", + "Name": "CreateSnapshotAsync", "Parameters": [ - { - "Name": "breakPeriod", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]" }, { - "Name": "BreakLeaseAsync", + "Name": "CreateSnapshotAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -506146,13 +521152,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]" }, { - "Name": "BreakLeaseAsync", + "Name": "CreateSnapshotAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -506172,106 +521178,71 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]" }, { - "Name": "BeginGetAccountProperties", + "Name": "WritePages", "Parameters": [ { - "Name": "callback", + "Name": "pageData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ + }, { - "Name": "requestOptions", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "EndGetAccountProperties", + "Name": "WritePages", "Parameters": [ { - "Name": "asyncResult", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ + }, { - "Name": "cancellationToken", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ + }, { - "Name": "requestOptions", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ + }, { - "Name": "requestOptions", + "Name": "sourceContentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountProperties", - "Parameters": [ + }, { - "Name": "requestOptions", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -506279,363 +521250,265 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + "ReturnType": "System.Void" }, { - "Name": "GetSharedAccessSignature", + "Name": "BeginWritePages", "Parameters": [ { - "Name": "policy", + "Name": "pageData", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ + }, { - "Name": "policy", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "groupPolicyIdentifier", + "Name": "contentChecksum", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetSharedAccessSignature", + "Name": "BeginWritePages", "Parameters": [ { - "Name": "policy", + "Name": "pageData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "groupPolicyIdentifier", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "protocols", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "ipAddressOrRange", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "GetUserDelegationSharedAccessSignature", - "Parameters": [ - { - "Name": "delegationKey", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "policy", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "headers", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "protocols", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "ipAddressOrRange", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetPageBlobReference", + "Name": "BeginWritePages", "Parameters": [ { - "Name": "blobName", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ + }, { - "Name": "blobName", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "GetBlockBlobReference", - "Parameters": [ + }, { - "Name": "blobName", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetBlockBlobReference", - "Parameters": [ + }, { - "Name": "blobName", + "Name": "sourceContentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ + }, { - "Name": "blobName", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ + }, { - "Name": "blobName", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetBlobReference", + "Name": "EndWritePages", "Parameters": [ { - "Name": "blobName", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Void" }, { - "Name": "GetBlobReference", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "blobName", + "Name": "pageData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "GetDirectoryReference", - "Parameters": [ + }, { - "Name": "relativeAddress", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "obj", + "Name": "pageData", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "containerAddress", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "containerAddress", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "", - "ReturnType": null, + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "containerAddress", + "Name": "pageData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.Storage.Blob.ICloudBlob": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.ICloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.ICloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", - "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "IsSnapshot": "System.Boolean", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamWriteSizeInBytes": "System.Int32", - "StreamMinimumReadSizeInBytes": "System.Int32", - "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "Name": "System.String", - "SnapshotQualifiedUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "BeginAcquireLease", - "Parameters": [ + }, { - "Name": "leaseTime", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginAcquireLease", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "leaseTime", + "Name": "pageData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndAcquireLease", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "pageData", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "AcquireLeaseAsync", - "Parameters": [ + }, { - "Name": "leaseTime", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "AcquireLeaseAsync", - "Parameters": [ + }, { - "Name": "leaseTime", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -506643,47 +521516,37 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "WritePagesAsync", "Parameters": [ { - "Name": "leaseTime", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "startOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "AcquireLeaseAsync", - "Parameters": [ - { - "Name": "leaseTime", + "Name": "sourceContentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -506699,11 +521562,19 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLease", + "Name": "ClearPages", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -506720,10 +521591,14 @@ "ReturnType": "System.Void" }, { - "Name": "BeginRenewLease", + "Name": "BeginClearPages", "Parameters": [ { - "Name": "accessCondition", + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -506738,8 +521613,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRenewLease", + "Name": "BeginClearPages", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -506764,7 +521647,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRenewLease", + "Name": "EndClearPages", "Parameters": [ { "Name": "asyncResult", @@ -506774,20 +521657,28 @@ "ReturnType": "System.Void" }, { - "Name": "RenewLeaseAsync", + "Name": "ClearPagesAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "ClearPagesAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -506798,8 +521689,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "ClearPagesAsync", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -506816,8 +521715,16 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLeaseAsync", + "Name": "ClearPagesAsync", "Parameters": [ + { + "Name": "startOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -506838,14 +521745,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ChangeLease", + "Name": "StartCopy", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -506860,36 +521771,44 @@ "ReturnType": "System.String" }, { - "Name": "BeginChangeLease", + "Name": "StartCopy", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "destAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginChangeLease", + "Name": "StartIncrementalCopy", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "sourceSnapshot", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -506899,69 +521818,81 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "StartIncrementalCopy", + "Parameters": [ + { + "Name": "sourceSnapshotUri", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndChangeLease", - "Parameters": [ + }, { - "Name": "asyncResult", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.String" }, { - "Name": "ChangeLeaseAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ChangeLeaseAsync", + "Name": "BeginStartIncrementalCopy", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "sourceSnapshot", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ChangeLeaseAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -506971,19 +521902,35 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ChangeLeaseAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "premiumPageBlobTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -506995,35 +521942,33 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ReleaseLease", + "Name": "BeginStartIncrementalCopy", "Parameters": [ { - "Name": "accessCondition", + "Name": "sourceSnapshot", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ + }, { - "Name": "accessCondition", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507038,10 +521983,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginReleaseLease", + "Name": "BeginStartIncrementalCopy", "Parameters": [ { - "Name": "accessCondition", + "Name": "sourceSnapshot", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507064,30 +522013,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndReleaseLease", + "Name": "EndStartIncrementalCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "ReleaseLeaseAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507095,31 +522044,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507129,109 +522068,89 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BreakLease", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BeginBreakLease", - "Parameters": [ - { - "Name": "breakPeriod", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginBreakLease", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndBreakLease", - "Parameters": [ + }, { - "Name": "asyncResult", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BreakLeaseAsync", + "Name": "StartIncrementalCopyAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BreakLeaseAsync", + "Name": "StartIncrementalCopyAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507239,17 +522158,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BreakLeaseAsync", + "Name": "StartIncrementalCopyAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "sourceSnapshot", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507259,19 +522178,23 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BreakLeaseAsync", + "Name": "StartIncrementalCopyAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "sourceSnapshotUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507287,17 +522210,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "AbortCopy", + "Name": "SetPremiumBlobTier", "Parameters": [ { - "Name": "copyId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507312,10 +522231,10 @@ "ReturnType": "System.Void" }, { - "Name": "BeginAbortCopy", + "Name": "BeginSetPremiumBlobTier", "Parameters": [ { - "Name": "copyId", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507330,14 +522249,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAbortCopy", + "Name": "BeginSetPremiumBlobTier", "Parameters": [ { - "Name": "copyId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507360,7 +522275,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAbortCopy", + "Name": "EndSetPremiumBlobTier", "Parameters": [ { "Name": "asyncResult", @@ -507370,20 +522285,20 @@ "ReturnType": "System.Void" }, { - "Name": "AbortCopyAsync", + "Name": "SetPremiumBlobTierAsync", "Parameters": [ { - "Name": "copyId", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "SetPremiumBlobTierAsync", "Parameters": [ { - "Name": "copyId", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507394,14 +522309,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "SetPremiumBlobTierAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507416,14 +522327,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "SetPremiumBlobTierAsync", "Parameters": [ { - "Name": "copyId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507441,67 +522348,6 @@ ], "ReturnType": "System.Threading.Tasks.Task" }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ - { - "Name": "requestOptions", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetAccountProperties", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, { "Name": "GetAccountPropertiesAsync", "Parameters": [ @@ -507630,6 +522476,32 @@ ], "ReturnType": "System.String" }, + { + "Name": "GetUserDelegationSharedAccessSignature", + "Parameters": [ + { + "Name": "delegationKey", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "policy", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "headers", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "protocols", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "ipAddressOrRange", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, { "Name": "OpenRead", "Parameters": [ @@ -507754,36 +522626,10 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "UploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "UploadFromStream", + "Name": "DownloadToStream", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507802,62 +522648,10 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginUploadFromStream", - "Parameters": [ - { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginUploadFromStream", + "Name": "BeginDownloadToStream", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507872,14 +522666,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginDownloadToStream", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507906,7 +522696,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", @@ -507916,20 +522706,20 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromStreamAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "source", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "source", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507940,10 +522730,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "source", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507962,10 +522752,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "source", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -507988,46 +522778,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -508041,31 +522795,9 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -508076,12 +522808,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFile", + "Name": "RotateEncryptionKey", "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -508098,12 +522826,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginRotateEncryptionKey", "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -508116,12 +522840,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginRotateEncryptionKey", "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -508146,7 +522866,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromFile", + "Name": "EndRotateEncryptionKey", "Parameters": [ { "Name": "asyncResult", @@ -508156,22 +522876,13 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], + "Name": "RotateEncryptionKeyAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -508180,12 +522891,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -508202,12 +522909,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -508228,18 +522931,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArray", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -508258,18 +522957,14 @@ "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -508284,18 +522979,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromByteArray", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -508322,7 +523013,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", @@ -508332,36 +523023,28 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -508372,18 +523055,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -508402,18 +523081,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -508436,114 +523111,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginDownloadToStream", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginDownloadToStream", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndDownloadToStream", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToStreamAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "target", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -508557,27 +523132,9 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -508588,33 +523145,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFile", - "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginDownloadToFile", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { "Name": "path", @@ -508625,18 +523156,18 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "parallelIOCount", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "rangeSizeInBytes", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginDownloadToFile", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { "Name": "path", @@ -508647,61 +523178,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndDownloadToFile", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", + "Name": "parallelIOCount", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "mode", + "Name": "rangeSizeInBytes", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -508712,7 +523193,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFileAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { "Name": "path", @@ -508723,29 +523204,19 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "parallelIOCount", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "rangeSizeInBytes", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "mode", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -508947,6 +523418,40 @@ ], "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, + { + "Name": "DownloadToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, { "Name": "DownloadRangeToStream", "Parameters": [ @@ -509155,6 +523660,44 @@ ], "ReturnType": "System.Threading.Tasks.Task" }, + { + "Name": "DownloadRangeToStreamAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, { "Name": "DownloadRangeToByteArray", "Parameters": [ @@ -509392,83 +523935,28 @@ "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "Exists", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "options", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ - { - "Name": "callback", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginExists", - "Parameters": [ - { - "Name": "options", + "Name": "blobOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndExists", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -509476,19 +523964,9 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -509496,15 +523974,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "FetchAttributes", + "Name": "Exists", "Parameters": [ - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -509514,10 +523988,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginExists", "Parameters": [ { "Name": "callback", @@ -509531,12 +524005,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginFetchAttributes", + "Name": "BeginExists", "Parameters": [ - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -509557,77 +524027,33 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndFetchAttributes", + "Name": "EndExists", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "FetchAttributesAsync", + "Name": "ExistsAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "FetchAttributesAsync", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SetMetadata", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -509637,29 +524063,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginSetMetadata", - "Parameters": [ - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "BeginSetMetadata", + "Name": "ExistsAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -509668,65 +524076,18 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndSetMetadata", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SetMetadataAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "primaryOnly", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -509742,10 +524103,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SetProperties", + "Name": "FetchAttributes", "Parameters": [ { "Name": "accessCondition", @@ -509763,7 +524124,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetProperties", + "Name": "BeginFetchAttributes", "Parameters": [ { "Name": "callback", @@ -509777,7 +524138,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetProperties", + "Name": "BeginFetchAttributes", "Parameters": [ { "Name": "accessCondition", @@ -509803,7 +524164,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetProperties", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -509813,12 +524174,12 @@ "ReturnType": "System.Void" }, { - "Name": "SetPropertiesAsync", + "Name": "FetchAttributesAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { "Name": "cancellationToken", @@ -509828,7 +524189,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { "Name": "accessCondition", @@ -509846,7 +524207,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "FetchAttributesAsync", "Parameters": [ { "Name": "accessCondition", @@ -509868,12 +524229,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Delete", + "Name": "SetMetadata", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -509890,7 +524247,7 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDelete", + "Name": "BeginSetMetadata", "Parameters": [ { "Name": "callback", @@ -509904,12 +524261,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginSetMetadata", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -509934,7 +524287,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndSetMetadata", "Parameters": [ { "Name": "asyncResult", @@ -509944,12 +524297,12 @@ "ReturnType": "System.Void" }, { - "Name": "DeleteAsync", + "Name": "SetMetadataAsync", "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "SetMetadataAsync", "Parameters": [ { "Name": "cancellationToken", @@ -509959,12 +524312,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -509981,12 +524330,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "SetMetadataAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -510007,12 +524352,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExists", + "Name": "SetProperties", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -510026,10 +524367,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginSetProperties", "Parameters": [ { "Name": "callback", @@ -510043,12 +524384,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDeleteIfExists", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -510073,879 +524410,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDeleteIfExists", + "Name": "EndSetProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", + "Name": "SetPropertiesAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExistsAsync", + "Name": "SetPropertiesAsync", "Parameters": [ - { - "Name": "deleteSnapshotsOption", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "AcquireLease", - "Parameters": [ - { - "Name": "leaseTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "proposedLeaseId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.BlobProperties": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobProperties, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", - "LeaseDuration": "Microsoft.Azure.Storage.Blob.LeaseDuration", - "LeaseState": "Microsoft.Azure.Storage.Blob.LeaseState", - "LeaseStatus": "Microsoft.Azure.Storage.Blob.LeaseStatus", - "IsIncrementalCopy": "System.Boolean", - "IsServerEncrypted": "System.Boolean", - "Length": "System.Int64", - "PremiumPageBlobTier": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]", - "RehydrationStatus": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydrationStatus]", - "StandardBlobTier": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]", - "BlobTierInferred": "System.Nullable`1[System.Boolean]", - "BlobTierLastModifiedTime": "System.Nullable`1[System.DateTimeOffset]", - "Created": "System.Nullable`1[System.DateTimeOffset]", - "LastModified": "System.Nullable`1[System.DateTimeOffset]", - "DeletedTime": "System.Nullable`1[System.DateTimeOffset]", - "RemainingDaysBeforePermanentDelete": "System.Nullable`1[System.Int32]", - "AppendBlobCommittedBlockCount": "System.Nullable`1[System.Int32]", - "PageBlobSequenceNumber": "System.Nullable`1[System.Int64]", - "ETag": "System.String", - "ContentType": "System.String", - "ContentMD5": "System.String", - "ContentLanguage": "System.String", - "ContentEncoding": "System.String", - "ContentDisposition": "System.String", - "CacheControl": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ - { - "Name": "other", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.Storage.Blob.BlobType": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobType", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobType, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PremiumPageBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydrationStatus]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.RehydrationStatus]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.RehydrationStatus, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.RehydrationStatus" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.RehydrationStatus": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.RehydrationStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.RehydrationStatus, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]": { - "Namespace": "System", - "Name": "System.Nullable`1[Microsoft.Azure.Storage.Blob.StandardBlobTier]", - "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.Storage.Blob.StandardBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.StandardBlobTier" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.StandardBlobTier": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.StandardBlobTier", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.StandardBlobTier, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.CopyState": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CopyState", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CopyState, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Status": "Microsoft.Azure.Storage.Blob.CopyStatus", - "CompletionTime": "System.Nullable`1[System.DateTimeOffset]", - "DestinationSnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "BytesCopied": "System.Nullable`1[System.Int64]", - "TotalBytes": "System.Nullable`1[System.Int64]", - "CopyId": "System.String", - "StatusDescription": "System.String", - "Source": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Storage.Blob.CopyStatus": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CopyStatus", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CopyStatus, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "CompareTo", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "format", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [ - { - "Name": "provider", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "HasFlag", - "Parameters": [ - { - "Name": "flag", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetTypeCode", - "Parameters": [], - "ReturnType": "System.TypeCode" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[System.TimeSpan]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.TimeSpan]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`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", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.TimeSpan" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties": { - "Namespace": "Microsoft.Azure.Storage.Shared.Protocol", - "Name": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SkuName": "System.String", - "AccountKind": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ - { - "Name": "obj", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ICloudBlob]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.ICloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.ICloudBlob" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.IListBlobItem, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.IListBlobItem" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.IListBlobItem": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.IListBlobItem", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.IListBlobItem, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "Uri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.CloudBlobDirectory": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "Prefix": "System.String", - "Uri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ListBlobs", - "Parameters": [ - { - "Name": "useFlatBlobListing", - "Type": "System.Reflection.RuntimeParameterInfo" - }, + "Name": "SetPropertiesAsync", + "Parameters": [ { - "Name": "blobListingDetails", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -510957,35 +524450,39 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmented", + "Name": "SetPropertiesAsync", "Parameters": [ { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" - }, - { - "Name": "ListBlobsSegmented", - "Parameters": [ + }, { - "Name": "useFlatBlobListing", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobListingDetails", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "Delete", + "Parameters": [ + { + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -510997,15 +524494,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + "ReturnType": "System.Void" }, { - "Name": "BeginListBlobsSegmented", + "Name": "BeginDelete", "Parameters": [ - { - "Name": "currentToken", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -511018,22 +524511,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginListBlobsSegmented", + "Name": "BeginDelete", "Parameters": [ { - "Name": "useFlatBlobListing", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobListingDetails", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "maxResults", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511056,56 +524541,87 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndListBlobsSegmented", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.BlobResultSegment" + "ReturnType": "System.Void" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteAsync", "Parameters": [ { - "Name": "currentToken", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "currentToken", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "useFlatBlobListing", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobListingDetails", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "maxResults", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteIfExists", + "Parameters": [ + { + "Name": "deleteSnapshotsOption", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511117,25 +524633,31 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" + "ReturnType": "System.Boolean" }, { - "Name": "ListBlobsSegmentedAsync", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "useFlatBlobListing", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobListingDetails", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDeleteIfExists", + "Parameters": [ { - "Name": "maxResults", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "currentToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511147,319 +524669,221 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]" - }, - { - "Name": "GetPageBlobReference", - "Parameters": [ + }, { - "Name": "blobName", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetPageBlobReference", + "Name": "EndDeleteIfExists", "Parameters": [ { - "Name": "blobName", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "ReturnType": "System.Boolean" }, { - "Name": "GetBlockBlobReference", + "Name": "DeleteIfExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "blobName", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetBlockBlobReference", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "blobName", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "GetAppendBlobReference", - "Parameters": [ + }, { - "Name": "blobName", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetAppendBlobReference", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "blobName", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "GetBlobReference", + "Name": "Undelete", "Parameters": [ { - "Name": "blobName", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "System.Void" }, { - "Name": "GetBlobReference", + "Name": "BeginUndelete", "Parameters": [ { - "Name": "blobName", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetDirectoryReference", + "Name": "BeginUndelete", "Parameters": [ { - "Name": "itemName", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Equals", + "Name": "EndUndelete", "Parameters": [ { - "Name": "obj", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Void" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Storage.Blob.BlobResultSegment": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobResultSegment", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobResultSegment, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", - "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.IListBlobItem]" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", + "Name": "UndeleteAsync", "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "UndeleteAsync", "Parameters": [ { - "Name": "obj", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, + "Name": "UndeleteAsync", "Parameters": [ { - "Name": "blobs", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "continuationToken", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.Storage.Blob.BlobContinuationToken": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContinuationToken, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "TargetLocation": "System.Nullable`1[Microsoft.Azure.Storage.StorageLocation]", - "NextMarker": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "GetSchema", - "Parameters": [], - "ReturnType": "System.Xml.Schema.XmlSchema" - }, - { - "Name": "ReadXmlAsync", - "Parameters": [ + }, { - "Name": "reader", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WriteXml", + "Name": "UndeleteAsync", "Parameters": [ { - "Name": "writer", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobResultSegment]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.BlobResultSegment, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.BlobResultSegment" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.CloudPageBlob": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudPageBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", - "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", - "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "IsDeleted": "System.Boolean", - "IsSnapshot": "System.Boolean", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamMinimumReadSizeInBytes": "System.Int32", - "StreamWriteSizeInBytes": "System.Int32", - "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "Name": "System.String", - "SnapshotQualifiedUri": "System.Uri", - "Uri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "OpenWrite", + "Name": "AcquireLease", "Parameters": [ { - "Name": "size", + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511475,13 +524899,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" + "ReturnType": "System.String" }, { - "Name": "BeginOpenWrite", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "size", + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511496,10 +524924,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenWrite", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "size", + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511526,30 +524958,38 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenWrite", + "Name": "EndAcquireLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" + "ReturnType": "System.String" }, { - "Name": "OpenWriteAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "size", + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "OpenWriteAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "size", + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511557,13 +524997,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "OpenWriteAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "size", + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511579,13 +525023,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "OpenWriteAsync", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "size", + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511605,45 +525053,47 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "OpenWriteAsync", + "Name": "RenewLease", "Parameters": [ { - "Name": "size", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginRenewLease", + "Parameters": [ { - "Name": "options", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStream", + "Name": "BeginRenewLease", "Parameters": [ - { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -511655,21 +525105,55 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndRenewLease", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Void" }, { - "Name": "UploadFromStream", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "source", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ { - "Name": "premiumPageBlobTier", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "RenewLeaseAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -511683,17 +525167,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromStream", + "Name": "RenewLeaseAsync", "Parameters": [ { - "Name": "source", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511709,21 +525211,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "UploadFromStream", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "source", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginChangeLease", + "Parameters": [ + { + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511737,33 +525253,47 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "EndChangeLease", "Parameters": [ { - "Name": "source", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ { - "Name": "callback", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginUploadFromStream", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "source", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511771,35 +525301,63 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ChangeLeaseAsync", + "Parameters": [ + { + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginUploadFromStream", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "source", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "ReleaseLease", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -511811,6 +525369,16 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginReleaseLease", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "callback", @@ -511824,14 +525392,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginReleaseLease", "Parameters": [ { - "Name": "source", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511846,16 +525418,60 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadFromStream", + "Name": "EndReleaseLease", "Parameters": [ { - "Name": "source", + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "ReleaseLeaseAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -511869,29 +525485,57 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "BreakLease", + "Parameters": [ + { + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.TimeSpan" }, { - "Name": "BeginUploadFromStream", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "source", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginBreakLease", + "Parameters": [ + { + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511918,30 +525562,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "EndBreakLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.TimeSpan" }, { - "Name": "UploadFromStreamAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "source", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "UploadFromStreamAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "source", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511949,13 +525593,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "UploadFromStreamAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "source", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511971,13 +525615,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "UploadFromStreamAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "source", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -511997,21 +525641,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "UploadFromStreamAsync", + "Name": "StartCopy", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512021,27 +525665,41 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "BeginStartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginStartCopy", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512053,39 +525711,41 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "EndStartCopy", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "UploadFromStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopyAsync", + "Parameters": [ { - "Name": "length", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512093,21 +525753,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512119,21 +525779,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512149,25 +525809,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512183,37 +525843,37 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromStreamAsync", + "Name": "StartCopyAsync", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "standardBlockBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512221,13 +525881,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "UploadFromFile", + "Name": "AbortCopy", "Parameters": [ { - "Name": "path", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512246,14 +525906,28 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromFile", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "path", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512267,33 +525941,79 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndAbortCopy", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromFile", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "path", + "Name": "copyId", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ + { + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUploadFromFile", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "path", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512309,25 +526029,53 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "Snapshot", + "Parameters": [ + { + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "BeginUploadFromFile", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "path", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSnapshot", + "Parameters": [ + { + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512354,44 +526102,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromFile", + "Name": "EndSnapshot", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "UploadFromFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "SnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "UploadFromFileAsync", + "Name": "SnapshotAsync", "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "UploadFromFileAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "path", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512407,13 +526146,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "UploadFromFileAsync", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "path", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512433,171 +526172,402 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "UploadFromFileAsync", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "path", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ { - "Name": "accessCondition", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndGetAccountProperties", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "UploadFromFileAsync", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "path", + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "blobAbsoluteUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "blobAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "blobAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "blobAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "blobAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "client", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" + ] }, { - "Name": "UploadFromByteArray", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "buffer", + "Name": "blobAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "credentials", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "blobAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "client", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Microsoft.Azure.Storage.Blob.CloudBlobStream": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlobStream", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobStream, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "CanRead": "System.Boolean", + "CanSeek": "System.Boolean", + "CanTimeout": "System.Boolean", + "CanWrite": "System.Boolean", + "ReadTimeout": "System.Int32", + "WriteTimeout": "System.Int32", + "Length": "System.Int64", + "Position": "System.Int64" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Commit", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "BeginCommit", + "Parameters": [ + { + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndCommit", + "Parameters": [ + { + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArray", + "Name": "BeginFlush", "Parameters": [ { - "Name": "buffer", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndFlush", + "Parameters": [ { - "Name": "count", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "CommitAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CopyToAsync", + "Parameters": [ { - "Name": "premiumPageBlobTier", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CopyToAsync", + "Parameters": [ { - "Name": "accessCondition", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "bufferSize", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CopyToAsync", + "Parameters": [ + { + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUploadFromByteArray", + "Name": "CopyToAsync", "Parameters": [ { - "Name": "buffer", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "bufferSize", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "CopyTo", + "Parameters": [ { - "Name": "callback", + "Name": "destination", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "CopyTo", + "Parameters": [ + { + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "bufferSize", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginUploadFromByteArray", + "Name": "Close", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "Dispose", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "Flush", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "FlushAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "FlushAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "BeginRead", "Parameters": [ { "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512605,37 +526575,53 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.IAsyncResult" + }, + { + "Name": "EndRead", + "Parameters": [ { - "Name": "operationContext", + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ReadAsync", + "Parameters": [ + { + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "BeginUploadFromByteArray", + "Name": "ReadAsync", "Parameters": [ { "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512643,19 +526629,39 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "ReadAsync", + "Parameters": [ + { + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.ValueTask`1[System.Int32]" + }, + { + "Name": "BeginWrite", + "Parameters": [ + { + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512667,10 +526673,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.IAsyncResult" }, { - "Name": "EndUploadFromByteArray", + "Name": "EndWrite", "Parameters": [ { "Name": "asyncResult", @@ -512680,14 +526686,14 @@ "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteAsync", "Parameters": [ { "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512698,14 +526704,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteAsync", "Parameters": [ { "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512720,56 +526726,381 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "WriteAsync", "Parameters": [ { "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.ValueTask" + }, + { + "Name": "Seek", + "Parameters": [ { - "Name": "count", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "origin", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int64" + }, + { + "Name": "SetLength", + "Parameters": [ + { + "Name": "value", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Read", + "Parameters": [ + { + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Int32" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "Read", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ReadByte", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "Write", "Parameters": [ { "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "Write", + "Parameters": [ + { + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "WriteByte", + "Parameters": [ + { + "Name": "value", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "GetLifetimeService", + "Parameters": [], + "ReturnType": "System.Object" + }, + { + "Name": "InitializeLifetimeService", + "Parameters": [], + "ReturnType": "System.Object" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudBlobStream, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.CloudBlobStream" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.PageRange, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.PageRange" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.PageRange": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.PageRange", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PageRange, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "StartOffset": "System.Int64", + "EndOffset": "System.Int64" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "start", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "end", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.PageRange, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.PageDiffRange, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.PageDiffRange" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.PageDiffRange": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.PageDiffRange", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PageDiffRange, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "IsClearedPageRange": "System.Boolean", + "StartOffset": "System.Int64", + "EndOffset": "System.Int64" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "start", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "end", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "isCleared", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.PageDiffRange, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.CloudPageBlob" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.CloudBlob": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", + "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", + "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "IsSnapshot": "System.Boolean", + "IsDeleted": "System.Boolean", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamMinimumReadSizeInBytes": "System.Int32", + "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "Name": "System.String", + "Uri": "System.Uri", + "SnapshotQualifiedUri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", + "Parameters": [ + { + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512781,65 +527112,133 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "GetAccountProperties", "Parameters": [ { - "Name": "buffer", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "groupPolicyIdentifier", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "headers", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "headers", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "groupPolicyIdentifier", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "GetSharedAccessSignature", + "Parameters": [ + { + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "headers", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "groupPolicyIdentifier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "protocols", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "ipAddressOrRange", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "GetUserDelegationSharedAccessSignature", "Parameters": [ { - "Name": "buffer", + "Name": "delegationKey", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "headers", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "protocols", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "ipAddressOrRange", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "OpenRead", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -512851,25 +527250,27 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.IO.Stream" + }, + { + "Name": "BeginOpenRead", + "Parameters": [ { - "Name": "progressHandler", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Create", + "Name": "BeginOpenRead", "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -512881,21 +527282,46 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Create", + "Name": "EndOpenRead", "Parameters": [ { - "Name": "size", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.IO.Stream" + }, + { + "Name": "OpenReadAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + }, + { + "Name": "OpenReadAsync", + "Parameters": [ { - "Name": "premiumPageBlobTier", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + }, + { + "Name": "OpenReadAsync", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -512909,31 +527335,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "BeginCreate", + "Name": "OpenReadAsync", "Parameters": [ { - "Name": "size", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" }, { - "Name": "BeginCreate", + "Name": "DownloadToStream", "Parameters": [ { - "Name": "size", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512947,6 +527377,16 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDownloadToStream", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "callback", @@ -512960,14 +527400,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreate", + "Name": "BeginDownloadToStream", "Parameters": [ { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "premiumPageBlobTier", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -512994,7 +527430,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreate", + "Name": "EndDownloadToStream", "Parameters": [ { "Name": "asyncResult", @@ -513004,20 +527440,20 @@ "ReturnType": "System.Void" }, { - "Name": "CreateAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "size", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "size", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513028,10 +527464,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "size", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513050,10 +527486,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "size", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513076,14 +527512,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateAsync", + "Name": "DownloadToStreamAsync", "Parameters": [ { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "premiumPageBlobTier", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513098,6 +527530,10 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -513106,12 +527542,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Resize", + "Name": "RotateEncryptionKey", "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -513128,12 +527560,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginResize", + "Name": "BeginRotateEncryptionKey", "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -513146,12 +527574,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginResize", + "Name": "BeginRotateEncryptionKey", "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -513176,7 +527600,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndResize", + "Name": "EndRotateEncryptionKey", "Parameters": [ { "Name": "asyncResult", @@ -513186,22 +527610,13 @@ "ReturnType": "System.Void" }, { - "Name": "ResizeAsync", - "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], + "Name": "RotateEncryptionKeyAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -513210,12 +527625,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -513232,12 +527643,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ResizeAsync", + "Name": "RotateEncryptionKeyAsync", "Parameters": [ - { - "Name": "size", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -513258,14 +527665,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetSequenceNumber", + "Name": "DownloadToFile", "Parameters": [ { - "Name": "sequenceNumberAction", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sequenceNumber", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513284,14 +527691,14 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetSequenceNumber", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "sequenceNumberAction", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sequenceNumber", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513306,14 +527713,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetSequenceNumber", + "Name": "BeginDownloadToFile", "Parameters": [ { - "Name": "sequenceNumberAction", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sequenceNumber", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513340,7 +527747,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetSequenceNumber", + "Name": "EndDownloadToFile", "Parameters": [ { "Name": "asyncResult", @@ -513350,28 +527757,28 @@ "ReturnType": "System.Void" }, { - "Name": "SetSequenceNumberAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "sequenceNumberAction", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sequenceNumber", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetSequenceNumberAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "sequenceNumberAction", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sequenceNumber", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513382,14 +527789,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetSequenceNumberAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "sequenceNumberAction", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sequenceNumber", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513408,14 +527815,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetSequenceNumberAsync", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "sequenceNumberAction", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sequenceNumber", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513438,14 +527845,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetPageRanges", + "Name": "DownloadToFileAsync", "Parameters": [ { - "Name": "offset", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513459,112 +527866,85 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]" - }, - { - "Name": "BeginGetPageRanges", - "Parameters": [ + }, { - "Name": "callback", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginGetPageRanges", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "offset", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "parallelIOCount", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "rangeSizeInBytes", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DownloadToFileParallelAsync", + "Parameters": [ { - "Name": "operationContext", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "parallelIOCount", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndGetPageRanges", - "Parameters": [ + }, { - "Name": "asyncResult", + "Name": "rangeSizeInBytes", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]" - }, - { - "Name": "GetPageRangesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]" - }, - { - "Name": "GetPageRangesAsync", - "Parameters": [ + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetPageRangesAsync", + "Name": "DownloadToFileParallelAsync", "Parameters": [ { - "Name": "offset", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "mode", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "parallelIOCount", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "rangeSizeInBytes", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]" - }, - { - "Name": "GetPageRangesAsync", - "Parameters": [ { "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" @@ -513590,21 +527970,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetPageRangesDiff", + "Name": "DownloadToByteArray", "Parameters": [ { - "Name": "previousSnapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513620,13 +527996,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]" + "ReturnType": "System.Int32" }, { - "Name": "BeginGetPageRangesDiff", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "previousSnapshotTime", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513641,18 +528021,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetPageRangesDiff", + "Name": "BeginDownloadToByteArray", "Parameters": [ { - "Name": "previousSnapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513679,30 +528055,38 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetPageRangesDiff", + "Name": "EndDownloadToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]" + "ReturnType": "System.Int32" }, { - "Name": "GetPageRangesDiffAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "previousSnapshotTime", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "GetPageRangesDiffAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "previousSnapshotTime", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513710,21 +528094,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "GetPageRangesDiffAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "previousSnapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513740,21 +528120,47 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "GetPageRangesDiffAsync", + "Name": "DownloadToByteArrayAsync", "Parameters": [ { - "Name": "previousSnapshotTime", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + }, + { + "Name": "DownloadToByteArrayAsync", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513769,18 +528175,30 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "CreateSnapshot", + "Name": "DownloadRangeToStream", "Parameters": [ { - "Name": "metadata", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513796,11 +528214,23 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" + "ReturnType": "System.Void" }, { - "Name": "BeginCreateSnapshot", + "Name": "BeginDownloadRangeToStream", "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -513813,10 +528243,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreateSnapshot", + "Name": "BeginDownloadRangeToStream", "Parameters": [ { - "Name": "metadata", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513843,91 +528281,98 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreateSnapshot", + "Name": "EndDownloadRangeToStream", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudPageBlob" - }, - { - "Name": "CreateSnapshotAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]" + "ReturnType": "System.Void" }, { - "Name": "CreateSnapshotAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "cancellationToken", + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateSnapshotAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "metadata", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "CreateSnapshotAsync", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "metadata", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WritePages", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "pageData", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "startOffset", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513941,15 +528386,19 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "WritePages", + "Name": "DownloadRangeToStreamAsync", "Parameters": [ { - "Name": "sourceUri", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -513957,87 +528406,83 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "startOffset", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceContentChecksum", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginWritePages", + "Name": "DownloadRangeToByteArray", "Parameters": [ { - "Name": "pageData", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "startOffset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "blobOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginWritePages", - "Parameters": [ + }, { - "Name": "pageData", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "startOffset", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "BeginDownloadRangeToByteArray", + "Parameters": [ { - "Name": "contentChecksum", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "blobOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514052,34 +528497,26 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWritePages", + "Name": "BeginDownloadRangeToByteArray", "Parameters": [ { - "Name": "sourceUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "count", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "startOffset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceContentChecksum", + "Name": "blobOffset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514102,46 +528539,54 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWritePages", + "Name": "EndDownloadRangeToByteArray", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "WritePagesAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "pageData", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "startOffset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "blobOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WritePagesAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "pageData", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "startOffset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "blobOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514149,21 +528594,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WritePagesAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "pageData", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "startOffset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "blobOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514179,21 +528628,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WritePagesAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "pageData", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "startOffset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "blobOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514213,21 +528666,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WritePagesAsync", + "Name": "DownloadRangeToByteArrayAsync", "Parameters": [ { - "Name": "pageData", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "startOffset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "blobOffset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514251,39 +528708,100 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" }, { - "Name": "WritePagesAsync", + "Name": "Exists", "Parameters": [ { - "Name": "sourceUri", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "BeginExists", + "Parameters": [ { - "Name": "count", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "startOffset", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginExists", + "Parameters": [ + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceContentChecksum", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndExists", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "ExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -514297,19 +528815,33 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "ClearPages", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "startOffset", + "Name": "primaryOnly", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "FetchAttributes", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -514326,16 +528858,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginClearPages", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -514348,16 +528872,8 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginClearPages", + "Name": "BeginFetchAttributes", "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -514382,7 +528898,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndClearPages", + "Name": "EndFetchAttributes", "Parameters": [ { "Name": "asyncResult", @@ -514392,30 +528908,13 @@ "ReturnType": "System.Void" }, { - "Name": "ClearPagesAsync", - "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], + "Name": "FetchAttributesAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearPagesAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -514424,16 +528923,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearPagesAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -514450,16 +528941,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ClearPagesAsync", + "Name": "FetchAttributesAsync", "Parameters": [ - { - "Name": "startOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -514480,70 +528963,93 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "SetMetadata", "Parameters": [ { - "Name": "source", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginSetMetadata", + "Parameters": [ { - "Name": "options", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopy", + "Name": "BeginSetMetadata", "Parameters": [ { - "Name": "source", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndSetMetadata", + "Parameters": [ { - "Name": "operationContext", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "StartIncrementalCopy", + "Name": "SetMetadataAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "sourceSnapshot", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetMetadataAsync", + "Parameters": [ { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514555,55 +529061,51 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartIncrementalCopy", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "sourceSnapshotUri", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginStartCopy", + "Name": "SetProperties", "Parameters": [ { - "Name": "source", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginStartIncrementalCopy", + "Name": "BeginSetProperties", "Parameters": [ - { - "Name": "sourceSnapshot", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -514616,18 +529118,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginSetProperties", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sourceAccessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514650,52 +529144,79 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "EndSetProperties", "Parameters": [ { - "Name": "source", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { - "Name": "premiumPageBlobTier", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "SetPropertiesAsync", + "Parameters": [ + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginStartIncrementalCopy", + "Name": "Delete", "Parameters": [ { - "Name": "sourceSnapshot", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514705,7 +529226,13 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginDelete", + "Parameters": [ { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -514718,14 +529245,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartIncrementalCopy", + "Name": "BeginDelete", "Parameters": [ { - "Name": "sourceSnapshot", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514748,78 +529275,87 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndStartIncrementalCopy", + "Name": "EndDelete", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "StartCopyAsync", + "Name": "DeleteAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "DeleteAsync", "Parameters": [ { - "Name": "source", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "source", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "source", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sourceAccessCondition", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514829,31 +529365,33 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Boolean" }, { - "Name": "StartCopyAsync", + "Name": "BeginDeleteIfExists", "Parameters": [ { - "Name": "source", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginDeleteIfExists", + "Parameters": [ { - "Name": "sourceAccessCondition", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514865,45 +529403,50 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartIncrementalCopyAsync", + "Name": "EndDeleteIfExists", "Parameters": [ { - "Name": "source", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Boolean" }, { - "Name": "StartIncrementalCopyAsync", + "Name": "DeleteIfExistsAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", "Parameters": [ - { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "StartIncrementalCopyAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "sourceSnapshot", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514913,23 +529456,19 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "StartIncrementalCopyAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "sourceSnapshotUri", + "Name": "deleteSnapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514945,13 +529484,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" }, { - "Name": "SetPremiumBlobTier", + "Name": "Undelete", "Parameters": [ { - "Name": "premiumPageBlobTier", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -514966,12 +529505,8 @@ "ReturnType": "System.Void" }, { - "Name": "BeginSetPremiumBlobTier", + "Name": "BeginUndelete", "Parameters": [ - { - "Name": "premiumPageBlobTier", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -514984,10 +529519,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetPremiumBlobTier", + "Name": "BeginUndelete", "Parameters": [ { - "Name": "premiumPageBlobTier", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515010,7 +529545,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetPremiumBlobTier", + "Name": "EndUndelete", "Parameters": [ { "Name": "asyncResult", @@ -515020,22 +529555,13 @@ "ReturnType": "System.Void" }, { - "Name": "SetPremiumBlobTierAsync", - "Parameters": [ - { - "Name": "premiumPageBlobTier", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], + "Name": "UndeleteAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPremiumBlobTierAsync", + "Name": "UndeleteAsync", "Parameters": [ - { - "Name": "premiumPageBlobTier", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -515044,10 +529570,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPremiumBlobTierAsync", + "Name": "UndeleteAsync", "Parameters": [ { - "Name": "premiumPageBlobTier", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515062,10 +529588,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPremiumBlobTierAsync", + "Name": "UndeleteAsync", "Parameters": [ { - "Name": "premiumPageBlobTier", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515084,10 +529610,22 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "AcquireLease", "Parameters": [ { - "Name": "requestOptions", + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515095,150 +529633,164 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.String" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "requestOptions", + "Name": "leaseTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetAccountProperties", + "Name": "BeginAcquireLease", "Parameters": [ { - "Name": "requestOptions", + "Name": "leaseTime", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "proposedLeaseId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetSharedAccessSignature", - "Parameters": [ + }, { - "Name": "policy", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "GetSharedAccessSignature", + "Name": "EndAcquireLease", "Parameters": [ { - "Name": "policy", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "groupPolicyIdentifier", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "policy", + "Name": "leaseTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "headers", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "policy", + "Name": "leaseTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "headers", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "groupPolicyIdentifier", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetSharedAccessSignature", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "policy", + "Name": "leaseTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "headers", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "groupPolicyIdentifier", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "protocols", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "ipAddressOrRange", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetUserDelegationSharedAccessSignature", + "Name": "AcquireLeaseAsync", "Parameters": [ { - "Name": "delegationKey", + "Name": "leaseTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "policy", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "headers", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "protocols", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "ipAddressOrRange", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "OpenRead", + "Name": "RenewLease", "Parameters": [ { "Name": "accessCondition", @@ -515253,11 +529805,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenRead", + "Name": "BeginRenewLease", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -515270,7 +529826,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginOpenRead", + "Name": "BeginRenewLease", "Parameters": [ { "Name": "accessCondition", @@ -515296,32 +529852,41 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndOpenRead", + "Name": "EndRenewLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Void" }, { - "Name": "OpenReadAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "Name": "RenewLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "RenewLeaseAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -515336,10 +529901,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "OpenReadAsync", + "Name": "RenewLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -515358,13 +529923,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToStream", + "Name": "ChangeLease", "Parameters": [ { - "Name": "target", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515380,13 +529945,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "target", + "Name": "proposedLeaseId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515401,10 +529970,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToStream", + "Name": "BeginChangeLease", "Parameters": [ { - "Name": "target", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515431,44 +530000,34 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToStream", + "Name": "EndChangeLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "DownloadToStreamAsync", - "Parameters": [ - { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "DownloadToStreamAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "target", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "target", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515476,21 +530035,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "target", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515504,19 +530059,15 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ChangeLeaseAsync", "Parameters": [ { - "Name": "target", + "Name": "proposedLeaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515531,19 +530082,15 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "RotateEncryptionKey", + "Name": "ReleaseLease", "Parameters": [ { "Name": "accessCondition", @@ -515561,8 +530108,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginRotateEncryptionKey", + "Name": "BeginReleaseLease", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -515575,7 +530126,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRotateEncryptionKey", + "Name": "BeginReleaseLease", "Parameters": [ { "Name": "accessCondition", @@ -515601,7 +530152,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRotateEncryptionKey", + "Name": "EndReleaseLease", "Parameters": [ { "Name": "asyncResult", @@ -515611,13 +530162,22 @@ "ReturnType": "System.Void" }, { - "Name": "RotateEncryptionKeyAsync", - "Parameters": [], + "Name": "ReleaseLeaseAsync", + "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -515626,7 +530186,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -515644,7 +530204,7 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "ReleaseLeaseAsync", "Parameters": [ { "Name": "accessCondition", @@ -515666,14 +530226,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadToFile", + "Name": "BreakLease", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515689,17 +530245,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.TimeSpan" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515714,14 +530266,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToFile", + "Name": "BeginBreakLease", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515748,94 +530296,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToFile", + "Name": "EndBreakLease", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.TimeSpan" }, { - "Name": "DownloadToFileAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToFileAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515843,17 +530327,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToFileAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515867,91 +530347,15 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileParallelAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "parallelIOCount", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "rangeSizeInBytes", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DownloadToFileParallelAsync", - "Parameters": [ - { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "parallelIOCount", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "rangeSizeInBytes", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "BreakLeaseAsync", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "parallelIOCount", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "rangeSizeInBytes", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "breakPeriod", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515971,21 +530375,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" }, { - "Name": "DownloadToByteArray", + "Name": "StartCopy", "Parameters": [ { - "Name": "target", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -515997,17 +530401,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516022,18 +530422,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadToByteArray", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "target", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516056,38 +530456,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadToByteArray", + "Name": "EndStartCopy", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.String" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516095,21 +530487,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516121,21 +530513,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516151,33 +530543,33 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "premiumPageBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516185,25 +530577,29 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadRangeToStream", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "target", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "standardBlockBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516213,49 +530609,59 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "AbortCopy", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "BeginAbortCopy", "Parameters": [ { - "Name": "target", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAbortCopy", + "Parameters": [ + { + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516282,7 +530688,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToStream", + "Name": "EndAbortCopy", "Parameters": [ { "Name": "asyncResult", @@ -516292,58 +530698,56 @@ "ReturnType": "System.Void" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AbortCopyAsync", + "Parameters": [ { - "Name": "offset", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "AbortCopyAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516357,23 +530761,19 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "Snapshot", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516387,27 +530787,29 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "BeginSnapshot", "Parameters": [ { - "Name": "target", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginSnapshot", + "Parameters": [ { - "Name": "length", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516423,33 +530825,46 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DownloadRangeToByteArray", + "Name": "EndSnapshot", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" + }, + { + "Name": "SnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", + "Parameters": [ { - "Name": "blobOffset", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "SnapshotAsync", + "Parameters": [ { - "Name": "length", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516465,27 +530880,37 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "SnapshotAsync", "Parameters": [ { - "Name": "target", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobOffset", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + }, + { + "Name": "BeginGetAccountProperties", + "Parameters": [ { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -516498,30 +530923,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "BeginGetAccountProperties", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "requestOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516540,180 +530945,214 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "EndGetAccountProperties", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "GetAccountPropertiesAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + }, + { + "Name": "GetAccountPropertiesAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ { - "Name": "cancellationToken", + "Name": "blobAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + ] }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "target", + "Name": "blobAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ { - "Name": "blobOffset", + "Name": "blobAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "client", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ { - "Name": "accessCondition", + "Name": "blobAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + ] }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobOffset", + "Name": "blobAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "client", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ { - "Name": "options", + "Name": "blobAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "credentials", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + ] }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "blobAbsoluteUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobOffset", + "Name": "snapshotTime", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "client", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + } + ] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.CloudBlob" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.CloudBlockBlob": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.CloudBlockBlob", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlockBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", + "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", + "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", + "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", + "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", + "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", + "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", + "StorageUri": "Microsoft.Azure.Storage.StorageUri", + "IsDeleted": "System.Boolean", + "IsSnapshot": "System.Boolean", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StreamMinimumReadSizeInBytes": "System.Int32", + "StreamWriteSizeInBytes": "System.Int32", + "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", + "Name": "System.String", + "SnapshotQualifiedUri": "System.Uri", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "OpenWrite", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" - }, - { - "Name": "Exists", - "Parameters": [ { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -516723,10 +531162,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" }, { - "Name": "BeginExists", + "Name": "BeginOpenWrite", "Parameters": [ { "Name": "callback", @@ -516740,8 +531179,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginExists", + "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -516762,47 +531205,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndExists", + "Name": "EndOpenWrite", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" }, { - "Name": "ExistsAsync", + "Name": "OpenWriteAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "ExistsAsync", + "Name": "OpenWriteAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "ExistsAsync", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "options", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" @@ -516810,19 +531243,15 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "ExistsAsync", + "Name": "OpenWriteAsync", "Parameters": [ { - "Name": "primaryOnly", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -516838,11 +531267,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { - "Name": "FetchAttributes", + "Name": "UploadFromStream", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -516859,22 +531292,16 @@ "ReturnType": "System.Void" }, { - "Name": "BeginFetchAttributes", + "Name": "UploadFromStream", "Parameters": [ { - "Name": "callback", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginFetchAttributes", - "Parameters": [ + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -516886,64 +531313,35 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndFetchAttributes", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Void" }, { - "Name": "FetchAttributesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [ - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "accessCondition", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "FetchAttributesAsync", + "Name": "BeginUploadFromStream", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -516957,33 +531355,27 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "SetMetadata", + "Name": "BeginUploadFromStream", "Parameters": [ { - "Name": "accessCondition", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginSetMetadata", - "Parameters": [ { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -516996,8 +531388,16 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginSetMetadata", + "Name": "BeginUploadFromStream", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517022,7 +531422,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetMetadata", + "Name": "EndUploadFromStream", "Parameters": [ { "Name": "asyncResult", @@ -517032,13 +531432,22 @@ "ReturnType": "System.Void" }, { - "Name": "SetMetadataAsync", - "Parameters": [], + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517047,8 +531456,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517065,8 +531478,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetMetadataAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517087,8 +531504,12 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetProperties", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517100,78 +531521,87 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginSetProperties", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "callback", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginSetProperties", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndSetProperties", - "Parameters": [ + }, { - "Name": "asyncResult", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "SetPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetPropertiesAsync", - "Parameters": [ + }, { - "Name": "cancellationToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517183,13 +531613,25 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetPropertiesAsync", + "Name": "UploadFromStreamAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517202,6 +531644,10 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517210,10 +531656,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Delete", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -517232,8 +531678,12 @@ "ReturnType": "System.Void" }, { - "Name": "BeginDelete", + "Name": "BeginUploadFromFile", "Parameters": [ + { + "Name": "path", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517246,10 +531696,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDelete", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -517276,7 +531726,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDelete", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -517286,13 +531736,22 @@ "ReturnType": "System.Void" }, { - "Name": "DeleteAsync", - "Parameters": [], + "Name": "UploadFromFileAsync", + "Parameters": [ + { + "Name": "path", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "UploadFromFileAsync", "Parameters": [ + { + "Name": "path", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517301,10 +531760,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -517323,10 +531782,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -517349,10 +531808,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DeleteIfExists", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -517366,106 +531825,87 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginDeleteIfExists", - "Parameters": [ + }, { - "Name": "callback", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginDeleteIfExists", + "Name": "UploadFromByteArray", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndDeleteIfExists", - "Parameters": [ - { - "Name": "asyncResult", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Void" }, { - "Name": "DeleteIfExistsAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "cancellationToken", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ + }, { - "Name": "deleteSnapshotsOption", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "DeleteIfExistsAsync", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -517481,98 +531921,111 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Undelete", + "Name": "EndUploadFromByteArray", "Parameters": [ { - "Name": "accessCondition", + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUndelete", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "callback", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUndelete", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndUndelete", - "Parameters": [ + }, { - "Name": "asyncResult", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "UndeleteAsync", - "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UndeleteAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "cancellationToken", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UndeleteAsync", - "Parameters": [ + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517584,13 +532037,29 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UndeleteAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ + { + "Name": "buffer", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "index", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517603,6 +532072,10 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517611,14 +532084,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLease", + "Name": "UploadText", "Parameters": [ { - "Name": "leaseTime", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -517634,17 +532107,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "BeginAcquireLease", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "leaseTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "proposedLeaseId", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -517659,14 +532128,14 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAcquireLease", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "leaseTime", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -517693,56 +532162,74 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAcquireLease", + "Name": "EndUploadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Void" }, { - "Name": "AcquireLeaseAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "leaseTime", + "Name": "content", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ + { + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "leaseTime", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "leaseTime", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -517756,19 +532243,23 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AcquireLeaseAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "leaseTime", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -517783,16 +532274,24 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "RenewLease", + "Name": "DownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517806,15 +532305,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginRenewLease", + "Name": "BeginDownloadText", "Parameters": [ - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517827,8 +532322,12 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginRenewLease", + "Name": "BeginDownloadText", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517853,42 +532352,37 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndRenewLease", + "Name": "EndDownloadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "RenewLeaseAsync", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "DownloadTextAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadTextAsync", "Parameters": [ - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517902,11 +532396,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "RenewLeaseAsync", + "Name": "DownloadTextAsync", "Parameters": [ + { + "Name": "encoding", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -517924,13 +532422,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "ChangeLease", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -517944,15 +532442,31 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "BeginChangeLease", + "Name": "PutBlock", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "blockId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "blockData", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -517960,93 +532474,75 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginChangeLease", + "Name": "PutBlock", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndChangeLease", - "Parameters": [ - { - "Name": "asyncResult", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ + }, { - "Name": "proposedLeaseId", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Void" }, { - "Name": "ChangeLeaseAsync", + "Name": "PutBlock", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ + }, { - "Name": "proposedLeaseId", + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518062,59 +532558,61 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Void" }, { - "Name": "ChangeLeaseAsync", + "Name": "BeginPutBlock", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "ReleaseLease", + "Name": "BeginPutBlock", "Parameters": [ { - "Name": "accessCondition", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -518127,18 +532625,26 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginReleaseLease", + "Name": "BeginPutBlock", "Parameters": [ { - "Name": "accessCondition", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518153,7 +532659,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndReleaseLease", + "Name": "EndPutBlock", "Parameters": [ { "Name": "asyncResult", @@ -518163,164 +532669,166 @@ "ReturnType": "System.Void" }, { - "Name": "ReleaseLeaseAsync", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ + }, { - "Name": "accessCondition", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLeaseAsync", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "ReleaseLeaseAsync", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLease", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginBreakLease", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "contentMD5", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginBreakLease", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndBreakLease", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ + }, { - "Name": "breakPeriod", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ + }, { - "Name": "breakPeriod", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518328,13 +532836,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "blockId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "blockData", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518350,137 +532866,139 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BreakLeaseAsync", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "source", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginStartCopy", - "Parameters": [ + }, { - "Name": "source", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginStartCopy", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "source", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndStartCopy", - "Parameters": [ + }, { - "Name": "asyncResult", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "source", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ + }, { - "Name": "source", + "Name": "blockData", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentMD5", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518488,21 +533006,33 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "source", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentMD5", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518512,23 +533042,39 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "source", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentChecksum", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518544,25 +533090,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "source", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518573,42 +533119,46 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopyAsync", + "Name": "PutBlockAsync", "Parameters": [ { - "Name": "source", + "Name": "blockId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "standardBlockBlobTier", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "rehydratePriority", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518616,13 +533166,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopy", + "Name": "SetStandardBlobTier", "Parameters": [ { - "Name": "copyId", + "Name": "standardBlobTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518641,10 +533195,10 @@ "ReturnType": "System.Void" }, { - "Name": "BeginAbortCopy", + "Name": "BeginSetStandardBlobTier", "Parameters": [ { - "Name": "copyId", + "Name": "standardBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518659,10 +533213,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginAbortCopy", + "Name": "BeginSetStandardBlobTier", "Parameters": [ { - "Name": "copyId", + "Name": "standardBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518689,7 +533243,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndAbortCopy", + "Name": "EndSetStandardBlobTier", "Parameters": [ { "Name": "asyncResult", @@ -518699,20 +533253,20 @@ "ReturnType": "System.Void" }, { - "Name": "AbortCopyAsync", + "Name": "SetStandardBlobTierAsync", "Parameters": [ { - "Name": "copyId", + "Name": "standardBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "SetStandardBlobTierAsync", "Parameters": [ { - "Name": "copyId", + "Name": "standardBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518723,10 +533277,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "SetStandardBlobTierAsync", "Parameters": [ { - "Name": "copyId", + "Name": "standardBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518745,10 +533299,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "AbortCopyAsync", + "Name": "SetStandardBlobTierAsync", "Parameters": [ { - "Name": "copyId", + "Name": "standardBlobTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518771,147 +533329,122 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Snapshot", + "Name": "StartCopy", "Parameters": [ { - "Name": "metadata", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "standardBlockBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "BeginSnapshot", - "Parameters": [ + }, { - "Name": "callback", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginSnapshot", + "Name": "StartCopy", "Parameters": [ { - "Name": "metadata", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "syncCopy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "standardBlockBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndSnapshot", - "Parameters": [ + }, { - "Name": "asyncResult", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "SnapshotAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "SnapshotAsync", - "Parameters": [ + }, { - "Name": "cancellationToken", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.String" }, { - "Name": "SnapshotAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "metadata", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "SnapshotAsync", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "metadata", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" - }, - { - "Name": "BeginGetAccountProperties", - "Parameters": [ + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -518924,10 +533457,26 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginGetAccountProperties", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "requestOptions", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "standardBlockBlobTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -518946,457 +533495,335 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndGetAccountProperties", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "StartCopyAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "Equals", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "obj", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "blobAbsoluteUri", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "blobAbsoluteUri", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "", - "ReturnType": null, + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "blobAbsoluteUri", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "client", + "Name": "standardBlockBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "blobAbsoluteUri", + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "blobAbsoluteUri", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "client", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "", - "ReturnType": null, + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "blobAbsoluteUri", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "incrementalCopy", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - }, - { - "Name": "", - "ReturnType": null, - "Parameters": [ + }, { - "Name": "blobAbsoluteUri", + "Name": "syncCopy", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "standardBlockBlobTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "client", + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "Microsoft.Azure.Storage.Blob.CloudBlobStream": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlobStream", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlobStream, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "CanRead": "System.Boolean", - "CanSeek": "System.Boolean", - "CanTimeout": "System.Boolean", - "CanWrite": "System.Boolean", - "ReadTimeout": "System.Int32", - "WriteTimeout": "System.Int32", - "Length": "System.Int64", - "Position": "System.Int64" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Commit", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "BeginCommit", - "Parameters": [ + }, { - "Name": "callback", + "Name": "sourceAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndCommit", - "Parameters": [ + }, { - "Name": "asyncResult", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginFlush", - "Parameters": [ + }, { - "Name": "callback", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "EndFlush", + "Name": "DownloadBlockList", "Parameters": [ { - "Name": "asyncResult", + "Name": "blockListingFilter", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "CommitAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CopyToAsync", - "Parameters": [ + }, { - "Name": "destination", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CopyToAsync", - "Parameters": [ + }, { - "Name": "destination", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "bufferSize", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]" }, { - "Name": "CopyToAsync", + "Name": "BeginDownloadBlockList", "Parameters": [ { - "Name": "destination", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "CopyToAsync", + "Name": "BeginDownloadBlockList", "Parameters": [ { - "Name": "destination", + "Name": "blockListingFilter", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "bufferSize", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CopyTo", - "Parameters": [ + }, { - "Name": "destination", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "CopyTo", - "Parameters": [ + }, { - "Name": "destination", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "bufferSize", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "Close", - "Parameters": [], - "ReturnType": "System.Void" - }, - { - "Name": "Dispose", - "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Flush", - "Parameters": [], - "ReturnType": "System.Void" + "Name": "EndDownloadBlockList", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]" }, { - "Name": "FlushAsync", + "Name": "DownloadBlockListAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]" }, { - "Name": "FlushAsync", + "Name": "DownloadBlockListAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]" }, { - "Name": "BeginRead", + "Name": "DownloadBlockListAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", + "Name": "blockListingFilter", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.IAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]" }, { - "Name": "EndRead", + "Name": "DownloadBlockListAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "blockListingFilter", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ReadAsync", - "Parameters": [ + }, { - "Name": "buffer", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]" }, { - "Name": "ReadAsync", + "Name": "CreateSnapshot", "Parameters": [ { - "Name": "buffer", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "ReadAsync", + "Name": "BeginCreateSnapshot", "Parameters": [ { - "Name": "buffer", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.ValueTask`1[System.Int32]" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginWrite", + "Name": "BeginCreateSnapshot", "Parameters": [ { - "Name": "buffer", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -519408,63 +533835,72 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.IAsyncResult" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndWrite", + "Name": "EndCreateSnapshot", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" }, { - "Name": "WriteAsync", + "Name": "CreateSnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]" + }, + { + "Name": "CreateSnapshotAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "count", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]" }, { - "Name": "WriteAsync", + "Name": "CreateSnapshotAsync", "Parameters": [ { - "Name": "buffer", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]" }, { - "Name": "WriteAsync", + "Name": "CreateSnapshotAsync", "Parameters": [ { - "Name": "buffer", + "Name": "metadata", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -519472,351 +533908,160 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.ValueTask" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]" }, { - "Name": "Seek", + "Name": "PutBlockList", "Parameters": [ { - "Name": "offset", + "Name": "blockList", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "origin", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int64" - }, - { - "Name": "SetLength", - "Parameters": [ + }, { - "Name": "value", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Void" }, { - "Name": "Read", + "Name": "BeginPutBlockList", "Parameters": [ { - "Name": "buffer", + "Name": "blockList", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "Read", + "Name": "BeginPutBlockList", "Parameters": [ { - "Name": "buffer", + "Name": "blockList", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Int32" - }, - { - "Name": "ReadByte", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "Write", - "Parameters": [ + }, { - "Name": "buffer", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "Write", - "Parameters": [ + }, { - "Name": "buffer", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "WriteByte", + "Name": "EndPutBlockList", "Parameters": [ { - "Name": "value", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Void" }, { - "Name": "GetLifetimeService", - "Parameters": [], - "ReturnType": "System.Object" - }, - { - "Name": "InitializeLifetimeService", - "Parameters": [], - "ReturnType": "System.Object" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", + "Name": "PutBlockListAsync", "Parameters": [ { - "Name": "obj", + "Name": "blockList", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" - }, - { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudBlobStream, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.CloudBlobStream" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.PageRange, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.PageRange" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.PageRange": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.PageRange", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PageRange, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "StartOffset": "System.Int64", - "EndOffset": "System.Int64" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "Equals", + "Name": "PutBlockListAsync", "Parameters": [ { - "Name": "obj", + "Name": "blockList", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, + "Name": "PutBlockListAsync", "Parameters": [ { - "Name": "start", + "Name": "blockList", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "end", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ] - } - ] - }, - "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.PageRange, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageRange]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.PageDiffRange, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.PageDiffRange" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.PageDiffRange": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.PageDiffRange", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.PageDiffRange, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "IsClearedPageRange": "System.Boolean", - "StartOffset": "System.Int64", - "EndOffset": "System.Int64" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, - { - "Name": "Equals", - "Parameters": [ + }, { - "Name": "obj", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, + "Name": "PutBlockListAsync", "Parameters": [ { - "Name": "start", + "Name": "blockList", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "end", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "isCleared", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] - } - ] - }, - "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.PageDiffRange, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.PageDiffRange]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudPageBlob]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudPageBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.CloudPageBlob" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.CloudBlob": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", - "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", - "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "IsSnapshot": "System.Boolean", - "IsDeleted": "System.Boolean", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamMinimumReadSizeInBytes": "System.Int32", - "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "Name": "System.String", - "Uri": "System.Uri", - "SnapshotQualifiedUri": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + ], + "ReturnType": "System.Threading.Tasks.Task" + }, { "Name": "GetAccountPropertiesAsync", "Parameters": [ @@ -523843,22 +538088,92 @@ } ] }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]": { + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.ListBlockItem, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.ListBlockItem" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.ListBlockItem": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.ListBlockItem", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.ListBlockItem, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Committed": "System.Boolean", + "Length": "System.Int64", + "Name": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]": { "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.ListBlockItem, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.CloudBlob" + "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Storage.Blob.CloudBlockBlob": { + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudBlockBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.CloudAppendBlob": { "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudBlockBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudBlockBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Storage.Blob.CloudAppendBlob", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudAppendBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", @@ -523884,6 +538199,10 @@ { "Name": "OpenWrite", "Parameters": [ + { + "Name": "createNew", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -523902,6 +538221,10 @@ { "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "createNew", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -523916,6 +538239,10 @@ { "Name": "BeginOpenWrite", "Parameters": [ + { + "Name": "createNew", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -523951,12 +538278,21 @@ }, { "Name": "OpenWriteAsync", - "Parameters": [], + "Parameters": [ + { + "Name": "createNew", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" }, { "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "createNew", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -523967,6 +538303,10 @@ { "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "createNew", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -523985,6 +538325,10 @@ { "Name": "OpenWriteAsync", "Parameters": [ + { + "Name": "createNew", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -524052,6 +538396,54 @@ ], "ReturnType": "System.Void" }, + { + "Name": "AppendFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AppendFromStream", + "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, { "Name": "BeginUploadFromStream", "Parameters": [ @@ -524157,68 +538549,86 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadFromStream", + "Name": "BeginAppendFromStream", "Parameters": [ { - "Name": "asyncResult", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "UploadFromStreamAsync", - "Parameters": [ + }, { - "Name": "source", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginAppendFromStream", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginAppendFromStream", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "BeginAppendFromStream", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -524232,19 +538642,51 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadFromStreamAsync", + "Name": "EndUploadFromStream", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "EndAppendFromStream", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadFromStreamAsyncHelper", "Parameters": [ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "createNew", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -524274,10 +538716,6 @@ { "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" @@ -524289,10 +538727,6 @@ "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -524307,10 +538741,6 @@ "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -524333,10 +538763,6 @@ "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -524363,10 +538789,6 @@ "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -524391,100 +538813,142 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFile", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "path", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadFromStreamAsync", + "Parameters": [ + { + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUploadFromFile", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "path", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUploadFromFile", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "path", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndUploadFromFile", + "Name": "UploadFromStreamAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "length", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "AppendFromStreamAsync", "Parameters": [ { - "Name": "path", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "AppendFromStreamAsync", "Parameters": [ { - "Name": "path", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -524495,10 +538959,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "AppendFromStreamAsync", "Parameters": [ { - "Name": "path", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -524517,10 +538981,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "AppendFromStreamAsync", "Parameters": [ { - "Name": "path", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -524543,10 +539007,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromFileAsync", + "Name": "AppendFromStreamAsync", "Parameters": [ { - "Name": "path", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -524573,74 +539037,72 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArray", + "Name": "AppendFromStreamAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AppendFromStreamAsync", + "Parameters": [ { - "Name": "accessCondition", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUploadFromByteArray", + "Name": "AppendFromStreamAsync", "Parameters": [ { - "Name": "buffer", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginUploadFromByteArray", + "Name": "AppendFromStreamAsync", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -524656,57 +539118,37 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndUploadFromByteArray", - "Parameters": [ - { - "Name": "asyncResult", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "AppendFromStreamAsync", "Parameters": [ { - "Name": "buffer", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "length", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "UploadFromByteArrayAsync", - "Parameters": [ + }, { - "Name": "buffer", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -524717,18 +539159,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "UploadFromFile", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "count", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -524744,21 +539178,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "AppendFromFile", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "count", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -524772,27 +539198,33 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "BeginUploadFromFile", "Parameters": [ { - "Name": "buffer", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromFile", + "Parameters": [ + { + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -524808,25 +539240,39 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "UploadText", + "Name": "BeginAppendFromFile", "Parameters": [ { - "Name": "content", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "encoding", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAppendFromFile", + "Parameters": [ + { + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -524840,16 +539286,6 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginUploadText", - "Parameters": [ - { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "callback", @@ -524863,14 +539299,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginUploadText", + "Name": "BeginAppendFromFile", "Parameters": [ { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "encoding", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -524885,6 +539317,10 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -524897,7 +539333,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndUploadText", + "Name": "EndUploadFromFile", "Parameters": [ { "Name": "asyncResult", @@ -524907,64 +539343,44 @@ "ReturnType": "System.Void" }, { - "Name": "UploadTextAsync", + "Name": "EndAppendFromFile", "Parameters": [ { - "Name": "content", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "UploadTextAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "encoding", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -524978,23 +539394,15 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "UploadTextAsync", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "encoding", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525009,10 +539417,6 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "progressHandler", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -525021,10 +539425,10 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadText", + "Name": "UploadFromFileAsync", "Parameters": [ { - "Name": "encoding", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525038,84 +539442,47 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "BeginDownloadText", - "Parameters": [ + }, { - "Name": "callback", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginDownloadText", + "Name": "AppendFromFileAsync", "Parameters": [ { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "EndDownloadText", + "Name": "AppendFromFileAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [ + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadTextAsync", + "Name": "AppendFromFileAsync", "Parameters": [ { - "Name": "encoding", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525131,13 +539498,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadTextAsync", + "Name": "AppendFromFileAsync", "Parameters": [ { - "Name": "encoding", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525157,13 +539524,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "DownloadTextAsync", + "Name": "AppendFromFileAsync", "Parameters": [ { - "Name": "encoding", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525187,21 +539554,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlock", + "Name": "UploadFromByteArray", "Parameters": [ { - "Name": "blockId", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blockData", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525220,28 +539587,20 @@ "ReturnType": "System.Void" }, { - "Name": "PutBlock", + "Name": "AppendFromByteArray", "Parameters": [ { - "Name": "blockId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sourceUri", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "contentMD5", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -525258,56 +539617,56 @@ "ReturnType": "System.Void" }, { - "Name": "PutBlock", + "Name": "BeginUploadFromByteArray", "Parameters": [ { - "Name": "blockId", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceUri", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadFromByteArray", + "Parameters": [ { - "Name": "accessCondition", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginPutBlock", - "Parameters": [ + }, { - "Name": "blockId", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blockData", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525322,30 +539681,28 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginPutBlock", + "Name": "EndUploadFromByteArray", "Parameters": [ { - "Name": "blockId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blockData", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "contentChecksum", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAppendFromByteArray", + "Parameters": [ { - "Name": "accessCondition", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525360,26 +539717,30 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginPutBlock", + "Name": "BeginAppendFromByteArray", "Parameters": [ { - "Name": "blockId", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceUri", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525394,7 +539755,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndPutBlock", + "Name": "EndAppendFromByteArray", "Parameters": [ { "Name": "asyncResult", @@ -525404,80 +539765,84 @@ "ReturnType": "System.Void" }, { - "Name": "PutBlockAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "blockId", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blockData", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentMD5", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "blockId", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blockData", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "blockId", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceUri", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentMD5", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "blockId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sourceUri", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525485,25 +539850,15 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "PutBlockAsync", - "Parameters": [ - { - "Name": "blockId", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blockData", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentMD5", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525514,26 +539869,34 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockAsync", + "Name": "UploadFromByteArrayAsync", "Parameters": [ { - "Name": "blockId", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceUri", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentMD5", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525544,26 +539907,36 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockAsync", + "Name": "AppendFromByteArrayAsync", "Parameters": [ { - "Name": "blockId", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceUri", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AppendFromByteArrayAsync", + "Parameters": [ + { + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525574,18 +539947,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockAsync", + "Name": "AppendFromByteArrayAsync", "Parameters": [ { - "Name": "blockId", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blockData", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentMD5", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525604,18 +539977,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockAsync", + "Name": "AppendFromByteArrayAsync", "Parameters": [ { - "Name": "blockId", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blockData", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525629,69 +540002,87 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockAsync", + "Name": "AppendFromByteArrayAsync", "Parameters": [ { - "Name": "blockId", + "Name": "buffer", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceUri", + "Name": "index", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentMD5", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockAsync", + "Name": "UploadText", "Parameters": [ { - "Name": "blockId", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceUri", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "AppendText", + "Parameters": [ + { + "Name": "content", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525707,21 +540098,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Void" }, { - "Name": "PutBlockAsync", + "Name": "BeginUploadText", "Parameters": [ { - "Name": "blockId", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blockData", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentMD5", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginUploadText", + "Parameters": [ + { + "Name": "content", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525737,33 +540142,53 @@ "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "PutBlockAsync", + "Name": "EndUploadText", "Parameters": [ { - "Name": "blockId", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "BeginAppendText", + "Parameters": [ { - "Name": "sourceUri", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAppendText", + "Parameters": [ + { + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentMD5", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525778,6 +540203,44 @@ "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "EndAppendText", + "Parameters": [ + { + "Name": "asyncResult", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Void" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ + { + "Name": "content", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ + { + "Name": "content", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -525786,26 +540249,40 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "blockId", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceUri", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "UploadTextAsync", + "Parameters": [ + { + "Name": "content", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525828,18 +540305,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockAsync", + "Name": "UploadTextAsync", "Parameters": [ { - "Name": "blockId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blockData", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentMD5", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525866,18 +540339,38 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "PutBlockAsync", + "Name": "AppendTextAsync", "Parameters": [ { - "Name": "blockId", + "Name": "content", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AppendTextAsync", + "Parameters": [ + { + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blockData", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AppendTextAsync", + "Parameters": [ + { + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525891,9 +540384,31 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task" + }, + { + "Name": "AppendTextAsync", + "Parameters": [ + { + "Name": "content", + "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "encoding", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525904,14 +540419,14 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetStandardBlobTier", + "Name": "AppendTextAsync", "Parameters": [ { - "Name": "standardBlobTier", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "rehydratePriority", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -525925,35 +540440,53 @@ { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "BeginSetStandardBlobTier", + "Name": "CreateOrReplace", "Parameters": [ { - "Name": "standardBlobTier", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Void" }, { - "Name": "BeginSetStandardBlobTier", + "Name": "BeginCreateOrReplace", "Parameters": [ { - "Name": "standardBlobTier", + "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginCreateOrReplace", + "Parameters": [ { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -525978,7 +540511,7 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndSetStandardBlobTier", + "Name": "EndCreateOrReplace", "Parameters": [ { "Name": "asyncResult", @@ -525988,22 +540521,13 @@ "ReturnType": "System.Void" }, { - "Name": "SetStandardBlobTierAsync", - "Parameters": [ - { - "Name": "standardBlobTier", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], + "Name": "CreateOrReplaceAsync", + "Parameters": [], "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetStandardBlobTierAsync", + "Name": "CreateOrReplaceAsync", "Parameters": [ - { - "Name": "standardBlobTier", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" @@ -526012,12 +540536,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetStandardBlobTierAsync", + "Name": "CreateOrReplaceAsync", "Parameters": [ - { - "Name": "standardBlobTier", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -526034,16 +540554,8 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "SetStandardBlobTierAsync", + "Name": "CreateOrReplaceAsync", "Parameters": [ - { - "Name": "standardBlobTier", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "rehydratePriority", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" @@ -526064,26 +540576,18 @@ "ReturnType": "System.Threading.Tasks.Task" }, { - "Name": "StartCopy", + "Name": "AppendBlock", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "rehydratePriority", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526095,29 +540599,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int64" }, { - "Name": "StartCopy", + "Name": "AppendBlock", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "contentChecksum", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "syncCopy", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "standardBlockBlobTier", + "Name": "count", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "rehydratePriority", + "Name": "sourceContentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526137,13 +540637,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Int64" }, { - "Name": "BeginStartCopy", + "Name": "BeginAppendBlock", "Parameters": [ { - "Name": "source", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526158,18 +540658,40 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginAppendBlock", "Parameters": [ { - "Name": "source", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "contentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "callback", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "state", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + }, + { + "Name": "BeginAppendBlock", + "Parameters": [ + { + "Name": "blockData", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentChecksum", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526192,14 +540714,22 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginStartCopy", + "Name": "BeginAppendBlock", "Parameters": [ { - "Name": "source", + "Name": "sourceUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "standardBlockBlobTier", + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceContentChecksum", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526230,20 +540760,38 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "StartCopyAsync", + "Name": "EndAppendBlock", "Parameters": [ { - "Name": "source", + "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Int64" }, { - "Name": "StartCopyAsync", + "Name": "AppendBlockAsync", "Parameters": [ { - "Name": "source", + "Name": "blockData", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentMD5", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" + }, + { + "Name": "AppendBlockAsync", + "Parameters": [ + { + "Name": "blockData", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526251,21 +540799,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" }, { - "Name": "StartCopyAsync", + "Name": "AppendBlockAsync", "Parameters": [ { - "Name": "source", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526277,29 +540825,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" }, { - "Name": "StartCopyAsync", + "Name": "AppendBlockAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "standardBlockBlobTier", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "rehydratePriority", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526315,33 +540855,59 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" }, { - "Name": "StartCopyAsync", + "Name": "AppendBlockAsync", "Parameters": [ { - "Name": "source", + "Name": "blockData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "contentMD5", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "incrementalCopy", + "Name": "accessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "syncCopy", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "standardBlockBlobTier", + "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "rehydratePriority", + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" + }, + { + "Name": "AppendBlockAsync", + "Parameters": [ + { + "Name": "sourceUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "offset", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "count", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceContentMd5", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526365,13 +540931,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" }, { - "Name": "DownloadBlockList", + "Name": "DownloadText", "Parameters": [ { - "Name": "blockListingFilter", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526387,10 +540953,10 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadBlockList", + "Name": "BeginDownloadText", "Parameters": [ { "Name": "callback", @@ -526404,10 +540970,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginDownloadBlockList", + "Name": "BeginDownloadText", "Parameters": [ { - "Name": "blockListingFilter", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526434,35 +541000,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndDownloadBlockList", + "Name": "EndDownloadText", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]" + "ReturnType": "System.String" }, { - "Name": "DownloadBlockListAsync", + "Name": "DownloadTextAsync", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadBlockListAsync", + "Name": "DownloadTextAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadBlockListAsync", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "blockListingFilter", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526478,13 +541044,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "DownloadBlockListAsync", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "blockListingFilter", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526504,13 +541070,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateSnapshot", + "Name": "DownloadTextAsync", "Parameters": [ { - "Name": "metadata", + "Name": "encoding", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526521,16 +541087,54 @@ "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" }, + { + "Name": "operationContext", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + }, + { + "Name": "StartCopy", + "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "operationContext", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" + "ReturnType": "System.String" }, { - "Name": "BeginCreateSnapshot", + "Name": "BeginStartCopy", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -526543,14 +541147,18 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginCreateSnapshot", + "Name": "BeginStartCopy", "Parameters": [ { - "Name": "metadata", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526573,39 +541181,42 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndCreateSnapshot", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - }, - { - "Name": "CreateSnapshotAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateSnapshotAsync", + "Name": "StartCopyAsync", "Parameters": [ + { + "Name": "source", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateSnapshotAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "metadata", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526617,17 +541228,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "CreateSnapshotAsync", + "Name": "StartCopyAsync", "Parameters": [ { - "Name": "metadata", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceAccessCondition", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destAccessCondition", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526643,13 +541258,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[System.String]" }, { - "Name": "PutBlockList", + "Name": "CreateSnapshot", "Parameters": [ { - "Name": "blockList", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526665,15 +541280,11 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "BeginPutBlockList", + "Name": "BeginCreateSnapshot", "Parameters": [ - { - "Name": "blockList", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "callback", "Type": "System.Reflection.RuntimeParameterInfo" @@ -526686,10 +541297,10 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "BeginPutBlockList", + "Name": "BeginCreateSnapshot", "Parameters": [ { - "Name": "blockList", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526716,44 +541327,35 @@ "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" }, { - "Name": "EndPutBlockList", + "Name": "EndCreateSnapshot", "Parameters": [ { "Name": "asyncResult", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" }, { - "Name": "PutBlockListAsync", - "Parameters": [ - { - "Name": "blockList", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "CreateSnapshotAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]" }, { - "Name": "PutBlockListAsync", + "Name": "CreateSnapshotAsync", "Parameters": [ - { - "Name": "blockList", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]" }, { - "Name": "PutBlockListAsync", + "Name": "CreateSnapshotAsync", "Parameters": [ { - "Name": "blockList", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526769,13 +541371,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]" }, { - "Name": "PutBlockListAsync", + "Name": "CreateSnapshotAsync", "Parameters": [ { - "Name": "blockList", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -526795,7 +541397,7 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]" }, { "Name": "GetAccountPropertiesAsync", @@ -530823,26 +545425,37 @@ } ] }, - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.ListBlockItem, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "System.Threading.Tasks.Task`1[System.Int64]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Int64]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`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", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.ListBlockItem" + "System.Int64" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Storage.Blob.ListBlockItem": { + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudAppendBlob, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.BlobContainerPermissions": { "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.ListBlockItem", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.ListBlockItem, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Committed": "System.Boolean", - "Length": "System.Int64", - "Name": "System.String" + "PublicAccess": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType", + "SharedAccessPolicies": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicies" }, "ElementType": null, "GenericTypeArguments": [], @@ -530881,857 +545494,1224 @@ } ] }, - "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Storage.Blob.ListBlockItem, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.ListBlockItem]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlockBlob]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudBlockBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.CloudBlockBlob" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.CloudAppendBlob": { + "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicies": { "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.CloudAppendBlob", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.CloudAppendBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Name": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicies", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicies, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", "Properties": { - "Properties": "Microsoft.Azure.Storage.Blob.BlobProperties", - "BlobType": "Microsoft.Azure.Storage.Blob.BlobType", - "ServiceClient": "Microsoft.Azure.Storage.Blob.CloudBlobClient", - "Container": "Microsoft.Azure.Storage.Blob.CloudBlobContainer", - "Parent": "Microsoft.Azure.Storage.Blob.CloudBlobDirectory", - "CopyState": "Microsoft.Azure.Storage.Blob.CopyState", - "SnapshotQualifiedStorageUri": "Microsoft.Azure.Storage.StorageUri", - "StorageUri": "Microsoft.Azure.Storage.StorageUri", - "IsDeleted": "System.Boolean", - "IsSnapshot": "System.Boolean", - "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StreamMinimumReadSizeInBytes": "System.Int32", - "StreamWriteSizeInBytes": "System.Int32", - "SnapshotTime": "System.Nullable`1[System.DateTimeOffset]", - "Name": "System.String", - "SnapshotQualifiedUri": "System.Uri", - "Uri": "System.Uri" + "Item": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy", + "IsReadOnly": "System.Boolean", + "Values": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]", + "Keys": "System.Collections.Generic.ICollection`1[System.String]", + "Count": "System.Int32" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "OpenWrite", + "Name": "Add", "Parameters": [ { - "Name": "createNew", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "key", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "value", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" + "ReturnType": "System.Void" }, { - "Name": "BeginOpenWrite", + "Name": "ContainsKey", "Parameters": [ { - "Name": "createNew", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "key", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "BeginOpenWrite", + "Name": "Remove", "Parameters": [ { - "Name": "createNew", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "key", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "TryGetValue", + "Parameters": [ { - "Name": "callback", + "Name": "key", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "value", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "EndOpenWrite", + "Name": "Add", "Parameters": [ { - "Name": "asyncResult", + "Name": "item", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlobStream" + "ReturnType": "System.Void" }, { - "Name": "OpenWriteAsync", + "Name": "Clear", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "Contains", "Parameters": [ { - "Name": "createNew", + "Name": "item", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + "ReturnType": "System.Boolean" }, { - "Name": "OpenWriteAsync", + "Name": "CopyTo", "Parameters": [ { - "Name": "createNew", + "Name": "array", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "arrayIndex", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + "ReturnType": "System.Void" }, { - "Name": "OpenWriteAsync", + "Name": "Remove", "Parameters": [ { - "Name": "createNew", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "item", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + "ReturnType": "System.Boolean" }, { - "Name": "OpenWriteAsync", + "Name": "GetEnumerator", + "Parameters": [], + "ReturnType": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]]" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "createNew", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlobStream]" + "ReturnType": "System.Boolean" }, { - "Name": "UploadFromStream", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Permissions": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPermissions", + "SharedAccessExpiryTime": "System.Nullable`1[System.DateTimeOffset]", + "SharedAccessStartTime": "System.Nullable`1[System.DateTimeOffset]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "PermissionsToString", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "UploadFromStream", + "Name": "PermissionsFromString", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "input", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPermissions" }, { - "Name": "AppendFromStream", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "AppendFromStream", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Storage.Blob.SharedAccessBlobPermissions": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPermissions", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPermissions, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginUploadFromStream", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginUploadFromStream", + "Name": "CompareTo", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Int32" }, { - "Name": "BeginUploadFromStream", + "Name": "ToString", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginUploadFromStream", + "Name": "ToString", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginAppendFromStream", + "Name": "HasFlag", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "BeginAppendFromStream", + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]", + "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerator`1[[System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]", + "AssemblyQualifiedName": "System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String", + "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.BlobContainerPermissions, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.ContainerResultSegment": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.ContainerResultSegment", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.ContainerResultSegment, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", + "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.CloudBlobContainer]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "BeginAppendFromStream", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "containers", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "continuationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + } + ] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.ContainerResultSegment, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.ContainerResultSegment" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.UserDelegationKey": { + "Namespace": "Microsoft.Azure.Storage", + "Name": "Microsoft.Azure.Storage.UserDelegationKey", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.UserDelegationKey, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "SignedStart": "System.Nullable`1[System.DateTimeOffset]", + "SignedExpiry": "System.Nullable`1[System.DateTimeOffset]", + "SignedOid": "System.Nullable`1[System.Guid]", + "SignedTid": "System.Nullable`1[System.Guid]", + "SignedService": "System.String", + "SignedVersion": "System.String", + "Value": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "state", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "BeginAppendFromStream", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.UserDelegationKey]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.UserDelegationKey]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.UserDelegationKey, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.UserDelegationKey" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IList`1[[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse]" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse]", + "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse" + ], + "Methods": [], + "Constructors": [] + }, + "Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse": { + "Namespace": "Microsoft.Azure.Storage.Blob", + "Name": "Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse, Microsoft.Azure.Storage.Blob, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Headers": "System.Collections.Generic.Dictionary`2[System.String,System.String]", + "OperationIndex": "System.Int32", + "StatusCode": "System.Net.HttpStatusCode" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "EndUploadFromStream", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "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", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.String", + "System.String" + ], + "Methods": [], + "Constructors": [] + }, + "System.Net.HttpStatusCode": { + "Namespace": "System.Net", + "Name": "System.Net.HttpStatusCode", + "AssemblyQualifiedName": "System.Net.HttpStatusCode, System.Net.Primitives, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Enabled": "System.Boolean", + "RetentionDays": "System.Nullable`1[System.Int32]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ParsePSDeleteRetentionPolicy", "Parameters": [ { - "Name": "asyncResult", + "Name": "deleteRetentionPolicy", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy" }, { - "Name": "EndAppendFromStream", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "UploadFromStreamAsyncHelper", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Enabled": "System.Boolean", + "IndexDocument": "System.String", + "ErrorDocument404Path": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ParsePSStaticWebsiteProperties", "Parameters": [ { - "Name": "source", + "Name": "staticWebsiteProperties", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "length", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.String[]": { + "Namespace": "System", + "Name": "System.String[]", + "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": "System.String", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule", + "GenericTypeArguments": [], + "Methods": [], + "Constructors": [] + }, + "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "MaxAgeInSeconds": "System.Int32", + "AllowedOrigins": "System.String[]", + "AllowedHeaders": "System.String[]", + "ExposedHeaders": "System.String[]", + "AllowedMethods": "System.String[]" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ParseCorsRules", + "Parameters": [ { - "Name": "createNew", + "Name": "corsProperties", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]" + }, + { + "Name": "ParseCorsRules", + "Parameters": [ { - "Name": "accessCondition", + "Name": "corsProperties", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "options", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Microsoft.Azure.Cosmos.Table.CloudStorageAccount": { + "Namespace": "Microsoft.Azure.Cosmos.Table", + "Name": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount", + "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "DevelopmentStorageAccount": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount", + "Credentials": "Microsoft.Azure.Cosmos.Table.StorageCredentials", + "TableStorageUri": "Microsoft.Azure.Cosmos.Table.StorageUri", + "TableEndpoint": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Parse", + "Parameters": [ { - "Name": "operationContext", + "Name": "connectionString", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount" + }, + { + "Name": "TryParse", + "Parameters": [ { - "Name": "progressHandler", + "Name": "connectionString", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "account", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "UploadFromStreamAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "source", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "UploadFromStreamAsync", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "UploadFromStreamAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "source", + "Name": "storageCredentials", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "tableEndpoint", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ { - "Name": "options", + "Name": "storageCredentials", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "tableStorageUri", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" + ] }, { - "Name": "UploadFromStreamAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "source", + "Name": "storageCredentials", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "useHttps", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ { - "Name": "options", + "Name": "storageCredentials", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "endpointSuffix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "useHttps", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" + ] }, { - "Name": "UploadFromStreamAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "storageCredentials", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "accountName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "endpointSuffix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "useHttps", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + } + ] + }, + "Microsoft.Azure.Storage.CloudStorageAccount": { + "Namespace": "Microsoft.Azure.Storage", + "Name": "Microsoft.Azure.Storage.CloudStorageAccount", + "AssemblyQualifiedName": "Microsoft.Azure.Storage.CloudStorageAccount, Microsoft.Azure.Storage.Common, Version=11.1.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Properties": { + "Credentials": "Microsoft.Azure.Storage.Auth.StorageCredentials", + "DevelopmentStorageAccount": "Microsoft.Azure.Storage.CloudStorageAccount", + "BlobStorageUri": "Microsoft.Azure.Storage.StorageUri", + "QueueStorageUri": "Microsoft.Azure.Storage.StorageUri", + "TableStorageUri": "Microsoft.Azure.Storage.StorageUri", + "FileStorageUri": "Microsoft.Azure.Storage.StorageUri", + "UseV1MD5": "System.Boolean", + "BlobEndpoint": "System.Uri", + "QueueEndpoint": "System.Uri", + "TableEndpoint": "System.Uri", + "FileEndpoint": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Parse", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "connectionString", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Microsoft.Azure.Storage.CloudStorageAccount" }, { - "Name": "UploadFromStreamAsync", + "Name": "TryParse", "Parameters": [ { - "Name": "source", + "Name": "connectionString", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "account", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "UploadFromStreamAsync", + "Name": "GetSharedAccessSignature", "Parameters": [ { - "Name": "source", + "Name": "policy", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "length", + "Name": "exportSecrets", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "UploadFromStreamAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "source", + "Name": "storageCredentials", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "blobEndpoint", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "queueEndpoint", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "tableEndpoint", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "fileEndpoint", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" + ] }, { - "Name": "UploadFromStreamAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "source", + "Name": "storageCredentials", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "blobStorageUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "queueStorageUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "tableStorageUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "fileStorageUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "storageCredentials", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "useHttps", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" + ] }, { - "Name": "UploadFromStreamAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "source", + "Name": "storageCredentials", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "endpointSuffix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "useHttps", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ { - "Name": "options", + "Name": "storageCredentials", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accountName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "endpointSuffix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "useHttps", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" + ] + } + ] + }, + "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage", + "Name": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": { + "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", + "TableStorageAccount": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount", + "StorageAccount": "Microsoft.Azure.Storage.CloudStorageAccount", + "EmptyContextInstance": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext", + "Track2OauthToken": "Microsoft.WindowsAzure.Commands.Storage.Common.AzureSessionCredential", + "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "StorageAccountName": "System.String", + "BlobEndPoint": "System.String", + "TableEndPoint": "System.String", + "QueueEndPoint": "System.String", + "FileEndPoint": "System.String", + "Name": "System.String", + "EndPointSuffix": "System.String", + "ConnectionString": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "AppendFromStreamAsync", + "Name": "Equals", "Parameters": [ { - "Name": "source", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "AppendFromStreamAsync", - "Parameters": [ - { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" }, { - "Name": "AppendFromStreamAsync", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "source", + "Name": "account", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "accountName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "DefaultContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "logWriter", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, + ] + } + ] + }, + "Microsoft.WindowsAzure.Commands.Storage.Common.AzureSessionCredential": { + "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Common", + "Name": "Microsoft.WindowsAzure.Commands.Storage.Common.AzureSessionCredential", + "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Common.AzureSessionCredential, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "AppendFromStreamAsync", + "Name": "GetToken", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "requestContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -531739,29 +546719,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Core.AccessToken" }, { - "Name": "AppendFromStreamAsync", + "Name": "GetTokenAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "progressHandler", + "Name": "requestContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -531769,87 +546733,152 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.ValueTask`1[Azure.Core.AccessToken]" }, { - "Name": "AppendFromStreamAsync", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "AppendFromStreamAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "source", + "Name": "DefaultContext", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "logWriter", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + } + ] + }, + "Azure.Core.AccessToken": { + "Namespace": "Azure.Core", + "Name": "Azure.Core.AccessToken", + "AssemblyQualifiedName": "Azure.Core.AccessToken, Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ExpiresOn": "System.DateTimeOffset", + "Token": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "AppendFromStreamAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "accessToken", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "expiresOn", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + } + ] + }, + "System.Threading.Tasks.ValueTask`1[Azure.Core.AccessToken]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.ValueTask`1[Azure.Core.AccessToken]", + "AssemblyQualifiedName": "System.Threading.Tasks.ValueTask`1[[Azure.Core.AccessToken, Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Core.AccessToken" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.BlobContainerClient": { + "Namespace": "Azure.Storage.Blobs", + "Name": "Azure.Storage.Blobs.BlobContainerClient", + "AssemblyQualifiedName": "Azure.Storage.Blobs.BlobContainerClient, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "AccountName": "System.String", + "Name": "System.String", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetBlobClient", + "Parameters": [ { - "Name": "operationContext", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Storage.Blobs.BlobClient" }, { - "Name": "AppendFromStreamAsync", + "Name": "Create", "Parameters": [ { - "Name": "source", + "Name": "publicAccessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "encryptionScopeOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -531857,33 +546886,39 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]" }, { - "Name": "AppendFromStreamAsync", + "Name": "Create", "Parameters": [ { - "Name": "source", + "Name": "publicAccessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]" + }, + { + "Name": "CreateAsync", + "Parameters": [ { - "Name": "options", + "Name": "publicAccessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "encryptionScopeOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -531891,217 +546926,187 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]]" }, { - "Name": "UploadFromFile", + "Name": "CreateAsync", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "publicAccessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]]" }, { - "Name": "AppendFromFile", + "Name": "CreateIfNotExists", "Parameters": [ { - "Name": "path", + "Name": "publicAccessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "encryptionScopeOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]" }, { - "Name": "BeginUploadFromFile", + "Name": "CreateIfNotExists", "Parameters": [ { - "Name": "path", + "Name": "publicAccessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]" }, { - "Name": "BeginUploadFromFile", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "path", + "Name": "publicAccessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "encryptionScopeOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]]" }, { - "Name": "BeginAppendFromFile", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "path", + "Name": "publicAccessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]]" }, { - "Name": "BeginAppendFromFile", + "Name": "Delete", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response" }, { - "Name": "BeginAppendFromFile", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + }, + { + "Name": "DeleteIfExists", + "Parameters": [ { - "Name": "progressHandler", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[System.Boolean]" }, { - "Name": "EndUploadFromFile", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "EndAppendFromFile", + "Name": "Exists", "Parameters": [ { - "Name": "asyncResult", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Response`1[System.Boolean]" }, { - "Name": "UploadFromFileAsync", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "path", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "UploadFromFileAsync", + "Name": "GetProperties", "Parameters": [ { - "Name": "path", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -532109,47 +547114,31 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerProperties]" }, { - "Name": "UploadFromFileAsync", + "Name": "GetPropertiesAsync", "Parameters": [ { - "Name": "path", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerProperties]]" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadata", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -532157,29 +547146,17 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]" }, { - "Name": "UploadFromFileAsync", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -532187,23 +547164,13 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]]" }, { - "Name": "AppendFromFileAsync", + "Name": "GetAccessPolicy", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AppendFromFileAsync", - "Parameters": [ - { - "Name": "path", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -532211,47 +547178,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerAccessPolicy]" }, { - "Name": "AppendFromFileAsync", + "Name": "GetAccessPolicyAsync", "Parameters": [ { - "Name": "path", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerAccessPolicy]]" }, { - "Name": "AppendFromFileAsync", + "Name": "SetAccessPolicy", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "accessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -532259,29 +547214,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]" }, { - "Name": "AppendFromFileAsync", + "Name": "SetAccessPolicyAsync", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "accessType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -532289,349 +547236,439 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]]" }, { - "Name": "UploadFromByteArray", + "Name": "GetBlobs", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "count", + "Name": "traits", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "states", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Pageable`1[Azure.Storage.Blobs.Models.BlobItem]" }, { - "Name": "AppendFromByteArray", - "Parameters": [ - { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, + "Name": "GetBlobsAsync", + "Parameters": [ { - "Name": "count", + "Name": "traits", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "states", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.AsyncPageable`1[Azure.Storage.Blobs.Models.BlobItem]" }, { - "Name": "BeginUploadFromByteArray", + "Name": "GetBlobsByHierarchy", "Parameters": [ { - "Name": "buffer", + "Name": "traits", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "states", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "delimiter", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Pageable`1[Azure.Storage.Blobs.Models.BlobHierarchyItem]" }, { - "Name": "BeginUploadFromByteArray", + "Name": "GetBlobsByHierarchyAsync", "Parameters": [ { - "Name": "buffer", + "Name": "traits", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "states", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "delimiter", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "prefix", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.AsyncPageable`1[Azure.Storage.Blobs.Models.BlobHierarchyItem]" + }, + { + "Name": "UploadBlob", + "Parameters": [ { - "Name": "operationContext", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" }, { - "Name": "EndUploadFromByteArray", + "Name": "UploadBlobAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "blobName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "content", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" }, { - "Name": "BeginAppendFromByteArray", + "Name": "DeleteBlob", "Parameters": [ { - "Name": "buffer", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "snapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Azure.Response" + }, + { + "Name": "DeleteBlobAsync", + "Parameters": [ + { + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "snapshotsOption", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "BeginAppendFromByteArray", + "Name": "DeleteBlobIfExists", "Parameters": [ { - "Name": "buffer", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "snapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response`1[System.Boolean]" + }, + { + "Name": "DeleteBlobIfExistsAsync", + "Parameters": [ { - "Name": "options", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "snapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "EndAppendFromByteArray", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "connectionString", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "blobContainerName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" + ] }, { - "Name": "UploadFromByteArrayAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "connectionString", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "blobContainerName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" + ] }, { - "Name": "UploadFromByteArrayAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "buffer", + "Name": "blobContainerUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ { - "Name": "count", + "Name": "blobContainerUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task" + ] }, { - "Name": "UploadFromByteArrayAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "buffer", + "Name": "blobContainerUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + } + ] + }, + "Azure.Storage.Blobs.BlobClient": { + "Namespace": "Azure.Storage.Blobs", + "Name": "Azure.Storage.Blobs.BlobClient", + "AssemblyQualifiedName": "Azure.Storage.Blobs.BlobClient, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "AccountName": "System.String", + "BlobContainerName": "System.String", + "Name": "System.String", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Upload", + "Parameters": [ { - "Name": "accessCondition", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" + }, + { + "Name": "Upload", + "Parameters": [ { - "Name": "options", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" + }, + { + "Name": "UploadAsync", + "Parameters": [ { - "Name": "operationContext", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" + }, + { + "Name": "UploadAsync", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" }, { - "Name": "UploadFromByteArrayAsync", + "Name": "Upload", "Parameters": [ { - "Name": "buffer", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" + }, + { + "Name": "Upload", + "Parameters": [ { - "Name": "count", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" + }, + { + "Name": "UploadAsync", + "Parameters": [ { - "Name": "options", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" + }, + { + "Name": "UploadAsync", + "Parameters": [ { - "Name": "progressHandler", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -532639,39 +547676,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" }, { - "Name": "AppendFromByteArrayAsync", + "Name": "Upload", "Parameters": [ { - "Name": "buffer", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "overwrite", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" }, { - "Name": "AppendFromByteArrayAsync", + "Name": "Upload", "Parameters": [ { - "Name": "buffer", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "overwrite", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -532679,63 +547712,73 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" }, { - "Name": "AppendFromByteArrayAsync", + "Name": "UploadAsync", "Parameters": [ { - "Name": "buffer", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "overwrite", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" + }, + { + "Name": "UploadAsync", + "Parameters": [ { - "Name": "accessCondition", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "overwrite", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" }, { - "Name": "AppendFromByteArrayAsync", + "Name": "Upload", "Parameters": [ { - "Name": "buffer", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -532743,37 +547786,37 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" }, { - "Name": "AppendFromByteArrayAsync", + "Name": "Upload", "Parameters": [ { - "Name": "buffer", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "index", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "accessTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -532781,199 +547824,213 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" }, { - "Name": "UploadText", + "Name": "UploadAsync", "Parameters": [ { "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "AppendText", - "Parameters": [ - { - "Name": "content", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "encoding", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "accessTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" }, { - "Name": "BeginUploadText", + "Name": "UploadAsync", "Parameters": [ { - "Name": "content", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginUploadText", - "Parameters": [ + }, { - "Name": "content", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "encoding", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "accessTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]" + }, + { + "Name": "WithSnapshot", + "Parameters": [ { - "Name": "callback", + "Name": "snapshot", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Storage.Blobs.Specialized.BlobBaseClient" + }, + { + "Name": "Download", + "Parameters": [], + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" + }, + { + "Name": "DownloadAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" + }, + { + "Name": "Download", + "Parameters": [ { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" }, { - "Name": "EndUploadText", + "Name": "DownloadAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" }, { - "Name": "BeginAppendText", + "Name": "Download", "Parameters": [ { - "Name": "content", + "Name": "range", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "rangeGetContentHash", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" }, { - "Name": "BeginAppendText", + "Name": "DownloadAsync", "Parameters": [ { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "encoding", + "Name": "range", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "rangeGetContentHash", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" + }, + { + "Name": "DownloadTo", + "Parameters": [ { - "Name": "callback", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response" + }, + { + "Name": "DownloadTo", + "Parameters": [ { - "Name": "state", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response" }, { - "Name": "EndAppendText", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "UploadTextAsync", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "content", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "UploadTextAsync", + "Name": "DownloadTo", "Parameters": [ { - "Name": "content", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -532981,55 +548038,63 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "UploadTextAsync", + "Name": "DownloadTo", "Parameters": [ { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "encoding", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response" + }, + { + "Name": "DownloadToAsync", + "Parameters": [ { - "Name": "options", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "UploadTextAsync", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "content", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "encoding", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + }, + { + "Name": "DownloadTo", + "Parameters": [ { - "Name": "accessCondition", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -533037,33 +548102,43 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "UploadTextAsync", + "Name": "DownloadTo", "Parameters": [ { - "Name": "content", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "encoding", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Azure.Response" + }, + { + "Name": "DownloadToAsync", + "Parameters": [ + { + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -533071,23 +548146,21 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "AppendTextAsync", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "content", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AppendTextAsync", - "Parameters": [ + }, { - "Name": "content", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -533095,55 +548168,67 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "AppendTextAsync", + "Name": "StartCopyFromUri", "Parameters": [ { - "Name": "content", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "encoding", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "accessTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "sourceConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "destinationConditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "rehydratePriority", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Storage.Blobs.Models.CopyFromUriOperation" }, { - "Name": "AppendTextAsync", + "Name": "StartCopyFromUriAsync", "Parameters": [ { - "Name": "content", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "encoding", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "accessTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "sourceConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "destinationConditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -533151,33 +548236,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]" }, { - "Name": "AppendTextAsync", + "Name": "AbortCopyFromUri", "Parameters": [ { - "Name": "content", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "encoding", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response" + }, + { + "Name": "AbortCopyFromUriAsync", + "Parameters": [ { - "Name": "operationContext", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -533185,122 +548272,139 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "CreateOrReplace", + "Name": "Delete", "Parameters": [ { - "Name": "accessCondition", + "Name": "snapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Response" }, { - "Name": "BeginCreateOrReplace", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "callback", + "Name": "snapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "BeginCreateOrReplace", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "accessCondition", + "Name": "snapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Azure.Response`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [ + { + "Name": "snapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "EndCreateOrReplace", + "Name": "Exists", "Parameters": [ { - "Name": "asyncResult", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Response`1[System.Boolean]" }, { - "Name": "CreateOrReplaceAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "CreateOrReplaceAsync", + "Name": "ExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "CreateOrReplaceAsync", + "Name": "Undelete", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response" + }, + { + "Name": "UndeleteAsync", + "Parameters": [ { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "CreateOrReplaceAsync", + "Name": "GetProperties", "Parameters": [ { - "Name": "accessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]" + }, + { + "Name": "GetPropertiesAsync", + "Parameters": [ { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -533308,315 +548412,583 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]]" }, { - "Name": "AppendBlock", + "Name": "SetHttpHeaders", "Parameters": [ { - "Name": "blockData", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" + }, + { + "Name": "SetHttpHeadersAsync", + "Parameters": [ + { + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int64" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]" }, { - "Name": "AppendBlock", + "Name": "SetMetadata", "Parameters": [ { - "Name": "sourceUri", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" + }, + { + "Name": "SetMetadataAsync", + "Parameters": [ { - "Name": "sourceContentChecksum", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]" + }, + { + "Name": "CreateSnapshot", + "Parameters": [ + { + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int64" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]" }, { - "Name": "BeginAppendBlock", + "Name": "CreateSnapshotAsync", "Parameters": [ { - "Name": "blockData", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]]" }, { - "Name": "BeginAppendBlock", + "Name": "SetAccessTier", "Parameters": [ { - "Name": "blockData", + "Name": "accessTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response" }, { - "Name": "BeginAppendBlock", + "Name": "SetAccessTierAsync", "Parameters": [ { - "Name": "blockData", + "Name": "accessTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentChecksum", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "operationContext", + "Name": "obj", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "connectionString", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "blobContainerName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + ] }, { - "Name": "BeginAppendBlock", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "sourceUri", + "Name": "connectionString", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "blobContainerName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "count", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceContentChecksum", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" }, { "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ { - "Name": "operationContext", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + } + ] + }, + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobContentInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobContentInfo" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobContentInfo": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobContentInfo", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobContentInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "Azure.ETag", + "ContentHash": "System.Byte[]", + "LastModified": "System.DateTimeOffset", + "BlobSequenceNumber": "System.Int64", + "EncryptionKeySha256": "System.String", + "EncryptionScope": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ + { + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "EndAppendBlock", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Azure.ETag": { + "Namespace": "Azure", + "Name": "Azure.ETag", + "AssemblyQualifiedName": "Azure.ETag, Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", + "Name": "other", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int64" + "ReturnType": "System.Boolean" }, { - "Name": "AppendBlockAsync", + "Name": "Equals", "Parameters": [ { - "Name": "blockData", + "Name": "other", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "contentMD5", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" + "ReturnType": "System.Boolean" }, { - "Name": "AppendBlockAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "blockData", + "Name": "etag", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + } + ] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobContentInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContentInfo]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Specialized.BlobBaseClient": { + "Namespace": "Azure.Storage.Blobs.Specialized", + "Name": "Azure.Storage.Blobs.Specialized.BlobBaseClient", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Specialized.BlobBaseClient, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "AccountName": "System.String", + "BlobContainerName": "System.String", + "Name": "System.String", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "WithSnapshot", + "Parameters": [ { - "Name": "contentMD5", + "Name": "snapshot", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Storage.Blobs.Specialized.BlobBaseClient" + }, + { + "Name": "Download", + "Parameters": [], + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" + }, + { + "Name": "DownloadAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" + }, + { + "Name": "Download", + "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" }, { - "Name": "AppendBlockAsync", + "Name": "DownloadAsync", "Parameters": [ { - "Name": "blockData", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" + }, + { + "Name": "Download", + "Parameters": [ { - "Name": "contentMD5", + "Name": "range", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "rangeGetContentHash", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" }, { - "Name": "AppendBlockAsync", + "Name": "DownloadAsync", "Parameters": [ { - "Name": "blockData", + "Name": "range", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "contentMD5", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "rangeGetContentHash", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]" + }, + { + "Name": "DownloadTo", + "Parameters": [ { - "Name": "operationContext", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response" + }, + { + "Name": "DownloadTo", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" + "ReturnType": "Azure.Response" }, { - "Name": "AppendBlockAsync", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "blockData", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + }, + { + "Name": "DownloadToAsync", + "Parameters": [ { - "Name": "contentMD5", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + }, + { + "Name": "DownloadTo", + "Parameters": [ { - "Name": "accessCondition", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response" + }, + { + "Name": "DownloadTo", + "Parameters": [ { - "Name": "operationContext", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Azure.Response" + }, + { + "Name": "DownloadToAsync", + "Parameters": [ + { + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -533624,41 +548996,57 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "AppendBlockAsync", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "sourceUri", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "offset", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + }, + { + "Name": "DownloadTo", + "Parameters": [ { - "Name": "count", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceContentMd5", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Azure.Response" + }, + { + "Name": "DownloadTo", + "Parameters": [ + { + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -533666,138 +549054,111 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int64]" + "ReturnType": "Azure.Response" }, { - "Name": "DownloadText", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "encoding", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "BeginDownloadText", + "Name": "DownloadToAsync", "Parameters": [ { - "Name": "callback", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "transferOptions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "BeginDownloadText", + "Name": "StartCopyFromUri", "Parameters": [ { - "Name": "encoding", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "accessTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "sourceConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "destinationConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndDownloadText", - "Parameters": [ - { - "Name": "asyncResult", + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [ + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Storage.Blobs.Models.CopyFromUriOperation" }, { - "Name": "DownloadTextAsync", + "Name": "StartCopyFromUriAsync", "Parameters": [ { - "Name": "encoding", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "source", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "DownloadTextAsync", - "Parameters": [ - { - "Name": "encoding", + "Name": "accessTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "destinationConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -533805,29 +549166,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]" }, { - "Name": "DownloadTextAsync", + "Name": "AbortCopyFromUri", "Parameters": [ { - "Name": "encoding", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response" + }, + { + "Name": "AbortCopyFromUriAsync", + "Parameters": [ { - "Name": "operationContext", + "Name": "copyId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -533835,101 +549202,125 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "StartCopy", + "Name": "Delete", "Parameters": [ { - "Name": "source", + "Name": "snapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Azure.Response" + }, + { + "Name": "DeleteAsync", + "Parameters": [ + { + "Name": "snapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "BeginStartCopy", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "source", + "Name": "snapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[System.Boolean]" }, { - "Name": "BeginStartCopy", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sourceAccessCondition", + "Name": "snapshotsOption", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" + }, + { + "Name": "Exists", + "Parameters": [ { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response`1[System.Boolean]" + }, + { + "Name": "ExistsAsync", + "Parameters": [ { - "Name": "callback", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" + }, + { + "Name": "Undelete", + "Parameters": [ { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response" }, { - "Name": "StartCopyAsync", + "Name": "UndeleteAsync", "Parameters": [ { - "Name": "source", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "StartCopyAsync", + "Name": "GetProperties", "Parameters": [ { - "Name": "source", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -533937,55 +549328,67 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]" }, { - "Name": "StartCopyAsync", + "Name": "GetPropertiesAsync", "Parameters": [ { - "Name": "source", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]]" + }, + { + "Name": "SetHttpHeaders", + "Parameters": [ { - "Name": "destAccessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" }, { - "Name": "StartCopyAsync", + "Name": "SetHttpHeadersAsync", "Parameters": [ { - "Name": "source", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]" + }, + { + "Name": "SetMetadata", + "Parameters": [ { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -533993,1488 +549396,2461 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" }, { - "Name": "CreateSnapshot", + "Name": "SetMetadataAsync", "Parameters": [ { "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]" }, { - "Name": "BeginCreateSnapshot", + "Name": "CreateSnapshot", "Parameters": [ { - "Name": "callback", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]" }, { - "Name": "BeginCreateSnapshot", + "Name": "CreateSnapshotAsync", "Parameters": [ { "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]]" + }, + { + "Name": "SetAccessTier", + "Parameters": [ + { + "Name": "accessTier", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "rehydratePriority", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response" }, { - "Name": "EndCreateSnapshot", + "Name": "SetAccessTierAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "accessTier", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "rehydratePriority", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "CreateSnapshotAsync", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]" + "ReturnType": "System.String" }, { - "Name": "CreateSnapshotAsync", + "Name": "Equals", "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]" + "ReturnType": "System.Boolean" }, { - "Name": "CreateSnapshotAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "metadata", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "connectionString", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "blobContainerName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]" + ] }, { - "Name": "CreateSnapshotAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "metadata", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "connectionString", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "blobContainerName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "blobName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]" + ] }, { - "Name": "GetAccountPropertiesAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "requestOptions", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + ] }, { - "Name": "GetAccountPropertiesAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "requestOptions", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + ] }, { - "Name": "GetAccountProperties", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "requestOptions", + "Name": "blobUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "credential", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" + ] + } + ] + }, + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobDownloadInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobDownloadInfo" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobDownloadInfo": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobDownloadInfo", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobDownloadInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "Details": "Azure.Storage.Blobs.Models.BlobDownloadDetails", + "BlobType": "Azure.Storage.Blobs.Models.BlobType", + "ContentHash": "System.Byte[]", + "ContentLength": "System.Int64", + "Content": "System.IO.Stream", + "ContentType": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Dispose", + "Parameters": [], + "ReturnType": "System.Void" }, { - "Name": "GetSharedAccessSignature", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "policy", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobDownloadDetails": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobDownloadDetails", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobDownloadDetails, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "Azure.ETag", + "CopyStatus": "Azure.Storage.Blobs.Models.CopyStatus", + "LeaseDuration": "Azure.Storage.Blobs.Models.LeaseDurationType", + "LeaseState": "Azure.Storage.Blobs.Models.LeaseState", + "LeaseStatus": "Azure.Storage.Blobs.Models.LeaseStatus", + "IsServerEncrypted": "System.Boolean", + "BlobContentHash": "System.Byte[]", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "CopyCompletedOn": "System.DateTimeOffset", + "LastModified": "System.DateTimeOffset", + "BlobCommittedBlockCount": "System.Int32", + "BlobSequenceNumber": "System.Int64", + "CopyStatusDescription": "System.String", + "EncryptionScope": "System.String", + "CopyProgress": "System.String", + "ContentLanguage": "System.String", + "ContentDisposition": "System.String", + "CacheControl": "System.String", + "ContentEncoding": "System.String", + "AcceptRanges": "System.String", + "ContentRange": "System.String", + "EncryptionKeySha256": "System.String", + "CopyId": "System.String", + "CopySource": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "Equals", "Parameters": [ { - "Name": "policy", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Azure.Storage.Blobs.Models.CopyStatus": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.CopyStatus", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.CopyStatus, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ { - "Name": "groupPolicyIdentifier", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "ToString", "Parameters": [ { - "Name": "policy", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "headers", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "CompareTo", "Parameters": [ { - "Name": "policy", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "headers", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "groupPolicyIdentifier", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.String" }, { - "Name": "GetSharedAccessSignature", + "Name": "ToString", "Parameters": [ { - "Name": "policy", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "headers", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "groupPolicyIdentifier", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "protocols", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "ipAddressOrRange", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.String" }, { - "Name": "GetUserDelegationSharedAccessSignature", + "Name": "HasFlag", "Parameters": [ { - "Name": "delegationKey", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "policy", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "headers", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "protocols", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.LeaseDurationType": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.LeaseDurationType", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.LeaseDurationType, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ { - "Name": "ipAddressOrRange", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "OpenRead", + "Name": "ToString", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.String" }, { - "Name": "BeginOpenRead", + "Name": "CompareTo", "Parameters": [ { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Int32" }, { - "Name": "BeginOpenRead", + "Name": "ToString", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "state", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "EndOpenRead", + "Name": "HasFlag", "Parameters": [ { - "Name": "asyncResult", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.IO.Stream" + "ReturnType": "System.Boolean" }, { - "Name": "OpenReadAsync", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.TypeCode" }, { - "Name": "OpenReadAsync", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.LeaseState": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.LeaseState", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.LeaseState, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Boolean" }, { - "Name": "OpenReadAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.String" }, { - "Name": "OpenReadAsync", + "Name": "CompareTo", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.IO.Stream]" + "ReturnType": "System.Int32" }, { - "Name": "DownloadToStream", + "Name": "ToString", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "options", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ { - "Name": "operationContext", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToStream", + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.LeaseStatus": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.LeaseStatus", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.LeaseStatus, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "target", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "callback", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadToStream", + "Name": "CompareTo", "Parameters": [ { "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "callback", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "state", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "EndDownloadToStream", + "Name": "HasFlag", "Parameters": [ { - "Name": "asyncResult", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToStreamAsync", + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobType": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobType", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobType, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "target", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToStreamAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "target", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "DownloadToStreamAsync", + "Name": "CompareTo", "Parameters": [ { "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Int32" }, { - "Name": "DownloadToStreamAsync", + "Name": "ToString", "Parameters": [ { - "Name": "target", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [ { - "Name": "accessCondition", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ { - "Name": "options", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobDownloadInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobDownloadInfo]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response": { + "Namespace": "Azure", + "Name": "Azure.Response", + "AssemblyQualifiedName": "Azure.Response, Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "Headers": "Azure.Core.ResponseHeaders", + "Status": "System.Int32", + "ContentStream": "System.IO.Stream", + "ReasonPhrase": "System.String", + "ClientRequestId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Dispose", + "Parameters": [], + "ReturnType": "System.Void" + }, + { + "Name": "FromValue", + "Parameters": [ { - "Name": "operationContext", + "Name": "value", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "response", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[T]" }, { - "Name": "DownloadToStreamAsync", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Azure.Core.ResponseHeaders": { + "Namespace": "Azure.Core", + "Name": "Azure.Core.ResponseHeaders", + "AssemblyQualifiedName": "Azure.Core.ResponseHeaders, Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "System.Nullable`1[Azure.ETag]", + "Date": "System.Nullable`1[System.DateTimeOffset]", + "ContentLength": "System.Nullable`1[System.Int32]", + "ContentType": "System.String", + "RequestId": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetEnumerator", + "Parameters": [], + "ReturnType": "System.Collections.Generic.IEnumerator`1[Azure.Core.HttpHeader]" + }, + { + "Name": "TryGetValue", + "Parameters": [ { - "Name": "options", + "Name": "name", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "value", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "TryGetValues", + "Parameters": [ { - "Name": "progressHandler", + "Name": "name", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "values", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "RotateEncryptionKey", + "Name": "Contains", "Parameters": [ { - "Name": "accessCondition", + "Name": "name", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "options", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Azure.ETag]": { + "Namespace": "System", + "Name": "System.Nullable`1[Azure.ETag]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.ETag, Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.ETag" + ], + "Methods": [], + "Constructors": [] + }, + "System.Collections.Generic.IEnumerator`1[Azure.Core.HttpHeader]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerator`1[Azure.Core.HttpHeader]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerator`1[[Azure.Core.HttpHeader, Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Core.HttpHeader" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Core.HttpHeader": { + "Namespace": "Azure.Core", + "Name": "Azure.Core.HttpHeader", + "AssemblyQualifiedName": "Azure.Core.HttpHeader, Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "Name": "System.String", + "Value": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "operationContext", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "BeginRotateEncryptionKey", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "other", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "BeginRotateEncryptionKey", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", + "Name": "name", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "value", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + ] + } + ] + }, + "Azure.Response`1[T]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[T]", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "T" + ], + "Methods": [], + "Constructors": [] + }, + "T": { + "Namespace": "Azure", + "Name": "T", + "AssemblyQualifiedName": null, + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "EndRotateEncryptionKey", + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Int32" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Response]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response, Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.CopyFromUriOperation": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.CopyFromUriOperation", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.CopyFromUriOperation, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "HasCompleted": "System.Boolean", + "HasValue": "System.Boolean", + "Value": "System.Int64", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetRawResponse", + "Parameters": [], + "ReturnType": "Azure.Response" + }, + { + "Name": "WaitForCompletionAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.ValueTask`1[Azure.Response`1[System.Int64]]" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "WaitForCompletionAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "pollingInterval", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.ValueTask`1[Azure.Response`1[System.Int64]]" }, { - "Name": "RotateEncryptionKeyAsync", + "Name": "UpdateStatus", "Parameters": [ - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "DownloadToFile", + "Name": "UpdateStatusAsync", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.ValueTask`1[Azure.Response]" }, { - "Name": "BeginDownloadToFile", + "Name": "Equals", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToFile", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "id", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "client", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + } + ] + }, + "System.Threading.Tasks.ValueTask`1[Azure.Response`1[System.Int64]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.ValueTask`1[Azure.Response`1[System.Int64]]", + "AssemblyQualifiedName": "System.Threading.Tasks.ValueTask`1[[Azure.Response`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[System.Int64]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[System.Int64]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[System.Int64]", + "AssemblyQualifiedName": "Azure.Response`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Int64" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.ValueTask`1[Azure.Response]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.ValueTask`1[Azure.Response]", + "AssemblyQualifiedName": "System.Threading.Tasks.ValueTask`1[[Azure.Response, Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Storage.Blobs.Models.CopyFromUriOperation]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Storage.Blobs.Models.CopyFromUriOperation, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.CopyFromUriOperation" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[System.Boolean]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[System.Boolean]", + "AssemblyQualifiedName": "Azure.Response`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "System.Boolean" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[System.Boolean]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobProperties, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobProperties" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobProperties": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobProperties", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobProperties, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "Azure.ETag", + "BlobType": "Azure.Storage.Blobs.Models.BlobType", + "CopyStatus": "Azure.Storage.Blobs.Models.CopyStatus", + "LeaseDuration": "Azure.Storage.Blobs.Models.LeaseDurationType", + "LeaseState": "Azure.Storage.Blobs.Models.LeaseState", + "LeaseStatus": "Azure.Storage.Blobs.Models.LeaseStatus", + "AccessTierInferred": "System.Boolean", + "IsServerEncrypted": "System.Boolean", + "IsIncrementalCopy": "System.Boolean", + "ContentHash": "System.Byte[]", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "LastModified": "System.DateTimeOffset", + "AccessTierChangedOn": "System.DateTimeOffset", + "CreatedOn": "System.DateTimeOffset", + "CopyCompletedOn": "System.DateTimeOffset", + "BlobCommittedBlockCount": "System.Int32", + "ContentLength": "System.Int64", + "BlobSequenceNumber": "System.Int64", + "CacheControl": "System.String", + "AccessTier": "System.String", + "EncryptionScope": "System.String", + "EncryptionKeySha256": "System.String", + "AcceptRanges": "System.String", + "ContentType": "System.String", + "ContentLanguage": "System.String", + "ContentDisposition": "System.String", + "ContentEncoding": "System.String", + "CopyStatusDescription": "System.String", + "CopyId": "System.String", + "ArchiveStatus": "System.String", + "CopyProgress": "System.String", + "DestinationSnapshot": "System.String", + "CopySource": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", + "Parameters": [ { - "Name": "state", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "EndDownloadToFile", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobProperties, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobProperties]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobInfo" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobInfo": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobInfo", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "Azure.ETag", + "LastModified": "System.DateTimeOffset", + "BlobSequenceNumber": "System.Int64" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToFileAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobInfo]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobSnapshotInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobSnapshotInfo" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobSnapshotInfo": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobSnapshotInfo", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobSnapshotInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "Azure.ETag", + "IsServerEncrypted": "System.Boolean", + "LastModified": "System.DateTimeOffset", + "Snapshot": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToFileAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobSnapshotInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobSnapshotInfo]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobContainerInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobContainerInfo" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobContainerInfo": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobContainerInfo", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobContainerInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "Azure.ETag", + "LastModified": "System.DateTimeOffset" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToFileAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobContainerInfo, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerInfo]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerProperties]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerProperties]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobContainerProperties, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobContainerProperties" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobContainerProperties": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobContainerProperties", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobContainerProperties, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "Azure.ETag", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "LastModified": "System.DateTimeOffset", + "LeaseDuration": "System.Nullable`1[Azure.Storage.Blobs.Models.LeaseDurationType]", + "LeaseState": "System.Nullable`1[Azure.Storage.Blobs.Models.LeaseState]", + "LeaseStatus": "System.Nullable`1[Azure.Storage.Blobs.Models.LeaseStatus]", + "PublicAccess": "System.Nullable`1[Azure.Storage.Blobs.Models.PublicAccessType]", + "HasImmutabilityPolicy": "System.Nullable`1[System.Boolean]", + "HasLegalHold": "System.Nullable`1[System.Boolean]", + "PreventEncryptionScopeOverride": "System.Nullable`1[System.Boolean]", + "DefaultEncryptionScope": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToFileAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Azure.Storage.Blobs.Models.LeaseDurationType]": { + "Namespace": "System", + "Name": "System.Nullable`1[Azure.Storage.Blobs.Models.LeaseDurationType]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.Storage.Blobs.Models.LeaseDurationType, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.LeaseDurationType" + ], + "Methods": [], + "Constructors": [] + }, + "System.Nullable`1[Azure.Storage.Blobs.Models.LeaseState]": { + "Namespace": "System", + "Name": "System.Nullable`1[Azure.Storage.Blobs.Models.LeaseState]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.Storage.Blobs.Models.LeaseState, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.LeaseState" + ], + "Methods": [], + "Constructors": [] + }, + "System.Nullable`1[Azure.Storage.Blobs.Models.LeaseStatus]": { + "Namespace": "System", + "Name": "System.Nullable`1[Azure.Storage.Blobs.Models.LeaseStatus]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.Storage.Blobs.Models.LeaseStatus, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.LeaseStatus" + ], + "Methods": [], + "Constructors": [] + }, + "System.Nullable`1[Azure.Storage.Blobs.Models.PublicAccessType]": { + "Namespace": "System", + "Name": "System.Nullable`1[Azure.Storage.Blobs.Models.PublicAccessType]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.Storage.Blobs.Models.PublicAccessType, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.PublicAccessType" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.PublicAccessType": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.PublicAccessType", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.PublicAccessType, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToFileAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "progressHandler", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "CompareTo", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "parallelIOCount", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "rangeSizeInBytes", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Int32" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "ToString", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "parallelIOCount", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "rangeSizeInBytes", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "DownloadToFileParallelAsync", + "Name": "ToString", "Parameters": [ { - "Name": "path", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "mode", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "parallelIOCount", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "rangeSizeInBytes", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.String" }, { - "Name": "DownloadToByteArray", + "Name": "HasFlag", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToByteArray", + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerProperties]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerProperties]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobContainerProperties, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerProperties]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerAccessPolicy]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerAccessPolicy]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Blobs.Models.BlobContainerAccessPolicy, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobContainerAccessPolicy" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobContainerAccessPolicy": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobContainerAccessPolicy", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobContainerAccessPolicy, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "Azure.ETag", + "BlobPublicAccess": "Azure.Storage.Blobs.Models.PublicAccessType", + "SignedIdentifiers": "System.Collections.Generic.IEnumerable`1[Azure.Storage.Blobs.Models.BlobSignedIdentifier]", + "LastModified": "System.DateTimeOffset" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "BeginDownloadToByteArray", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Collections.Generic.IEnumerable`1[Azure.Storage.Blobs.Models.BlobSignedIdentifier]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Azure.Storage.Blobs.Models.BlobSignedIdentifier]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Azure.Storage.Blobs.Models.BlobSignedIdentifier, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobSignedIdentifier" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobSignedIdentifier": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobSignedIdentifier", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobSignedIdentifier, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "AccessPolicy": "Azure.Storage.Blobs.Models.BlobAccessPolicy", + "Id": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Boolean" }, { - "Name": "EndDownloadToByteArray", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "Azure.Storage.Blobs.Models.BlobAccessPolicy": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobAccessPolicy", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobAccessPolicy, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "StartsOn": "System.DateTimeOffset", + "ExpiresOn": "System.DateTimeOffset", + "Permissions": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], "ReturnType": "System.Int32" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + } + ] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerAccessPolicy]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerAccessPolicy]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Blobs.Models.BlobContainerAccessPolicy, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Blobs.Models.BlobContainerAccessPolicy]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Pageable`1[Azure.Storage.Blobs.Models.BlobItem]": { + "Namespace": "Azure", + "Name": "Azure.Pageable`1[Azure.Storage.Blobs.Models.BlobItem]", + "AssemblyQualifiedName": "Azure.Pageable`1[[Azure.Storage.Blobs.Models.BlobItem, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobItem" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobItem": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobItem", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobItem, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "Properties": "Azure.Storage.Blobs.Models.BlobItemProperties", + "Deleted": "System.Boolean", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "Name": "System.String", + "Snapshot": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobItemProperties": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobItemProperties", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobItemProperties, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "AccessTierInferred": "System.Boolean", + "ContentHash": "System.Byte[]", + "ETag": "System.Nullable`1[Azure.ETag]", + "AccessTier": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]", + "ArchiveStatus": "System.Nullable`1[Azure.Storage.Blobs.Models.ArchiveStatus]", + "BlobType": "System.Nullable`1[Azure.Storage.Blobs.Models.BlobType]", + "CopyStatus": "System.Nullable`1[Azure.Storage.Blobs.Models.CopyStatus]", + "LeaseDuration": "System.Nullable`1[Azure.Storage.Blobs.Models.LeaseDurationType]", + "LeaseState": "System.Nullable`1[Azure.Storage.Blobs.Models.LeaseState]", + "LeaseStatus": "System.Nullable`1[Azure.Storage.Blobs.Models.LeaseStatus]", + "IncrementalCopy": "System.Nullable`1[System.Boolean]", + "ServerEncrypted": "System.Nullable`1[System.Boolean]", + "LastModified": "System.Nullable`1[System.DateTimeOffset]", + "CopyCompletedOn": "System.Nullable`1[System.DateTimeOffset]", + "CreatedOn": "System.Nullable`1[System.DateTimeOffset]", + "AccessTierChangedOn": "System.Nullable`1[System.DateTimeOffset]", + "DeletedOn": "System.Nullable`1[System.DateTimeOffset]", + "RemainingRetentionDays": "System.Nullable`1[System.Int32]", + "BlobSequenceNumber": "System.Nullable`1[System.Int64]", + "ContentLength": "System.Nullable`1[System.Int64]", + "CopyProgress": "System.String", + "CopyStatusDescription": "System.String", + "CopyId": "System.String", + "DestinationSnapshot": "System.String", + "CacheControl": "System.String", + "ContentDisposition": "System.String", + "ContentLanguage": "System.String", + "CustomerProvidedKeySha256": "System.String", + "EncryptionScope": "System.String", + "ContentEncoding": "System.String", + "ContentType": "System.String", + "CopySource": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]": { + "Namespace": "System", + "Name": "System.Nullable`1[Azure.Storage.Blobs.Models.AccessTier]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.Storage.Blobs.Models.AccessTier, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.AccessTier" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.AccessTier": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.AccessTier", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.AccessTier, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "P4": "Azure.Storage.Blobs.Models.AccessTier", + "P6": "Azure.Storage.Blobs.Models.AccessTier", + "P10": "Azure.Storage.Blobs.Models.AccessTier", + "P15": "Azure.Storage.Blobs.Models.AccessTier", + "P20": "Azure.Storage.Blobs.Models.AccessTier", + "P30": "Azure.Storage.Blobs.Models.AccessTier", + "P40": "Azure.Storage.Blobs.Models.AccessTier", + "P50": "Azure.Storage.Blobs.Models.AccessTier", + "P60": "Azure.Storage.Blobs.Models.AccessTier", + "P70": "Azure.Storage.Blobs.Models.AccessTier", + "P80": "Azure.Storage.Blobs.Models.AccessTier", + "Hot": "Azure.Storage.Blobs.Models.AccessTier", + "Cool": "Azure.Storage.Blobs.Models.AccessTier", + "Archive": "Azure.Storage.Blobs.Models.AccessTier" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "Equals", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "other", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadToByteArrayAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "progressHandler", + "Name": "value", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + } + ] + }, + "System.Nullable`1[Azure.Storage.Blobs.Models.ArchiveStatus]": { + "Namespace": "System", + "Name": "System.Nullable`1[Azure.Storage.Blobs.Models.ArchiveStatus]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.Storage.Blobs.Models.ArchiveStatus, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.ArchiveStatus" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.ArchiveStatus": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.ArchiveStatus", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.ArchiveStatus, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", + "Parameters": [ { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadRangeToStream", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "CompareTo", "Parameters": [ { "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Int32" }, { - "Name": "BeginDownloadRangeToStream", + "Name": "ToString", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "callback", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "state", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.String" }, { - "Name": "EndDownloadRangeToStream", + "Name": "ToString", "Parameters": [ { - "Name": "asyncResult", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "HasFlag", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "GetTypeCode", + "Parameters": [], + "ReturnType": "System.TypeCode" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "System.Nullable`1[Azure.Storage.Blobs.Models.BlobType]": { + "Namespace": "System", + "Name": "System.Nullable`1[Azure.Storage.Blobs.Models.BlobType]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.Storage.Blobs.Models.BlobType, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobType" + ], + "Methods": [], + "Constructors": [] + }, + "System.Nullable`1[Azure.Storage.Blobs.Models.CopyStatus]": { + "Namespace": "System", + "Name": "System.Nullable`1[Azure.Storage.Blobs.Models.CopyStatus]", + "AssemblyQualifiedName": "System.Nullable`1[[Azure.Storage.Blobs.Models.CopyStatus, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.CopyStatus" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.AsyncPageable`1[Azure.Storage.Blobs.Models.BlobItem]": { + "Namespace": "Azure", + "Name": "Azure.AsyncPageable`1[Azure.Storage.Blobs.Models.BlobItem]", + "AssemblyQualifiedName": "Azure.AsyncPageable`1[[Azure.Storage.Blobs.Models.BlobItem, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobItem" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Pageable`1[Azure.Storage.Blobs.Models.BlobHierarchyItem]": { + "Namespace": "Azure", + "Name": "Azure.Pageable`1[Azure.Storage.Blobs.Models.BlobHierarchyItem]", + "AssemblyQualifiedName": "Azure.Pageable`1[[Azure.Storage.Blobs.Models.BlobHierarchyItem, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobHierarchyItem" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Blobs.Models.BlobHierarchyItem": { + "Namespace": "Azure.Storage.Blobs.Models", + "Name": "Azure.Storage.Blobs.Models.BlobHierarchyItem", + "AssemblyQualifiedName": "Azure.Storage.Blobs.Models.BlobHierarchyItem, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "Blob": "Azure.Storage.Blobs.Models.BlobItem", + "IsPrefix": "System.Boolean", + "IsBlob": "System.Boolean", + "Prefix": "System.String" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Boolean" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Azure.AsyncPageable`1[Azure.Storage.Blobs.Models.BlobHierarchyItem]": { + "Namespace": "Azure", + "Name": "Azure.AsyncPageable`1[Azure.Storage.Blobs.Models.BlobHierarchyItem]", + "AssemblyQualifiedName": "Azure.AsyncPageable`1[[Azure.Storage.Blobs.Models.BlobHierarchyItem, Azure.Storage.Blobs, Version=12.4.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Blobs.Models.BlobHierarchyItem" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Files.DataLake.DataLakeDirectoryClient": { + "Namespace": "Azure.Storage.Files.DataLake", + "Name": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "AccountName": "System.String", + "FileSystemName": "System.String", + "Path": "System.String", + "Name": "System.String", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "GetFileClient", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "fileName", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Storage.Files.DataLake.DataLakeFileClient" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "GetSubDirectoryClient", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "cancellationToken", + "Name": "subdirectoryName", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Storage.Files.DataLake.DataLakeDirectoryClient" }, { - "Name": "DownloadRangeToStreamAsync", + "Name": "Create", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "offset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -535482,163 +551858,123 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "DownloadRangeToByteArray", + "Name": "CreateAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobOffset", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "CreateIfNotExists", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobOffset", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "BeginDownloadRangeToByteArray", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "EndDownloadRangeToByteArray", + "Name": "Delete", "Parameters": [ { - "Name": "asyncResult", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Int32" + "ReturnType": "Azure.Response" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobOffset", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "length", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -535646,71 +551982,39 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Azure.Response`1[System.Boolean]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "Rename", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", + "Name": "destinationPath", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destinationFileSystem", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "sourceConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "destinationConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -535718,41 +552022,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeDirectoryClient]" }, { - "Name": "DownloadRangeToByteArrayAsync", + "Name": "RenameAsync", "Parameters": [ { - "Name": "target", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "index", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "blobOffset", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "length", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "destinationPath", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "destinationFileSystem", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "sourceConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "progressHandler", + "Name": "destinationConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -535760,106 +552048,61 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Int32]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeDirectoryClient]]" }, { - "Name": "Exists", + "Name": "GetAccessControl", "Parameters": [ { - "Name": "options", + "Name": "userPrincipalName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginExists", - "Parameters": [ - { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathAccessControl]" }, { - "Name": "BeginExists", + "Name": "GetAccessControlAsync", "Parameters": [ { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "userPrincipalName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndExists", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "ExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathAccessControl]]" }, { - "Name": "ExistsAsync", + "Name": "SetAccessControlList", "Parameters": [ { - "Name": "options", + "Name": "accessControlList", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "owner", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "ExistsAsync", - "Parameters": [ + }, { - "Name": "options", + "Name": "group", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -535867,21 +552110,25 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "ExistsAsync", + "Name": "SetAccessControlListAsync", "Parameters": [ { - "Name": "primaryOnly", + "Name": "accessControlList", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "owner", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "group", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -535889,122 +552136,97 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "FetchAttributes", + "Name": "SetPermissions", "Parameters": [ { - "Name": "accessCondition", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "owner", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "group", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginFetchAttributes", - "Parameters": [ + }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "BeginFetchAttributes", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "owner", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "group", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "EndFetchAttributes", + "Name": "GetProperties", "Parameters": [ { - "Name": "asyncResult", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "FetchAttributesAsync", - "Parameters": [ + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathProperties]" }, { - "Name": "FetchAttributesAsync", + "Name": "GetPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathProperties]]" }, { - "Name": "FetchAttributesAsync", + "Name": "SetHttpHeaders", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -536012,245 +552234,157 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "SetMetadata", + "Name": "SetHttpHeadersAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginSetMetadata", - "Parameters": [ - { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "BeginSetMetadata", + "Name": "SetMetadata", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, - { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndSetMetadata", - "Parameters": [ - { - "Name": "asyncResult", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetMetadataAsync", - "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "SetMetadataAsync", + "Name": "CreateFile", "Parameters": [ { - "Name": "accessCondition", + "Name": "fileName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetProperties", - "Parameters": [ - { - "Name": "accessCondition", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginSetProperties", - "Parameters": [ - { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeFileClient]" }, { - "Name": "BeginSetProperties", + "Name": "CreateFileAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "fileName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndSetProperties", - "Parameters": [ + }, { - "Name": "asyncResult", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "SetPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "SetPropertiesAsync", - "Parameters": [ + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeFileClient]]" }, { - "Name": "SetPropertiesAsync", + "Name": "DeleteFile", "Parameters": [ { - "Name": "accessCondition", + "Name": "fileName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "SetPropertiesAsync", + "Name": "DeleteFileAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "fileName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -536258,138 +552392,111 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "Delete", + "Name": "CreateSubDirectory", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginDelete", - "Parameters": [ + }, { - "Name": "callback", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeDirectoryClient]" }, { - "Name": "BeginDelete", + "Name": "CreateSubDirectoryAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndDelete", - "Parameters": [ - { - "Name": "asyncResult", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "DeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "DeleteAsync", - "Parameters": [ + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeDirectoryClient]]" }, { - "Name": "DeleteAsync", + "Name": "DeleteSubDirectory", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "continuation", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "DeleteAsync", + "Name": "DeleteSubDirectoryAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "continuation", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -536397,138 +552504,97 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "DeleteIfExists", + "Name": "Create", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "resourceType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "BeginDeleteIfExists", - "Parameters": [ + }, { - "Name": "callback", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "BeginDeleteIfExists", + "Name": "CreateAsync", "Parameters": [ { - "Name": "deleteSnapshotsOption", + "Name": "resourceType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "EndDeleteIfExists", - "Parameters": [ - { - "Name": "asyncResult", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Boolean" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "DeleteIfExistsAsync", + "Name": "CreateIfNotExists", "Parameters": [ { - "Name": "deleteSnapshotsOption", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "resourceType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "DeleteIfExistsAsync", - "Parameters": [ - { - "Name": "deleteSnapshotsOption", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -536536,122 +552602,85 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.Boolean]" - }, - { - "Name": "Undelete", - "Parameters": [ - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "BeginUndelete", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "callback", + "Name": "resourceType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" - }, - { - "Name": "BeginUndelete", - "Parameters": [ - { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "EndUndelete", + "Name": "Exists", "Parameters": [ { - "Name": "asyncResult", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" - }, - { - "Name": "UndeleteAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[System.Boolean]" }, { - "Name": "UndeleteAsync", + "Name": "ExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "UndeleteAsync", + "Name": "Delete", "Parameters": [ { - "Name": "accessCondition", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "UndeleteAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -536659,179 +552688,263 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "AcquireLease", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "leaseTime", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Azure.Response`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [ + { + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "BeginAcquireLease", + "Name": "Rename", "Parameters": [ { - "Name": "leaseTime", + "Name": "destinationPath", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "destinationFileSystem", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "sourceConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "destinationConditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakePathClient]" }, { - "Name": "BeginAcquireLease", + "Name": "RenameAsync", "Parameters": [ { - "Name": "leaseTime", + "Name": "destinationPath", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "destinationFileSystem", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "sourceConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "destinationConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.DataLakePathClient]]" + }, + { + "Name": "GetProperties", + "Parameters": [ { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathProperties]" }, { - "Name": "EndAcquireLease", + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "asyncResult", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Boolean" }, { - "Name": "AcquireLeaseAsync", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "leaseTime", + "Name": "directoryUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + ] }, { - "Name": "AcquireLeaseAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "leaseTime", + "Name": "directoryUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "credential", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "directoryUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "cancellationToken", + "Name": "credential", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + ] }, { - "Name": "AcquireLeaseAsync", + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "leaseTime", + "Name": "directoryUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ { - "Name": "accessCondition", + "Name": "directoryUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, + ] + } + ] + }, + "Azure.Storage.Files.DataLake.DataLakeFileClient": { + "Namespace": "Azure.Storage.Files.DataLake", + "Name": "Azure.Storage.Files.DataLake.DataLakeFileClient", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.DataLakeFileClient, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "MaxUploadBytes": "System.Int32", + "AccountName": "System.String", + "FileSystemName": "System.String", + "Path": "System.String", + "Name": "System.String", + "Uri": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ { - "Name": "AcquireLeaseAsync", + "Name": "Create", "Parameters": [ { - "Name": "leaseTime", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "proposedLeaseId", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -536839,95 +552952,81 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "RenewLease", + "Name": "CreateAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginRenewLease", - "Parameters": [ + }, { - "Name": "accessCondition", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "BeginRenewLease", + "Name": "CreateIfNotExists", "Parameters": [ { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "EndRenewLease", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ + }, { - "Name": "accessCondition", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "RenewLeaseAsync", - "Parameters": [ + }, { - "Name": "accessCondition", + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -536935,39 +553034,27 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "RenewLeaseAsync", + "Name": "Delete", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response" }, { - "Name": "RenewLeaseAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -536975,115 +553062,115 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "ChangeLease", + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response`1[System.Boolean]" + }, + { + "Name": "DeleteIfExistsAsync", + "Parameters": [ { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "BeginChangeLease", + "Name": "Rename", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "destinationPath", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "destinationFileSystem", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "sourceConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "destinationConditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeFileClient]" }, { - "Name": "BeginChangeLease", + "Name": "RenameAsync", "Parameters": [ { - "Name": "proposedLeaseId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "destinationPath", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "destinationFileSystem", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "sourceConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "destinationConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeFileClient]]" }, { - "Name": "EndChangeLease", + "Name": "GetAccessControl", "Parameters": [ { - "Name": "asyncResult", + "Name": "userPrincipalName", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "ChangeLeaseAsync", - "Parameters": [ + }, { - "Name": "proposedLeaseId", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathAccessControl]" }, { - "Name": "ChangeLeaseAsync", + "Name": "GetAccessControlAsync", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "userPrincipalName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -537091,47 +553178,51 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathAccessControl]]" }, { - "Name": "ChangeLeaseAsync", + "Name": "SetAccessControlList", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "accessControlList", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "owner", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "group", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "ChangeLeaseAsync", + "Name": "SetAccessControlListAsync", "Parameters": [ { - "Name": "proposedLeaseId", + "Name": "accessControlList", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "owner", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "group", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -537139,95 +553230,79 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "ReleaseLease", + "Name": "SetPermissions", "Parameters": [ { - "Name": "accessCondition", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "owner", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "BeginReleaseLease", - "Parameters": [ - { - "Name": "accessCondition", + "Name": "group", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "BeginReleaseLease", + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "owner", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "group", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "EndReleaseLease", + "Name": "GetProperties", "Parameters": [ { - "Name": "asyncResult", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Void" - }, - { - "Name": "ReleaseLeaseAsync", - "Parameters": [ + }, { - "Name": "accessCondition", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathProperties]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "GetPropertiesAsync", "Parameters": [ { - "Name": "accessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -537235,39 +553310,35 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathProperties]]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "SetHttpHeaders", "Parameters": [ { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "ReleaseLeaseAsync", + "Name": "SetHttpHeadersAsync", "Parameters": [ { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -537275,103 +553346,95 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "BreakLease", + "Name": "SetMetadata", "Parameters": [ { - "Name": "breakPeriod", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.TimeSpan" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "BeginBreakLease", + "Name": "SetMetadataAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "BeginBreakLease", + "Name": "Append", "Parameters": [ { - "Name": "breakPeriod", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "contentHash", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "leaseId", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response" }, { - "Name": "EndBreakLease", + "Name": "AppendAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.TimeSpan" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ + }, { - "Name": "breakPeriod", + "Name": "offset", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" - }, - { - "Name": "BreakLeaseAsync", - "Parameters": [ + }, { - "Name": "breakPeriod", + "Name": "contentHash", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "leaseId", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -537379,47 +553442,59 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "BreakLeaseAsync", + "Name": "Flush", "Parameters": [ { - "Name": "breakPeriod", + "Name": "position", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "retainUncommittedData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "close", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "httpHeaders", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "BreakLeaseAsync", + "Name": "FlushAsync", "Parameters": [ { - "Name": "breakPeriod", + "Name": "position", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "retainUncommittedData", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "close", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "httpHeaders", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -537427,111 +553502,139 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.TimeSpan]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "StartCopy", + "Name": "Read", + "Parameters": [], + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.FileDownloadInfo]" + }, + { + "Name": "ReadAsync", + "Parameters": [], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.FileDownloadInfo]]" + }, + { + "Name": "Read", "Parameters": [ { - "Name": "source", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" - }, + } + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.FileDownloadInfo]" + }, + { + "Name": "ReadAsync", + "Parameters": [ { - "Name": "sourceAccessCondition", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.FileDownloadInfo]]" + }, + { + "Name": "Read", + "Parameters": [ + { + "Name": "range", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "rangeGetContentHash", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.FileDownloadInfo]" }, { - "Name": "BeginStartCopy", + "Name": "ReadAsync", "Parameters": [ { - "Name": "source", + "Name": "range", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "rangeGetContentHash", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.FileDownloadInfo]]" }, { - "Name": "BeginStartCopy", + "Name": "ReadTo", "Parameters": [ { - "Name": "source", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Azure.Response" + }, + { + "Name": "ReadTo", + "Parameters": [ + { + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response" }, { - "Name": "EndStartCopy", + "Name": "ReadToAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "destination", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.String" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ + }, { - "Name": "source", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" - }, - { - "Name": "StartCopyAsync", - "Parameters": [ + }, { - "Name": "source", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -537539,55 +553642,51 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "StartCopyAsync", + "Name": "ReadToAsync", "Parameters": [ { - "Name": "source", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "sourceAccessCondition", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "StartCopyAsync", + "Name": "Upload", "Parameters": [ { - "Name": "source", + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -537595,33 +553694,57 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "StartCopyAsync", + "Name": "Upload", "Parameters": [ { - "Name": "source", + "Name": "content", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" + }, + { + "Name": "Upload", + "Parameters": [ + { + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "premiumPageBlobTier", + "Name": "overwrite", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" + }, + { + "Name": "UploadAsync", + "Parameters": [ + { + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "progressHandler", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -537629,37 +553752,57 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "StartCopyAsync", + "Name": "UploadAsync", "Parameters": [ { - "Name": "source", + "Name": "content", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" + }, + { + "Name": "UploadAsync", + "Parameters": [ + { + "Name": "content", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "standardBlockBlobTier", + "Name": "overwrite", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "rehydratePriority", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" + }, + { + "Name": "Upload", + "Parameters": [ + { + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "sourceAccessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "destAccessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -537667,103 +553810,85 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[System.String]" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "AbortCopy", + "Name": "Upload", "Parameters": [ { - "Name": "copyId", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "options", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "operationContext", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "BeginAbortCopy", + "Name": "Upload", "Parameters": [ { - "Name": "copyId", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "overwrite", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "BeginAbortCopy", + "Name": "UploadAsync", "Parameters": [ { - "Name": "copyId", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "progressHandler", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "transferOptions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "EndAbortCopy", + "Name": "UploadAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "AbortCopyAsync", + "Name": "UploadAsync", "Parameters": [ { - "Name": "copyId", + "Name": "path", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "System.Threading.Tasks.Task" - }, - { - "Name": "AbortCopyAsync", - "Parameters": [ + }, { - "Name": "copyId", + "Name": "overwrite", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -537771,47 +553896,67 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "AbortCopyAsync", + "Name": "Create", "Parameters": [ { - "Name": "copyId", + "Name": "resourceType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "umask", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "AbortCopyAsync", + "Name": "CreateAsync", "Parameters": [ { - "Name": "copyId", + "Name": "resourceType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "umask", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -537819,138 +553964,133 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "Snapshot", + "Name": "CreateIfNotExists", "Parameters": [ { - "Name": "metadata", + "Name": "resourceType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "BeginSnapshot", - "Parameters": [ + }, { - "Name": "callback", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "BeginSnapshot", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "metadata", + "Name": "resourceType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "umask", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "EndSnapshot", + "Name": "Exists", "Parameters": [ { - "Name": "asyncResult", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.CloudBlob" - }, - { - "Name": "SnapshotAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "Azure.Response`1[System.Boolean]" }, { - "Name": "SnapshotAsync", + "Name": "ExistsAsync", "Parameters": [ { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "SnapshotAsync", + "Name": "Delete", "Parameters": [ { - "Name": "metadata", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "accessCondition", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "Azure.Response" }, { - "Name": "SnapshotAsync", + "Name": "DeleteAsync", "Parameters": [ { - "Name": "metadata", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accessCondition", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "options", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" + }, + { + "Name": "DeleteIfExists", + "Parameters": [ + { + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { @@ -537958,68 +554098,91 @@ "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudBlob]" + "ReturnType": "Azure.Response`1[System.Boolean]" }, { - "Name": "BeginGetAccountProperties", + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "callback", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "BeginGetAccountProperties", + "Name": "Rename", "Parameters": [ { - "Name": "requestOptions", + "Name": "destinationPath", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "operationContext", + "Name": "destinationFileSystem", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "callback", + "Name": "sourceConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "state", + "Name": "destinationConditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.ICancellableAsyncResult" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakePathClient]" }, { - "Name": "EndGetAccountProperties", + "Name": "RenameAsync", "Parameters": [ { - "Name": "asyncResult", + "Name": "destinationPath", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destinationFileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceConditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destinationConditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Shared.Protocol.AccountProperties" - }, - { - "Name": "GetAccountPropertiesAsync", - "Parameters": [], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.DataLakePathClient]]" }, { - "Name": "GetAccountPropertiesAsync", + "Name": "GetProperties", "Parameters": [ + { + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, { "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Shared.Protocol.AccountProperties]" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathProperties]" }, { "Name": "ToString", @@ -538053,7 +554216,7 @@ "ReturnType": null, "Parameters": [ { - "Name": "blobAbsoluteUri", + "Name": "fileUri", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -538063,11 +554226,11 @@ "ReturnType": null, "Parameters": [ { - "Name": "blobAbsoluteUri", + "Name": "fileUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -538077,11 +554240,11 @@ "ReturnType": null, "Parameters": [ { - "Name": "blobAbsoluteUri", + "Name": "fileUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "client", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -538091,15 +554254,15 @@ "ReturnType": null, "Parameters": [ { - "Name": "blobAbsoluteUri", + "Name": "fileUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -538109,15 +554272,11 @@ "ReturnType": null, "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", + "Name": "fileUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "client", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" } ] @@ -538127,70 +554286,129 @@ "ReturnType": null, "Parameters": [ { - "Name": "blobAbsoluteUri", + "Name": "fileUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "snapshotTime", + "Name": "credential", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "credentials", + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } ] + } + ] + }, + "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Files.DataLake.Models.PathInfo, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Files.DataLake.Models.PathInfo" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Files.DataLake.Models.PathInfo": { + "Namespace": "Azure.Storage.Files.DataLake.Models", + "Name": "Azure.Storage.Files.DataLake.Models.PathInfo", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.Models.PathInfo, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "Azure.ETag", + "LastModified": "System.DateTimeOffset" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "", - "ReturnType": null, + "Name": "Equals", "Parameters": [ { - "Name": "blobAbsoluteUri", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "snapshotTime", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "client", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" } - ] + ], + "Constructors": [] }, - "System.Threading.Tasks.Task`1[System.Int64]": { + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]": { "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Int64]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`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", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Files.DataLake.Models.PathInfo, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "System.Int64" + "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" ], "Methods": [], "Constructors": [] }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]": { + "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeFileClient]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeFileClient]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Files.DataLake.DataLakeFileClient, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Files.DataLake.DataLakeFileClient" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeFileClient]]": { "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.CloudAppendBlob]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.CloudAppendBlob, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeFileClient]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Files.DataLake.DataLakeFileClient, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.CloudAppendBlob" + "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeFileClient]" ], "Methods": [], "Constructors": [] }, - "Microsoft.Azure.Storage.Blob.BlobContainerPermissions": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobContainerPermissions, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathAccessControl]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathAccessControl]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Files.DataLake.Models.PathAccessControl, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Files.DataLake.Models.PathAccessControl" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Files.DataLake.Models.PathAccessControl": { + "Namespace": "Azure.Storage.Files.DataLake.Models", + "Name": "Azure.Storage.Files.DataLake.Models.PathAccessControl", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.Models.PathAccessControl, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "PublicAccess": "Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType", - "SharedAccessPolicies": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicies" + "Permissions": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "AccessControlList": "System.Collections.Generic.IEnumerable`1[Azure.Storage.Files.DataLake.Models.PathAccessControlItem]", + "Owner": "System.String", + "Group": "System.String" }, "ElementType": null, "GenericTypeArguments": [], @@ -538221,149 +554439,298 @@ "ReturnType": "System.Type" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Constructors": [] }, - "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicies": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicies", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicies, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Azure.Storage.Files.DataLake.Models.PathPermissions": { + "Namespace": "Azure.Storage.Files.DataLake.Models", + "Name": "Azure.Storage.Files.DataLake.Models.PathPermissions", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.Models.PathPermissions, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "Item": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy", - "IsReadOnly": "System.Boolean", - "Values": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]", - "Keys": "System.Collections.Generic.ICollection`1[System.String]", - "Count": "System.Int32" + "Owner": "Azure.Storage.Files.DataLake.Models.RolePermissions", + "Group": "Azure.Storage.Files.DataLake.Models.RolePermissions", + "Other": "Azure.Storage.Files.DataLake.Models.RolePermissions", + "StickyBit": "System.Boolean", + "ExtendedAcls": "System.Boolean" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "Add", + "Name": "ParseOctalPermissions", "Parameters": [ { - "Name": "key", - "Type": "System.Reflection.RuntimeParameterInfo" - }, - { - "Name": "value", + "Name": "s", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "Azure.Storage.Files.DataLake.Models.PathPermissions" }, { - "Name": "ContainsKey", + "Name": "ParseSymbolicPermissions", "Parameters": [ { - "Name": "key", + "Name": "s", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Azure.Storage.Files.DataLake.Models.PathPermissions" }, { - "Name": "Remove", + "Name": "ToOctalPermissions", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToSymbolicPermissions", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "Equals", "Parameters": [ { - "Name": "key", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "TryGetValue", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [ + { + "Name": "", + "ReturnType": null, + "Parameters": [] + }, + { + "Name": "", + "ReturnType": null, "Parameters": [ { - "Name": "key", + "Name": "owner", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "value", + "Name": "group", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "other", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "stickyBit", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "extendedInfoInAcl", "Type": "System.Reflection.RuntimeParameterInfo" } - ], - "ReturnType": "System.Boolean" + ] + } + ] + }, + "System.Collections.Generic.IEnumerable`1[Azure.Storage.Files.DataLake.Models.PathAccessControlItem]": { + "Namespace": "System.Collections.Generic", + "Name": "System.Collections.Generic.IEnumerable`1[Azure.Storage.Files.DataLake.Models.PathAccessControlItem]", + "AssemblyQualifiedName": "System.Collections.Generic.IEnumerable`1[[Azure.Storage.Files.DataLake.Models.PathAccessControlItem, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Files.DataLake.Models.PathAccessControlItem" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathAccessControl]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathAccessControl]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Files.DataLake.Models.PathAccessControl, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathAccessControl]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathProperties]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathProperties]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Files.DataLake.Models.PathProperties, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Files.DataLake.Models.PathProperties" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Storage.Files.DataLake.Models.PathProperties": { + "Namespace": "Azure.Storage.Files.DataLake.Models", + "Name": "Azure.Storage.Files.DataLake.Models.PathProperties", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.Models.PathProperties, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": { + "ETag": "Azure.ETag", + "CopyStatus": "Azure.Storage.Files.DataLake.Models.CopyStatus", + "LeaseDuration": "Azure.Storage.Files.DataLake.Models.DataLakeLeaseDuration", + "LeaseState": "Azure.Storage.Files.DataLake.Models.DataLakeLeaseState", + "LeaseStatus": "Azure.Storage.Files.DataLake.Models.DataLakeLeaseStatus", + "IsServerEncrypted": "System.Boolean", + "IsIncrementalCopy": "System.Boolean", + "ContentHash": "System.Byte[]", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "LastModified": "System.DateTimeOffset", + "AccessTierChangedOn": "System.DateTimeOffset", + "CopyCompletedOn": "System.DateTimeOffset", + "CreatedOn": "System.DateTimeOffset", + "ContentLength": "System.Int64", + "CopyProgress": "System.String", + "CopyId": "System.String", + "ArchiveStatus": "System.String", + "ContentType": "System.String", + "CopyStatusDescription": "System.String", + "ContentEncoding": "System.String", + "ContentDisposition": "System.String", + "ContentLanguage": "System.String", + "CacheControl": "System.String", + "AcceptRanges": "System.String", + "EncryptionKeySha256": "System.String", + "AccessTier": "System.String", + "CopySource": "System.Uri" + }, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" }, { - "Name": "Add", + "Name": "Equals", "Parameters": [ { - "Name": "item", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.Boolean" }, { - "Name": "Clear", + "Name": "GetHashCode", "Parameters": [], - "ReturnType": "System.Void" + "ReturnType": "System.Int32" }, { - "Name": "Contains", + "Name": "GetType", + "Parameters": [], + "ReturnType": "System.Type" + } + ], + "Constructors": [] + }, + "Azure.Storage.Files.DataLake.Models.CopyStatus": { + "Namespace": "Azure.Storage.Files.DataLake.Models", + "Name": "Azure.Storage.Files.DataLake.Models.CopyStatus", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.Models.CopyStatus, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [], + "Methods": [ + { + "Name": "Equals", "Parameters": [ { - "Name": "item", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "CopyTo", + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], + "ReturnType": "System.String" + }, + { + "Name": "ToString", "Parameters": [ { - "Name": "array", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "arrayIndex", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Void" + "ReturnType": "System.String" }, { - "Name": "Remove", + "Name": "CompareTo", "Parameters": [ { - "Name": "item", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Int32" }, { - "Name": "GetEnumerator", - "Parameters": [], - "ReturnType": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]]" + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" }, { "Name": "ToString", - "Parameters": [], + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "HasFlag", "Parameters": [ { - "Name": "obj", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.TypeCode" }, { "Name": "GetType", @@ -538371,65 +554738,94 @@ "ReturnType": "System.Type" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Constructors": [] }, - "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Permissions": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPermissions", - "SharedAccessExpiryTime": "System.Nullable`1[System.DateTimeOffset]", - "SharedAccessStartTime": "System.Nullable`1[System.DateTimeOffset]" - }, + "Azure.Storage.Files.DataLake.Models.DataLakeLeaseDuration": { + "Namespace": "Azure.Storage.Files.DataLake.Models", + "Name": "Azure.Storage.Files.DataLake.Models.DataLakeLeaseDuration", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.Models.DataLakeLeaseDuration, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "PermissionsToString", + "Name": "Equals", "Parameters": [ { - "Name": "permissions", + "Name": "obj", "Type": "System.Reflection.RuntimeParameterInfo" } ], + "ReturnType": "System.Boolean" + }, + { + "Name": "GetHashCode", + "Parameters": [], + "ReturnType": "System.Int32" + }, + { + "Name": "ToString", + "Parameters": [], "ReturnType": "System.String" }, { - "Name": "PermissionsFromString", + "Name": "ToString", "Parameters": [ { - "Name": "input", + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPermissions" + "ReturnType": "System.String" + }, + { + "Name": "CompareTo", + "Parameters": [ + { + "Name": "target", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Int32" }, { "Name": "ToString", - "Parameters": [], + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "ToString", "Parameters": [ { - "Name": "obj", + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, + { + "Name": "HasFlag", + "Parameters": [ + { + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.TypeCode" }, { "Name": "GetType", @@ -538437,18 +554833,12 @@ "ReturnType": "System.Type" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Constructors": [] }, - "Microsoft.Azure.Storage.Blob.SharedAccessBlobPermissions": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPermissions", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.SharedAccessBlobPermissions, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", + "Azure.Storage.Files.DataLake.Models.DataLakeLeaseState": { + "Namespace": "Azure.Storage.Files.DataLake.Models", + "Name": "Azure.Storage.Files.DataLake.Models.DataLakeLeaseState", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.Models.DataLakeLeaseState, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": {}, "ElementType": null, "GenericTypeArguments": [], @@ -538540,71 +554930,14 @@ ], "Constructors": [] }, - "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.ICollection`1[Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.ICollection`1[[Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IEnumerator`1[System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]]", - "AssemblyQualifiedName": "System.Collections.Generic.IEnumerator`1[[System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.KeyValuePair`2[System.String,Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy]", - "AssemblyQualifiedName": "System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.String", - "Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.BlobContainerPermissions]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.BlobContainerPermissions, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Azure.Storage.Files.DataLake.Models.DataLakeLeaseStatus": { + "Namespace": "Azure.Storage.Files.DataLake.Models", + "Name": "Azure.Storage.Files.DataLake.Models.DataLakeLeaseStatus", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.Models.DataLakeLeaseStatus, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.BlobContainerPermissions" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.ContainerResultSegment": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.ContainerResultSegment", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.ContainerResultSegment, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "ContinuationToken": "Microsoft.Azure.Storage.Blob.BlobContinuationToken", - "Results": "System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Storage.Blob.CloudBlobContainer]" - }, - "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" - }, { "Name": "Equals", "Parameters": [ @@ -538621,157 +554954,68 @@ "ReturnType": "System.Int32" }, { - "Name": "GetType", + "Name": "ToString", "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ + "ReturnType": "System.String" + }, { - "Name": "", - "ReturnType": null, + "Name": "ToString", "Parameters": [ { - "Name": "containers", + "Name": "format", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "continuationToken", + "Name": "provider", "Type": "System.Reflection.RuntimeParameterInfo" } - ] - } - ] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.Blob.ContainerResultSegment]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.Blob.ContainerResultSegment, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.ContainerResultSegment" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.UserDelegationKey": { - "Namespace": "Microsoft.Azure.Storage", - "Name": "Microsoft.Azure.Storage.UserDelegationKey", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.UserDelegationKey, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "SignedStart": "System.Nullable`1[System.DateTimeOffset]", - "SignedExpiry": "System.Nullable`1[System.DateTimeOffset]", - "SignedOid": "System.Nullable`1[System.Guid]", - "SignedTid": "System.Nullable`1[System.Guid]", - "SignedService": "System.String", - "SignedVersion": "System.String", - "Value": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "ToString", - "Parameters": [], + ], "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "CompareTo", "Parameters": [ { - "Name": "obj", + "Name": "target", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], "ReturnType": "System.Int32" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.UserDelegationKey]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[Microsoft.Azure.Storage.UserDelegationKey]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Microsoft.Azure.Storage.UserDelegationKey, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.UserDelegationKey" - ], - "Methods": [], - "Constructors": [] - }, - "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse]]": { - "Namespace": "System.Threading.Tasks", - "Name": "System.Threading.Tasks.Task`1[System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse]]", - "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[System.Collections.Generic.IList`1[[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse]" - ], - "Methods": [], - "Constructors": [] - }, - "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse]": { - "Namespace": "System.Collections.Generic", - "Name": "System.Collections.Generic.IList`1[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse]", - "AssemblyQualifiedName": "System.Collections.Generic.IList`1[[Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", - "Properties": {}, - "ElementType": null, - "GenericTypeArguments": [ - "Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse" - ], - "Methods": [], - "Constructors": [] - }, - "Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse": { - "Namespace": "Microsoft.Azure.Storage.Blob", - "Name": "Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.Blob.BlobBatchSubOperationResponse, Microsoft.Azure.Storage.Blob, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Headers": "System.Collections.Generic.Dictionary`2[System.String,System.String]", - "OperationIndex": "System.Int32", - "StatusCode": "System.Net.HttpStatusCode" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + "Name": "ToString", + "Parameters": [ + { + "Name": "format", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.String" + }, { "Name": "ToString", - "Parameters": [], + "Parameters": [ + { + "Name": "provider", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], "ReturnType": "System.String" }, { - "Name": "Equals", + "Name": "HasFlag", "Parameters": [ { - "Name": "obj", + "Name": "flag", "Type": "System.Reflection.RuntimeParameterInfo" } ], "ReturnType": "System.Boolean" }, { - "Name": "GetHashCode", + "Name": "GetTypeCode", "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.TypeCode" }, { "Name": "GetType", @@ -538781,50 +555025,43 @@ ], "Constructors": [] }, - "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", + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathProperties]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathProperties]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Files.DataLake.Models.PathProperties, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, "ElementType": null, "GenericTypeArguments": [ - "System.String", - "System.String" + "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathProperties]" ], "Methods": [], "Constructors": [] }, - "System.Net.HttpStatusCode": { - "Namespace": "System.Net", - "Name": "System.Net.HttpStatusCode", - "AssemblyQualifiedName": "System.Net.HttpStatusCode, System.Net.Primitives, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", + "Azure.Response`1[Azure.Storage.Files.DataLake.Models.FileDownloadInfo]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.FileDownloadInfo]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Files.DataLake.Models.FileDownloadInfo, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": {}, "ElementType": null, - "GenericTypeArguments": [], + "GenericTypeArguments": [ + "Azure.Storage.Files.DataLake.Models.FileDownloadInfo" + ], "Methods": [], "Constructors": [] }, - "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy": { - "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", - "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Azure.Storage.Files.DataLake.Models.FileDownloadInfo": { + "Namespace": "Azure.Storage.Files.DataLake.Models", + "Name": "Azure.Storage.Files.DataLake.Models.FileDownloadInfo", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.Models.FileDownloadInfo, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "Enabled": "System.Boolean", - "RetentionDays": "System.Nullable`1[System.Int32]" + "Properties": "Azure.Storage.Files.DataLake.Models.FileDownloadDetails", + "ContentHash": "System.Byte[]", + "ContentLength": "System.Int64", + "Content": "System.IO.Stream" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ParsePSDeleteRetentionPolicy", - "Parameters": [ - { - "Name": "deleteRetentionPolicy", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSDeleteRetentionPolicy" - }, { "Name": "ToString", "Parameters": [], @@ -538851,36 +555088,38 @@ "ReturnType": "System.Type" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Constructors": [] }, - "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties": { - "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", - "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Azure.Storage.Files.DataLake.Models.FileDownloadDetails": { + "Namespace": "Azure.Storage.Files.DataLake.Models", + "Name": "Azure.Storage.Files.DataLake.Models.FileDownloadDetails", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.Models.FileDownloadDetails, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "Enabled": "System.Boolean", - "IndexDocument": "System.String", - "ErrorDocument404Path": "System.String" + "ETag": "Azure.ETag", + "CopyStatus": "Azure.Storage.Files.DataLake.Models.CopyStatus", + "LeaseDuration": "Azure.Storage.Files.DataLake.Models.DataLakeLeaseDuration", + "LeaseState": "Azure.Storage.Files.DataLake.Models.DataLakeLeaseState", + "LeaseStatus": "Azure.Storage.Files.DataLake.Models.DataLakeLeaseStatus", + "IsServerEncrypted": "System.Boolean", + "ContentHash": "System.Byte[]", + "Metadata": "System.Collections.Generic.IDictionary`2[System.String,System.String]", + "LastModified": "System.DateTimeOffset", + "CopyCompletedOn": "System.DateTimeOffset", + "CopyStatusDescription": "System.String", + "EncryptionKeySha256": "System.String", + "CopyProgress": "System.String", + "ContentLanguage": "System.String", + "ContentDisposition": "System.String", + "CacheControl": "System.String", + "ContentEncoding": "System.String", + "AcceptRanges": "System.String", + "ContentRange": "System.String", + "CopyId": "System.String", + "CopySource": "System.Uri" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ - { - "Name": "ParsePSStaticWebsiteProperties", - "Parameters": [ - { - "Name": "staticWebsiteProperties", - "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSStaticWebsiteProperties" - }, { "Name": "ToString", "Parameters": [], @@ -538907,481 +555146,558 @@ "ReturnType": "System.Type" } ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] + "Constructors": [] }, - "System.String[]": { - "Namespace": "System", - "Name": "System.String[]", - "AssemblyQualifiedName": "System.String[], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.FileDownloadInfo]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.FileDownloadInfo]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Files.DataLake.Models.FileDownloadInfo, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", "Properties": {}, - "ElementType": "System.String", - "GenericTypeArguments": [], + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Files.DataLake.Models.FileDownloadInfo]" + ], "Methods": [], "Constructors": [] }, - "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]": { - "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", - "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[], Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakePathClient]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakePathClient]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Files.DataLake.DataLakePathClient, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": {}, - "ElementType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule", - "GenericTypeArguments": [], + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Files.DataLake.DataLakePathClient" + ], "Methods": [], "Constructors": [] }, - "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule": { - "Namespace": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel", - "Name": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", + "Azure.Storage.Files.DataLake.DataLakePathClient": { + "Namespace": "Azure.Storage.Files.DataLake", + "Name": "Azure.Storage.Files.DataLake.DataLakePathClient", + "AssemblyQualifiedName": "Azure.Storage.Files.DataLake.DataLakePathClient, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", "Properties": { - "MaxAgeInSeconds": "System.Int32", - "AllowedOrigins": "System.String[]", - "AllowedHeaders": "System.String[]", - "ExposedHeaders": "System.String[]", - "AllowedMethods": "System.String[]" + "AccountName": "System.String", + "FileSystemName": "System.String", + "Path": "System.String", + "Name": "System.String", + "Uri": "System.Uri" }, "ElementType": null, "GenericTypeArguments": [], "Methods": [ { - "Name": "ParseCorsRules", + "Name": "Create", "Parameters": [ { - "Name": "corsProperties", + "Name": "resourceType", "Type": "System.Reflection.RuntimeParameterInfo" - } - ], - "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]" - }, - { - "Name": "ParseCorsRules", - "Parameters": [ + }, { - "Name": "corsProperties", + "Name": "httpHeaders", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "metadata", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "umask", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSCorsRule[]" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "Equals", + "Name": "CreateAsync", "Parameters": [ { - "Name": "obj", + "Name": "resourceType", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "httpHeaders", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "metadata", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "umask", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, - "Parameters": [] - } - ] - }, - "Microsoft.Azure.Cosmos.Table.CloudStorageAccount": { - "Namespace": "Microsoft.Azure.Cosmos.Table", - "Name": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount, Microsoft.Azure.Cosmos.Table, Version=0.10.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "DevelopmentStorageAccount": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount", - "Credentials": "Microsoft.Azure.Cosmos.Table.StorageCredentials", - "TableStorageUri": "Microsoft.Azure.Cosmos.Table.StorageUri", - "TableEndpoint": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ - { - "Name": "Parse", + "Name": "CreateIfNotExists", "Parameters": [ { - "Name": "connectionString", + "Name": "resourceType", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "httpHeaders", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "metadata", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "umask", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "TryParse", + "Name": "CreateIfNotExistsAsync", "Parameters": [ { - "Name": "connectionString", + "Name": "resourceType", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "account", + "Name": "httpHeaders", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "metadata", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "permissions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "umask", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "GetSharedAccessSignature", + "Name": "Exists", "Parameters": [ { - "Name": "policy", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "Azure.Response`1[System.Boolean]" }, { - "Name": "Equals", + "Name": "ExistsAsync", "Parameters": [ { - "Name": "obj", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, + "Name": "Delete", "Parameters": [ { - "Name": "storageCredentials", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "tableEndpoint", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "Azure.Response" }, { - "Name": "", - "ReturnType": null, + "Name": "DeleteAsync", "Parameters": [ { - "Name": "storageCredentials", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "tableStorageUri", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response]" }, { - "Name": "", - "ReturnType": null, + "Name": "DeleteIfExists", "Parameters": [ { - "Name": "storageCredentials", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "useHttps", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "Azure.Response`1[System.Boolean]" }, { - "Name": "", - "ReturnType": null, + "Name": "DeleteIfExistsAsync", "Parameters": [ { - "Name": "storageCredentials", + "Name": "recursive", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "endpointSuffix", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "useHttps", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[System.Boolean]]" }, { - "Name": "", - "ReturnType": null, + "Name": "Rename", "Parameters": [ { - "Name": "storageCredentials", + "Name": "destinationPath", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accountName", + "Name": "destinationFileSystem", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "endpointSuffix", + "Name": "sourceConditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "useHttps", + "Name": "destinationConditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] - } - ] - }, - "Microsoft.Azure.Storage.CloudStorageAccount": { - "Namespace": "Microsoft.Azure.Storage", - "Name": "Microsoft.Azure.Storage.CloudStorageAccount", - "AssemblyQualifiedName": "Microsoft.Azure.Storage.CloudStorageAccount, Microsoft.Azure.Storage.Common, Version=11.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", - "Properties": { - "Credentials": "Microsoft.Azure.Storage.Auth.StorageCredentials", - "DevelopmentStorageAccount": "Microsoft.Azure.Storage.CloudStorageAccount", - "BlobStorageUri": "Microsoft.Azure.Storage.StorageUri", - "QueueStorageUri": "Microsoft.Azure.Storage.StorageUri", - "TableStorageUri": "Microsoft.Azure.Storage.StorageUri", - "FileStorageUri": "Microsoft.Azure.Storage.StorageUri", - "UseV1MD5": "System.Boolean", - "BlobEndpoint": "System.Uri", - "QueueEndpoint": "System.Uri", - "TableEndpoint": "System.Uri", - "FileEndpoint": "System.Uri" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakePathClient]" + }, { - "Name": "Parse", + "Name": "RenameAsync", "Parameters": [ { - "Name": "connectionString", + "Name": "destinationPath", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destinationFileSystem", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "sourceConditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "destinationConditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "Microsoft.Azure.Storage.CloudStorageAccount" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.DataLakePathClient]]" }, { - "Name": "TryParse", + "Name": "GetAccessControl", "Parameters": [ { - "Name": "connectionString", + "Name": "userPrincipalName", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "account", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathAccessControl]" }, { - "Name": "GetSharedAccessSignature", + "Name": "GetAccessControlAsync", "Parameters": [ { - "Name": "policy", + "Name": "userPrincipalName", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" - }, - { - "Name": "ToString", - "Parameters": [], - "ReturnType": "System.String" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathAccessControl]]" }, { - "Name": "ToString", + "Name": "SetAccessControlList", "Parameters": [ { - "Name": "exportSecrets", + "Name": "accessControlList", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "owner", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "group", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.String" + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "Equals", + "Name": "SetAccessControlListAsync", "Parameters": [ { - "Name": "obj", + "Name": "accessControlList", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "owner", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "group", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } ], - "ReturnType": "System.Boolean" - }, - { - "Name": "GetHashCode", - "Parameters": [], - "ReturnType": "System.Int32" + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "GetType", - "Parameters": [], - "ReturnType": "System.Type" - } - ], - "Constructors": [ - { - "Name": "", - "ReturnType": null, + "Name": "SetPermissions", "Parameters": [ { - "Name": "storageCredentials", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobEndpoint", + "Name": "owner", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "queueEndpoint", + "Name": "group", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "tableEndpoint", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "fileEndpoint", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "", - "ReturnType": null, + "Name": "SetPermissionsAsync", "Parameters": [ { - "Name": "storageCredentials", + "Name": "permissions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "blobStorageUri", + "Name": "owner", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "queueStorageUri", + "Name": "group", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "tableStorageUri", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "fileStorageUri", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" }, { - "Name": "", - "ReturnType": null, + "Name": "GetProperties", "Parameters": [ { - "Name": "storageCredentials", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "useHttps", + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathProperties]" }, { - "Name": "", - "ReturnType": null, + "Name": "GetPropertiesAsync", "Parameters": [ { - "Name": "storageCredentials", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "endpointSuffix", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathProperties]]" + }, + { + "Name": "SetHttpHeaders", + "Parameters": [ + { + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "useHttps", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" }, { - "Name": "", - "ReturnType": null, + "Name": "SetHttpHeadersAsync", "Parameters": [ { - "Name": "storageCredentials", + "Name": "httpHeaders", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accountName", + "Name": "conditions", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "endpointSuffix", + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" + }, + { + "Name": "SetMetadata", + "Parameters": [ + { + "Name": "metadata", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "useHttps", + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", "Type": "System.Reflection.RuntimeParameterInfo" } - ] - } - ] - }, - "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext": { - "Namespace": "Microsoft.WindowsAzure.Commands.Storage", - "Name": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext", - "AssemblyQualifiedName": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext, Microsoft.Azure.PowerShell.Cmdlets.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", - "Properties": { - "Context": "Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext", - "TableStorageAccount": "Microsoft.Azure.Cosmos.Table.CloudStorageAccount", - "StorageAccount": "Microsoft.Azure.Storage.CloudStorageAccount", - "EmptyContextInstance": "Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext", - "ExtendedProperties": "System.Collections.Generic.IDictionary`2[System.String,System.String]", - "StorageAccountName": "System.String", - "BlobEndPoint": "System.String", - "TableEndPoint": "System.String", - "QueueEndPoint": "System.String", - "FileEndPoint": "System.String", - "Name": "System.String", - "EndPointSuffix": "System.String", - "ConnectionString": "System.String" - }, - "ElementType": null, - "GenericTypeArguments": [], - "Methods": [ + ], + "ReturnType": "Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]" + }, + { + "Name": "SetMetadataAsync", + "Parameters": [ + { + "Name": "metadata", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "conditions", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "cancellationToken", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ], + "ReturnType": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.Models.PathInfo]]" + }, { "Name": "ToString", "Parameters": [], @@ -539414,16 +555730,126 @@ "ReturnType": null, "Parameters": [ { - "Name": "account", + "Name": "pathUri", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "pathUri", "Type": "System.Reflection.RuntimeParameterInfo" }, { - "Name": "accountName", + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "pathUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credential", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "pathUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credential", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "pathUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credential", + "Type": "System.Reflection.RuntimeParameterInfo" + } + ] + }, + { + "Name": "", + "ReturnType": null, + "Parameters": [ + { + "Name": "pathUri", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "credential", + "Type": "System.Reflection.RuntimeParameterInfo" + }, + { + "Name": "options", "Type": "System.Reflection.RuntimeParameterInfo" } ] } ] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.DataLakePathClient]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.DataLakePathClient]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Files.DataLake.DataLakePathClient, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakePathClient]" + ], + "Methods": [], + "Constructors": [] + }, + "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeDirectoryClient]": { + "Namespace": "Azure", + "Name": "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeDirectoryClient]", + "AssemblyQualifiedName": "Azure.Response`1[[Azure.Storage.Files.DataLake.DataLakeDirectoryClient, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Storage.Files.DataLake.DataLakeDirectoryClient" + ], + "Methods": [], + "Constructors": [] + }, + "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeDirectoryClient]]": { + "Namespace": "System.Threading.Tasks", + "Name": "System.Threading.Tasks.Task`1[Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeDirectoryClient]]", + "AssemblyQualifiedName": "System.Threading.Tasks.Task`1[[Azure.Response`1[[Azure.Storage.Files.DataLake.DataLakeDirectoryClient, Azure.Storage.Files.DataLake, Version=12.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], Azure.Core, Version=1.1.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8]], System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e", + "Properties": {}, + "ElementType": null, + "GenericTypeArguments": [ + "Azure.Response`1[Azure.Storage.Files.DataLake.DataLakeDirectoryClient]" + ], + "Methods": [], + "Constructors": [] } } }